/category-wise-problems

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

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

Tags

JMI

Greedy

Prefix Sum / Cumulative sum.

Dynamic Programming.

Fibonacci-type

Knapsack type

Coin change type

Grid path types

LIS type

1D Range sum

TODO

Graphs

Topological Sorting

Shortest path

Flood fill

DFS

BFS

01 BFS

MSSP

MST

Number theory

Searching and sorting

Binary search type

Two Pointers

Data structure

Stack

DSU

Linked-list

Trees

bitset

Adhoc, observation type

Please follow these rules, if you wish to CONTRIBUTE.

Current repo Structure.

ROOT
  |
  Platform_1
  |
  |___ Topic/Tag
  .      |____ problem_name/README.md
  .      |____ problem_name/README.md
  .      |____ problem_name/README.md
  .
  .
  |     
  Platform_2
  |
  |___ Topic/Tag
         |____ problem_name/README.md

Structure of ProblemList.md

Topic on which problem is base (preferrably h2, h3 heading)

Problem name, Easy / medium / hard (according to you)

- What makes it Easy/medium/hard according to you.
    |_____ point 1 
    |_____ point 2
    
- some key points, was there some different approach then regular?
    |_____ point 1
    |_____ point 2
    
- Appraoch (should be insightfull)
    
- corner cases, if you faced any
    |_____ point 1
    |_____ point 2
    
- code(it is advisable to copy RAW of similar problem on this repo, to save time)

- Similar problem if you encounter any.

Some Templates you may inspire from

to save time you can copy the template by viewing RAW file and fit in your content.