{"id":27349510,"url":"https://github.com/mahdimashayekhi-ai/data-structures","last_synced_at":"2025-04-12T19:17:42.262Z","repository":{"id":284239145,"uuid":"954287069","full_name":"MahdiMashayekhi-AI/Data-Structures","owner":"MahdiMashayekhi-AI","description":"🚀 A collection of Data Structure implementations in Java and Python. 📚 Perfect for learning and practicing fundamental data structures! ⚡ Work in Progress – More updates coming soon!","archived":false,"fork":false,"pushed_at":"2025-03-30T15:35:43.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T19:17:39.210Z","etag":null,"topics":["algorithms","data-structures","dsa-algorithm","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MahdiMashayekhi-AI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-24T21:09:31.000Z","updated_at":"2025-03-30T15:35:46.000Z","dependencies_parsed_at":"2025-03-24T22:34:21.239Z","dependency_job_id":null,"html_url":"https://github.com/MahdiMashayekhi-AI/Data-Structures","commit_stats":null,"previous_names":["mahdimashayekhi-ai/data-structures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahdiMashayekhi-AI%2FData-Structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahdiMashayekhi-AI%2FData-Structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahdiMashayekhi-AI%2FData-Structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahdiMashayekhi-AI%2FData-Structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MahdiMashayekhi-AI","download_url":"https://codeload.github.com/MahdiMashayekhi-AI/Data-Structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618227,"owners_count":21134202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","data-structures","dsa-algorithm","java"],"created_at":"2025-04-12T19:17:41.705Z","updated_at":"2025-04-12T19:17:42.257Z","avatar_url":"https://github.com/MahdiMashayekhi-AI.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Data Structures Implementations\n\n📌 **A comprehensive collection of Data Structures implemented in multiple programming languages!**  \n🔹 This repository contains various **Data Structures** implementations in **Java** and **Python**.  \n🔹 It is designed as a **learning resource** for **students, developers, and competitive programmers** who want to practice and understand fundamental data structures.  \n\n---\n\n## 📂 **Implemented Data Structures**\n### 🔹 **Arrays**\n- [x] Dynamic Array  \n- [x] ArrayList  \n\n### 🔹 **Linked Lists**\n- [x] Singly Linked List  \n- [x] Doubly Linked List  \n- [x] Circular Linked List  \n\n### 🔹 **Stack \u0026 Queue**\n- [x] Stack (LIFO)  \n- [x] Queue (FIFO)  \n- [x] Priority Queue  \n- [x] Deque (Double-ended Queue)  \n\n### 🔹 **Trees**\n- [x] Binary Tree  \n- [x] Binary Search Tree (BST)  \n- [x] AVL Tree (Balanced BST)  \n- [x] Heap (Min-Heap / Max-Heap)  \n- [x] Trie (Prefix Tree)  \n\n### 🔹 **Graphs**\n- [x] Graph Representation (Adjacency List \u0026 Matrix)  \n- [x] BFS (Breadth-First Search)  \n- [x] DFS (Depth-First Search)  \n- [x] Dijkstra’s Algorithm (Shortest Path)  \n- [x] Prim’s Algorithm (Minimum Spanning Tree)  \n\n### 🔹 **Hashing**\n- [x] Hash Table  \n- [x] Open Addressing  \n- [x] Chaining  \n\n---\n\n## 🛠 **Programming Languages Used**\n- ✅ **Java**  \n- ✅ **Python**  \n\n---\n\n\u003e ⚠️ **Note:** This repository is a work in progress and is not yet complete.  \n\u003e New data structures and improvements will be added continuously. Stay tuned! 🚀  \n\n---\n\n## ⚙️ **How to Use the Code**\n### 💻 **Run Java Code**\n```java\njavac DataStructure.java\njava DataStructure\n```\n\n### 🐍 Run Python Code\n```py\npython data_structure.py\n```\n\n---\n\n## 📢 Contribution Guidelines\n🔹 If you'd like to contribute to this project:\n\n1. Fork the repository\n2. Implement a new data structure or optimize existing code\n3. Submit a Pull Request 🚀\n\n---\n\n## 📚 Useful Resources\n- 🔗 [GeeksforGeeks - Data Structures](https://www.geeksforgeeks.org/data-structures/)  \n- 🔗 [Data Structures \u0026 Algorithms - Coursera](https://www.coursera.org/courses?query=data%20structures)  \n- 🔗 [Introduction to Algorithms (CLRS)](https://mitpress.mit.edu/books/introduction-algorithms-third-edition)  \n\n---\n\n## 👨‍💻 Author \u0026 Maintainer\n🔹 **[Mahdi Mashayekhi](https://github.com/MahdiMashayekhi-AI)**  \n📧 **MahdiMashayekhi.ai@gmail.com**  \n\n⭐ **If you find this repository helpful, please consider giving it a star!** ⭐  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahdimashayekhi-ai%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahdimashayekhi-ai%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahdimashayekhi-ai%2Fdata-structures/lists"}