threeal / leetspace

A dedicated workspace and archive for my LeetCode submissions
https://leetcode.com/threeal
MIT License
1 stars 1 forks source link

Solve Problem 1380. Lucky Numbers in a Matrix #1355

Closed threeal closed 1 month ago

threeal commented 1 month ago

This pull request resolves #1354 by solving the problem 1380. Lucky Numbers in a Matrix in C++. It solves the problem by iterating through the matrix elements to check if a number is the minimum in the row and the maximum in the column.