Skip to content

rajit2004/java_progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

479 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Java + DSA Progress πŸš€

Learning Data Structures & Algorithms in Java β€” completely in the open.

GitHub Sponsors Stars Java Status


πŸ‘‹ What is this?

I'm Ranesh Rajit, a B.Tech CS student from India, learning Java and DSA from scratch β€” the hard way, problem by problem.

Every concept I study and every problem I solve goes into this repo so that other students on the same journey can learn alongside me for free.

Inspired by Kunal Kushwaha's DSA Bootcamp.


Roadmap

New to Java? Start with the complete roadmap.


πŸ“ˆ Java Backend Learning Path

Java Fundamentals OOP Exception Handling Multithreading Collections Framework JDBC SQL Spring Core Spring Boot REST APIs JPA / Hibernate Microservices Kafka Docker Kubernetes Cloud System Design


πŸ“ˆ DSA Progress

Topic Problems Solved
Java Basics 4
Arrays & ArrayList 53
Searching & Sorting 22
Binary Search 13
Strings 38
Two Pointers 6
Sliding Window 4
Bit Manipulation 4
Greedy 9
Math & Numbers 23
Prefix Sum 7
Hashing & Misc 4
Trees 2
Recursion 5
Linked Lists 3
Graphs 4
Dynamic Programming 6

Total: 207+ problems solved


🎯 DSA Milestones

  • 10 Problems Solved
  • 50 Problems Solved
  • 100 Problems Solved
  • 200 Problems Solved
  • 300 Problems Solved
  • 500 Problems Solved

πŸ“ Repository Structure

src/
    β”œβ”€β”€ Basics/                  # Java fundamentals β€” syntax, data types, I/O, operators, type casting
    β”œβ”€β”€ Conditionals/            # If-else, switch, nested switch, calculators, comparisons
    β”œβ”€β”€ Loops/                   # Loop basics and practice
    β”œβ”€β”€ Methods/                 # Functions, overloading, varargs, recursion basics, utilities
    β”œβ”€β”€ Arrays/                  # Arrays, ArrayLists, 2D arrays, traversal, manipulation, utilities
    β”œβ”€β”€ Strings/                 # String operations, builders, formatting, palindrome, performance
    β”œβ”€β”€ Searching/               # Linear, Binary, Order-Agnostic, 2D, Matrix & Recursive Searching
    β”œβ”€β”€ Sorting/                 # Bubble, Selection, Insertion, Cycle, Merge, Quick Sort & Recursive variants
    β”œβ”€β”€ Recursion/               # Fundamentals, recursion-based sorting/searching, arrays, strings & recursion problems
    β”œβ”€β”€ Questions/
    β”‚   β”œβ”€β”€ Arrays/              # Binary Search interview problems
    β”‚   β”œβ”€β”€ BitwiseOperators/    # Bit manipulation questions
    β”‚   β”œβ”€β”€ Numbers/             # Number theory problems
    β”‚   └── Patterns/            # Pattern printing (iterative & recursive)
    β”œβ”€β”€ Notes/                   # Reference notes
    └── LeetCode/
        β”œβ”€β”€ Arrays/              # Array problems β€” 40+ solutions (Two Sum, Stock, Missing Number, Grid, etc.)
        β”œβ”€β”€ BinarySearch/        # Rotated Arrays, Mountain Arrays, Peak Element, Search Insert, Sqrt, etc.
        β”œβ”€β”€ BitManipulation/     # Reverse Bits, Hamming Weight, Power of Two, Steps to Zero
        β”œβ”€β”€ DynamicProgramming/  # Fibonacci, Climbing Stairs, Pascal Triangle II, DP contests
        β”œβ”€β”€ Enum/                # Enumeration-based problems
        β”œβ”€β”€ Graphs/              # Graph traversal & connectivity problems
        β”œβ”€β”€ Greedy/              # Cookies, Asteroids, Energy, Subsequences, Greedy contests
        β”œβ”€β”€ LinkedList/          # Add Two Numbers, Delete Middle, Twin Sum
        β”œβ”€β”€ Maths/               # Clock Angle, Nim Game, FizzBuzz, Digit Sum, GCD
        β”œβ”€β”€ Misc/                # Miscellaneous easy/interview problems
        β”œβ”€β”€ Numbers/             # Number theory, GCD, Prime, Perfect Square, Digit problems
        β”œβ”€β”€ PrefixSum/           # Prefix Sum and Difference Array problems
        β”œβ”€β”€ Recursion/           # Recursive problem solving
        β”œβ”€β”€ SlidingWindow/       # Longest Substring, Contains Duplicate II, Sliding Window problems
        β”œβ”€β”€ Strings/             # String manipulation, Anagram, Parentheses, Palindrome, Passwords, etc.
        β”œβ”€β”€ Tree/                # Binary Tree construction and tree problems
        β”œβ”€β”€ TwoPointers/         # Two-pointer techniques, Happy Number, Move Zeroes, Reverse String
        └── Unsolved/            # Work-in-progress and unsolved problems

πŸ“š Resources I'm Using


πŸ’– Sponsors

This repo is free for everyone β€” no paywalls, no paid courses. If it's helped you or you want to support the journey:

Sponsor


🎯 Learning Milestones

  • Complete Recursion Module
  • Complete Object-Oriented Module
  • Complete Linked Lists Module
  • Complete Trees & Graphs Module
  • Complete Collections
  • Publish Free DSA Notes

⭐ Star this repo if you're on the same journey β€” it keeps me going!

About

This repository tracks my journey of learning Java, Data Structures & Algorithms

Topics

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors

Languages