Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneha24102000/matrix-competitive-coding-questions-love-babbar-dsa-sheet-
https://github.com/sneha24102000/matrix-competitive-coding-questions-love-babbar-dsa-sheet-
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sneha24102000/matrix-competitive-coding-questions-love-babbar-dsa-sheet-
- Owner: sneha24102000
- Created: 2021-03-02T12:59:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T13:07:09.000Z (almost 4 years ago)
- Last Synced: 2023-10-08T16:29:34.955Z (about 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matrix-Competitive-Coding-Questions-Love-Babbar-DSA-Sheet-
1.Spiral traversal on a Matrix
2.Search an element in a matrix
3.Find median in a row wise sorted matrix
4.Find row with maximum no. of 1's
5.Print elements in sorted order using row-column wise sorted matrix
6.Maximum size rectangle
7.Find a specific pair in matrix
8.Rotate matrix by 90 degrees
9.Kth smallest element in a row-cpumn wise sorted matrix
10.Common elements in all rows of a given matrix