{"id":19301986,"url":"https://github.com/voidashi/adts-collection","last_synced_at":"2025-07-05T04:02:02.108Z","repository":{"id":165390633,"uuid":"536845734","full_name":"voidashi/ADTs-Collection","owner":"voidashi","description":"Collection of abstract data types in pure C","archived":false,"fork":false,"pushed_at":"2025-02-13T20:41:19.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T01:46:23.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voidashi.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":"2022-09-15T03:11:44.000Z","updated_at":"2025-02-13T20:41:22.000Z","dependencies_parsed_at":"2025-02-24T01:41:10.734Z","dependency_job_id":"4ed43138-3f66-4eb4-bd82-88e7af63fbdf","html_url":"https://github.com/voidashi/ADTs-Collection","commit_stats":null,"previous_names":["voidrass/adts-collection","voidashi/adts-collection"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/voidashi/ADTs-Collection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2FADTs-Collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2FADTs-Collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2FADTs-Collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2FADTs-Collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voidashi","download_url":"https://codeload.github.com/voidashi/ADTs-Collection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2FADTs-Collection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263678914,"owners_count":23494924,"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":[],"created_at":"2024-11-09T23:19:30.816Z","updated_at":"2025-07-05T04:02:02.077Z","avatar_url":"https://github.com/voidashi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 ADTs Collection  \n\n*A flexible, efficient, and adaptable collection of Abstract Data Types (ADTs) implemented in pure C*  \n\n[![C](https://img.shields.io/badge/Language-C-informational?style=flat\u0026logo=c\u0026logoColor=white)](https://en.wikipedia.org/wiki/C_(programming_language))  \n[![License](https://img.shields.io/badge/License-MIT-green?style=flat)](LICENSE)  \n\n---\n\n## 📦 Features  \n\n### **Core Data Structures**  \n- **Trees:** Binary Search Tree (BST) • AVL Tree • Treap  \n- **Lists:** Singly \u0026 Doubly Linked Lists (supports circular configurations)  \n- **Stacks:** Static, Dynamic, and Generic implementations  \n- **Queue:** Generic implementation  \n\n### **Key Advantages**  \n- **Modular Design:** Easy to extend or modify for specific use cases.  \n- **Performance-Optimized:** Focus on efficient memory and runtime usage.  \n- **Reusable Code:** Clean interfaces for seamless integration into projects.  \n\n---\n\n## 🚀 Getting Started  \n\n### **Clone the Repository**  \n```bash  \ngit clone https://github.com/voidashi/ADTs-Collection.git  \n```  \n\n### **Compilation**  \nCompile with a C compiler (e.g., `gcc`):  \n```bash  \ngcc -o program your_source_file.c  \n```  \n\n### **Basic Usage**  \nInclude the desired header and use the ADTs:  \n```c  \n#include \"linkedlist.h\"  \n// Example: Create and manipulate a linked list  \n```  \n\n**Note:** Ensure headers are in your include path!  \n\n---\n\n## 🤝 Contributing  \nFound a bug or have an enhancement?  \n- Open an **Issue** for feature requests or bug reports.  \n- Submit a **Pull Request** for well-documented fixes or improvements.  \n\n---\n\n## 📄 License  \nMIT Licensed - See [LICENSE](LICENSE) for details.  \n\n---  \n\n*Built with ❤️ for low-level enthusiasts*  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidashi%2Fadts-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidashi%2Fadts-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidashi%2Fadts-collection/lists"}