Skip to content

Latest commit

Β 

History

History
66 lines (46 loc) Β· 1.97 KB

File metadata and controls

66 lines (46 loc) Β· 1.97 KB

πŸ“¦ Java Collections Framework

Structured Practice β€’ Complete Coverage β€’ Clean Learning Journey


πŸ“Œ Overview

This repository represents my step-by-step, hands-on practice of the Java Collections Framework, structured intentionally to cover each concept in a logical learning order.

The primary objective is to:

  • Practice Java Collections deeply and consistently
  • Cover the entire framework from fundamentals to practical usage
  • Maintain a clean, readable, and well-organized codebase
  • Showcase structured thinking and learning discipline

While this repository is built from a personal practice perspective, it is also structured in a way that others can learn from the code and organization.


🎯 Purpose & Approach

βœ” Practice-first, not theory dumping
βœ” Step-by-step coverage of concepts
βœ” Clear folder hierarchy
βœ” Simple, readable examples
βœ” Maintained as a learning log + reference

This repository reflects how I learn, practice, and organize technical concepts, not just final outputs.


πŸ› οΈ Technologies & Tools Used

  • β˜• Java
  • 🧩 Java Collections Framework
    • ArrayList
    • LinkedList
    • Stack
    • Deque
    • HashMap
    • HashSet
    • PriorityQueue

πŸ‘€ Author

Yadnyesh Dhangar
πŸŽ“ Engineering Fresher | Passionate Learner

  • πŸ’‘ Exploring Java, DSA, Embedded Systems & Web Technologies
  • πŸš€ Open to internships and entry-level opportunities

⭐ Notes

This repository is actively maintained as part of my learning journey. If you find the structure or examples useful, feel free to explore or fork.