{"id":17113928,"url":"https://github.com/shivabhusal/algorithms_n_data_structures","last_synced_at":"2025-07-15T09:07:37.027Z","repository":{"id":100953812,"uuid":"90464627","full_name":"shivabhusal/algorithms_n_data_structures","owner":"shivabhusal","description":"Contains all common algorithm theories and implementation in various languages like C, Ruby, etc","archived":false,"fork":false,"pushed_at":"2017-07-06T11:20:06.000Z","size":104,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T03:58:43.018Z","etag":null,"topics":["algorithms","c","data-structures","learning","ruby"],"latest_commit_sha":null,"homepage":"https://shivabhusal.github.io/algorithms_n_data_structures/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shivabhusal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2017-05-06T13:25:27.000Z","updated_at":"2019-06-20T18:59:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"714bdb9d-390a-4a71-a09b-29279140b2ae","html_url":"https://github.com/shivabhusal/algorithms_n_data_structures","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shivabhusal/algorithms_n_data_structures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivabhusal%2Falgorithms_n_data_structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivabhusal%2Falgorithms_n_data_structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivabhusal%2Falgorithms_n_data_structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivabhusal%2Falgorithms_n_data_structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivabhusal","download_url":"https://codeload.github.com/shivabhusal/algorithms_n_data_structures/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivabhusal%2Falgorithms_n_data_structures/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265424367,"owners_count":23762880,"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","c","data-structures","learning","ruby"],"created_at":"2024-10-14T17:13:41.211Z","updated_at":"2025-07-15T09:07:37.020Z","avatar_url":"https://github.com/shivabhusal.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms and Data Structures\n\n## Table of Contents\n- [Data Structures](data_structures/)\n\n## Intent\nI wish to include as more algoritms and DataStructure implementations as possible. I need your aid because it should be a community effor. Anybody can be benifited from this repository.  \n\nContains common algorithms and DS implementation in various languages like C, Ruby, etc.\n\n# Requirements\nThis library uses `CSpec` testing Framework to write testcases. The CSpec is a new concept, we are planning to\ntake this project forward and extract out as a separate library. For simpler assertion we are using `assert.h` library though. \n\n### Installation\nFor implementations libraries\nIn your test.c\n```c\n  // If your file is at /sorting/algo_spec.c then\n  // include `cspec.c` if you wish to assert using methods defined in that library\n  \n  #include '../../cspec/cspec.c'\n  // assuming like algorithms/cspec/cspec.c\n```\n\nAnd finally\n```sh\n  # .out for linux users, .exe for windows users\n  $ gcc  -o test.out test_spec.c\n\n  # To execute\n  $ ./test.out\n```\n\n# Contributions\nYou are welcome to ask questions and create pull requests. Feel free to create pull requests for the following:-  \n- You feel to add any missing implementation of any DS or algorithms\n  - must include documentations and useful links along with it\n  - code must be well aligned, covered with **test-cases** and commented\n- You wish to correct any mistakes\n- You wish to add documentations\n- You wish to optimize code already existing\n\n# License ( MIT )\nSee this [MIT License](https://opensource.org/licenses/MIT)\n\n---\n\nCopyright Shiva Bhusal(c) 2017\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivabhusal%2Falgorithms_n_data_structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivabhusal%2Falgorithms_n_data_structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivabhusal%2Falgorithms_n_data_structures/lists"}