Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 843 Bytes

File metadata and controls

32 lines (21 loc) · 843 Bytes

DSA in Java 🚀

This repository contains my learning journey of Data Structures and Algorithms (DSA) using Java. It includes implementations, explanations, and practice problems covering fundamental and advanced concepts in DSA.


Topics covered

  • Stack (ongoing)

🛠️ Tech Stack

  • Language: Java (JDK 17 / 22)
  • IDE: VS Code / IntelliJ IDEA
  • Version Control: Git & GitHub

🎯 Goals

  • Strengthen problem-solving skills
  • Build a strong foundation in DSA for interviews & competitive programming
  • Practice consistently with coding platforms (LeetCode, GFG, Codeforces)

🚀 How to Run

  1. Clone this repository:
    git clone https://github.com/your-username/DSA-Java.git
    

I will be adding handwritten notes as well topic by topic