Skip to content

Variety of Data Structures and Algorithms Problems in C and Java 🥂

Notifications You must be signed in to change notification settings

sakshijain009/Just-Problems

Repository files navigation

♾️ 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