This is my journey of learning Java from the basics to advanced concepts while also getting an introduction to DSA.
basics/
β Syntax, variables, loops, arrays, etc.oops/
β Classes, objects, inheritance, polymorphism.collections/
β ArrayList, HashMap, Set, Queue.dsa/
β Algorithms and data structures (arrays, linked lists, stacks, trees).advanced/
β File handling, multithreading, generics, serialization.
- Navigate to the folder:
cd basics