Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 435 Bytes

geekInsideYou

Competitive programming for problem statements based on basic data structures, advanced data structures and algorithms from GeeksForGeeks (GFG) to sharpen coding skills.

Contents:

  1. Mathematics
  2. Arrays
  3. Searching and Sorting
  4. Strings
  5. Matrix
  6. Bit Magic
  7. Recursion
  8. Linked List
  9. Stack
  10. Queue
  11. Hashing
  12. Trees
  13. BST
  14. Heap
  15. Graph
  16. Greedy
  17. Dynamic Programming
  18. Trie