{"id":15735155,"url":"https://github.com/shadowamitendu/data-structures-and-algorithm-using-c","last_synced_at":"2025-03-13T06:31:55.154Z","repository":{"id":257378151,"uuid":"857827244","full_name":"ShadowAmitendu/Data-Structures-And-Algorithm-using-C","owner":"ShadowAmitendu","description":"College Code for DSA Semester 3rd","archived":false,"fork":false,"pushed_at":"2024-12-07T10:32:39.000Z","size":112,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T18:57:14.434Z","etag":null,"topics":["c","dsa-practice"],"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/ShadowAmitendu.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-09-15T17:55:42.000Z","updated_at":"2024-12-30T10:23:12.000Z","dependencies_parsed_at":"2024-11-05T15:41:08.520Z","dependency_job_id":null,"html_url":"https://github.com/ShadowAmitendu/Data-Structures-And-Algorithm-using-C","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.125,"last_synced_commit":"713372054162ec6027eea3d1edf063b948e06c6f"},"previous_names":["shadowamitendu/dsa","shadowamitendu/data-structures-and-algorithm-using-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowAmitendu%2FData-Structures-And-Algorithm-using-C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowAmitendu%2FData-Structures-And-Algorithm-using-C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowAmitendu%2FData-Structures-And-Algorithm-using-C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowAmitendu%2FData-Structures-And-Algorithm-using-C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowAmitendu","download_url":"https://codeload.github.com/ShadowAmitendu/Data-Structures-And-Algorithm-using-C/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243357661,"owners_count":20277988,"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":["c","dsa-practice"],"created_at":"2024-10-04T01:10:20.637Z","updated_at":"2025-03-13T06:31:54.634Z","avatar_url":"https://github.com/ShadowAmitendu.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures And Algorithm Using C\n\nWelcome to the **Data Structures And Algorithm Using C** repository! This repository contains implementations of various data structures and algorithms using the C programming language. It serves as a resource for understanding and applying fundamental concepts in computer science.\n\n## Table of Contents\n\n- [About](#about)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Code Structure](#code-structure)\n- [License](#license)\n- [More Code](#more-code)\n\n## About\n\nThis repository includes a collection of code examples and implementations that demonstrate key data structures and algorithms in C. It is designed to support learning and application of fundamental computer science concepts through practical coding examples.\n\n## Features\n\n- **Data Structures**: Implementations of common data structures such as arrays, linked lists, stacks, queues, trees, and graphs.\n- **Algorithms**: Code for essential algorithms, including sorting (e.g., quicksort, mergesort) and searching (e.g., binary search).\n- **Example Code**: Practical examples to demonstrate the application of data structures and algorithms.\n\n## Installation\n\nTo work with the code in this repository, you'll need a C compiler. Here's how to get started:\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/ShadowAmitendu/Data-Structures-And-Algorithm-using-C.git\n   ```\n2. **Navigate to the Directory:**\n   ```bash\n   cd Data-Structures-And-Algorithm-using-C\n   ```\n3. **Compile the Code:**\n   - To compile a specific C file, use the following command. For example, to compile `example.c`:\n     ```bash\n     gcc example.c -o example\n     ```\n4. **Run the Program:**\n   - Execute the compiled program:\n     ```bash\n     ./example\n     ```\n\n## Usage\n\nExplore the various directories and files to find implementations of data structures and algorithms. Each file typically includes example code and comments to help you understand how the code works.\n\n## Code Structure\n\nThe repository is organized into the following sections:(This is not yet implemented!)\n\n- **`data_structures/`**: Contains implementations of different data structures.\n- **`algorithms/`**: Includes various algorithms and their implementations.\n- **`examples/`**: Provides example programs that demonstrate the use of data structures and algorithms.\n- **`docs/`**: Documentation and additional resources related to the project.\n\n## License\n\nThis repository is licensed under the MIT License. See the `LICENSE` file for more details.\n\n## More Code\n\nAdditional data structures, algorithms, and examples will be added to this repository over time. Check back regularly for updates and new implementations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowamitendu%2Fdata-structures-and-algorithm-using-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowamitendu%2Fdata-structures-and-algorithm-using-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowamitendu%2Fdata-structures-and-algorithm-using-c/lists"}