Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 966 Bytes

File metadata and controls

27 lines (19 loc) · 966 Bytes

☕ Java DSA Mastery

Welcome to my personal Data Structures and Algorithms repository! This is a structured collection of my Java journey—from college assignments to competitive programming.


📂 Project Structure

🧠 LeetCode Solutions

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.

📚 Coursework & Homework

  • 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 like Turnbased.java.

🚀 Quick Start

To compile and run any logic file (e.g., Question 1 from Homework):

  1. Navigate to the directory:
    cd Homework