Oct 28, 2024
This is the type of Blogs I love to read, Ashish.
I always do your same approach:
- Understand the pattern
- Understand any antipattern (negative cases)
- Create a solution for the basic example and edge cases
- Build the solution.
The first and foremost thing is, understand what Data structure to use. That's the first thing, no matter what