Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 417 Bytes

♾️ Problems In Java and C ♾️

Variety of problems are availabe in this repo. Problems include :


  • Skyline Problem (brute force and divide and conquer)
  • Crossword Puzzle Using Backtracking (including a ppt explaining the same)
  • Sorting techniques along with test case files
  • Searching
  • Bit Manipulation
  • Linked List
  • Stack
  • Queue
  • Recursion
  • Hashmaps and Heaps
  • DP and Greedy
  • Tree