- 450 DSA Cracker is a comprehensive list of 400 + topic wise questions to build your confidence in data structure and algorithms and prepare yourself for placements.
- This WIP repository will contain solutions to all 450 questions prepared by Love Babbar in his competitve coding sheet solved in Java. Download the question sheet here.
Sl. No | Question | Solution |
---|---|---|
01 | Given a matrix mat[][] of size M*N. Traverse and print the matrix in spiral form. | SpiralTraversal.java |
02 | Search an element in a matrix | SearchEle.java |