Welcome to my personal Data Structures and Algorithms repository! This is a structured collection of my Java journeyβfrom college assignments to competitive programming.
Problems are categorized by their difficulty level:
- π’ Easy: Foundational logic and simple algorithms.
- π‘ Medium: Intermediate data structures and optimization.
- π΄ Hard: Advanced algorithms and complex problem-solving.
Basics/: Learning the core syntax, loops, and functions.Array/: Dedicated practice for array manipulations and searching/sorting.Homework/: Solutions to specific college lecture tasks (Lec6, Lec8, Lec10, etc.) and custom projects likeTurnbased.java.
To compile and run any logic file (e.g., Question 1 from Homework):
- Navigate to the directory:
cd Homework