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
- Host: GitHub
- URL: https://github.com/rezagooner/data-structure
- Owner: RezaGooner
- License: mit
- Created: 2023-11-03T21:50:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T21:04:08.000Z (3 months ago)
- Last Synced: 2025-03-09T22:18:17.752Z (3 months ago)
- Topics: data-structures, graph, heap, linked-list, queue, stack, tree
- Language: C++
- Homepage:
- Size: 4.87 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.---