Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 382 Bytes

topics.md

File metadata and controls

29 lines (26 loc) · 382 Bytes

LINEAR DATASTRUCTIRE arrays matrix strings stack queue heap hashmap hashset linked list

NON LINEAR DATASTRUCTURE tries graph trees segment

BASIC ALGORITHMS mathamatics bit magic
2 pointer binay search sliding window

ADVANCE ALGORITHMS greedy recursion backtracking dynamic programing