/category-wise-problems

contains category wise problems(data structures, competitive) of popular platforms.

category-wise-problems

contains category wise problems(data structures, competitive) of popular platforms.

Please follow these rules, if you are contributing.

Current Structure.

(root)
|
Platform_1
|
|___ problemList.md
|
Platform_2
|
|___ problemList.md

Structure of ProblemList.md

##(space)Topic

  • 1.(space)ProblemName_with_link (done by [problemName](problemLink)) + problem_level_at_that_platform + Link_of_recommended_solution(optional)

    • some_details like ....
      • must WHAT_YOU_LEARNT_FROM_THIS / HOW_THIS_PROBLEM_HELPED_YOU (like... implementation, bfs_improved, etc.)

  • 2.(space)ProblemName_with_link (done by [problemName](problemLink)) + problem_level_at_that_platform + Link_of_recommended_solution(optional)

    • some_details like ....
      • must WHAT_YOU_LEARNT_FROM_THIS / HOW_THIS_PROBLEM_HELPED_YOU (like... implementation, bfs_improved, etc.)