DSA Bootcamp Java is an open source educational repository created by Kunal Kushwaha to teach Data Structures and Algorithms (DSA) using Java. It is designed as a structured bootcamp, covering fundamental concepts to advanced problem-solving techniques. The project provides explanations, exercises, assignments, and practice problems, making it useful for both beginners and intermediate learners who want to strengthen their Java and algorithmic skills. The repository is organized into multiple modules that start with Java basics and gradually progress toward arrays, recursion, sorting, searching, linked lists, stacks, queues, trees, graphs, dynamic programming, and other advanced topics. It is a popular resource for students preparing for coding interviews, competitive programming, or computer science fundamentals.
Features
- Lecture notes and explanations for each topic
- Assignments and exercises mapped to LeetCode
- Covers core DSA topics (arrays, recursion, trees, graphs, DP)
- Includes interview-style problems and solutions
- Syllabus.md for structured learning roadmap
- Links to YouTube lectures and course site