Welcome to the Data Structures & Algorithms repository! 🌟
This project showcases practical implementations of key data structures and algorithms in Java.
This repository contains a collection of Data Structures and Algorithms that are fundamental to computer science. Whether you're a student looking to reinforce your learning or a developer wanting to sharpen your skills, this project offers a wide range of implementations.
The implementations are written in:
- Java
- C++
Feel free to explore, contribute, and learn! 💡
- Java 11+
- Linked Lists
- Singly Linked List
- Doubly Linked List
- Stacks
- Queues
- Hash Tables
- Binary Trees
- Sorting Algorithms
- Insertion Sort
- Bubble Sort
- Merge Sort
- Quick Sort
- Search Algorithms
- Binary Search
To explore the examples, simply clone this repository and open the projects in your favorite IDE.
git clone https://github.com/your-username/data-structures-algorithms.git