Skip to content

πŸ“¦ Java Collections Framework – Concepts & Examples This repository contains well-structured Java programs covering the Java Collections Framework, including List, Set, Map, Queue, Iterator, ListIterator, and common operations like add, remove, subList, removeAll, and traversal techniques. Designed for learning, practice, and interview preparation.

Notifications You must be signed in to change notification settings

yadnyesh-96/java-collections-framework

Repository files navigation

πŸ“¦ 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.

About

πŸ“¦ Java Collections Framework – Concepts & Examples This repository contains well-structured Java programs covering the Java Collections Framework, including List, Set, Map, Queue, Iterator, ListIterator, and common operations like add, remove, subList, removeAll, and traversal techniques. Designed for learning, practice, and interview preparation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages