An open API service indexing awesome lists of open source software.

https://github.com/rezagooner/data-structure

Data Structure
https://github.com/rezagooner/data-structure

data-structures graph heap linked-list queue stack tree

Last synced: 3 months ago
JSON representation

Data Structure

Awesome Lists containing this project

README

        

---

# Data Structures Implementation 💻

This repository contains **C++** and **Java** implementations of various fundamental data structures and algorithms to help with understanding their concepts and usage.

## 📚 Data Structures Included:
- **Linked List**
- **Circular Linked List**
- **Doubly Circular Linked List**
- **Queue**
- **Stack**
- **Binary Search Tree (BST)**
- **Binary Tree (Left & Right Align, ADT)**
- **General Tree**
- **Trie (Dictionary)**

## 🛠️ Technologies:
- **C++** (Primary language)
- **Java** (Secondary language)

## 🚀 How to Use:
Clone or download this repository and explore the code files to see the implementation of each data structure.

---