{"id":22513272,"url":"https://github.com/gengocodes/Data-Structures-and-Algorithms-in-C","last_synced_at":"2025-08-03T16:30:51.893Z","repository":{"id":265864840,"uuid":"896768835","full_name":"Gengo-bit/Data-Structures-and-Algorithms","owner":"Gengo-bit","description":"C code implementations of data structures and algorithms (e.g., stack, queue, sorting, and searching algorithms) created for practice to earn a certification in data structures and algorithms(Interview Questions). ","archived":false,"fork":false,"pushed_at":"2024-12-01T08:58:55.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-01T09:30:37.680Z","etag":null,"topics":["bubble-sort","c","c-programming","data-structures-and-algorithms","insertion-sort","linked-list","merge-sort","queue","quick-sort","searching-algorithms","selection-sort","sorting-algorithms","stack"],"latest_commit_sha":null,"homepage":"","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/Gengo-bit.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":"2024-12-01T08:58:12.000Z","updated_at":"2024-12-01T09:05:12.000Z","dependencies_parsed_at":"2024-12-01T09:40:40.709Z","dependency_job_id":null,"html_url":"https://github.com/Gengo-bit/Data-Structures-and-Algorithms","commit_stats":null,"previous_names":["gengo-bit/data-structures-and-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gengo-bit%2FData-Structures-and-Algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gengo-bit%2FData-Structures-and-Algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gengo-bit%2FData-Structures-and-Algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gengo-bit%2FData-Structures-and-Algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gengo-bit","download_url":"https://codeload.github.com/Gengo-bit/Data-Structures-and-Algorithms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228552374,"owners_count":17935803,"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":["bubble-sort","c","c-programming","data-structures-and-algorithms","insertion-sort","linked-list","merge-sort","queue","quick-sort","searching-algorithms","selection-sort","sorting-algorithms","stack"],"created_at":"2024-12-07T03:10:56.630Z","updated_at":"2025-08-03T16:30:51.870Z","avatar_url":"https://github.com/Gengo-bit.png","language":"C","readme":"# **Data Structures and Algorithms in C**\n\nA collection of my C implementations of fundamental data structures and algorithms. This repository is part of my journey to practice and master essential programming concepts while preparing for my [Data Structures and Algorithms Interview Questions certificate](https://www.mygreatlearning.com/certificate/JMEBSLVB).\n\n---\n\n## 📂 **Contents**\n\n### **Data Structures**\n- **Stack**\n  - Array-based Implementation\n  - Linked List-based Implementation\n- **Queue**\n  - Array-based Implementation\n  - Linked List-based Implementation\n- **Linked List**\n  - Singly Linked List\n  - Doubly Linked List\n\n### **Search Algorithms**\n- Linear Search\n- Binary Search\n\n### **Sorting Algorithms**\n- Bubble Sort\n- Selection Sort\n- Insertion Sort\n- Merge Sort\n- Quick Sort\n\n---\n\n## 🚀 **Features**\n- **Comprehensive Practice**: Covers all major data structures and algorithms taught in the course.\n- **Clean Code**: Well-structured C programs with detailed inline comments for clarity.\n- **Foundational Concepts**: Designed to reinforce theoretical knowledge with practical implementation.\n\n---\n\n## 🧑‍💻 **How to Use**\n\n### 1️⃣ **Clone the Repository**\n```bash\ngit clone https://github.com/Gengo-bit/Data-Structures-and-Algorithms\ncd Data-Structures-and-Algorithms\n```\n### 2️⃣ **Run the Code**\n- Compile any program using GCC or any C compiler.  \nExample:\n```bash\ngcc main.c operations.c -o stack\n./stack\n```\n- Follow the on-screen instructions for testing.\n\n### 3️⃣ **Explore the Code**\nEach file is modular and self-contained, focusing on a specific data structure or algorithm.\n\n---\n\n## 📜 **Certificate Preparation**\nThis repository was built as part of my preparation for the **Data Structures and Algorithms Interview Questions course** offered by [Great Learning](https://www.mygreatlearning.com).\n\n---\n\n## 🛠️ **Technologies Used**\n- **Programming Language**: C\n- **Compiler**: GCC\n\n---\n\n## 🤝 **Contributing**\nIf you'd like to improve this repository or add new algorithms, feel free to fork and submit a pull request. Contributions and feedback are always welcome!\n\n---\n\n## 📄 **License**\nThis repository is open-sourced under the [MIT License](LICENSE).\n\n---\n\n## 📧 **Contact**\nIf you have any questions or suggestions, feel free to contact me:  \n**Email**: [paulcorsino28@gmail.com](mailto:paulcorsino28@gmail.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgengocodes%2FData-Structures-and-Algorithms-in-C","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgengocodes%2FData-Structures-and-Algorithms-in-C","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgengocodes%2FData-Structures-and-Algorithms-in-C/lists"}