{"id":15727078,"url":"https://github.com/elidrissidev/dsa-practice","last_synced_at":"2025-03-31T01:51:15.948Z","repository":{"id":133023040,"uuid":"561053776","full_name":"elidrissidev/dsa-practice","owner":"elidrissidev","description":"My playground repository where I'm practicing DSA using C!","archived":false,"fork":false,"pushed_at":"2023-01-22T12:01:49.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T07:13:42.003Z","etag":null,"topics":["algorithms","c","computer-science","data-structures"],"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/elidrissidev.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-11-02T20:59:25.000Z","updated_at":"2023-01-07T10:13:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"419dd71e-930f-4d9e-8775-a64bccd8bdc7","html_url":"https://github.com/elidrissidev/dsa-practice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elidrissidev%2Fdsa-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elidrissidev%2Fdsa-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elidrissidev%2Fdsa-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elidrissidev%2Fdsa-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elidrissidev","download_url":"https://codeload.github.com/elidrissidev/dsa-practice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246403903,"owners_count":20771527,"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","computer-science","data-structures"],"created_at":"2024-10-03T23:00:22.688Z","updated_at":"2025-03-31T01:51:15.922Z","avatar_url":"https://github.com/elidrissidev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# data structures and algorithms practice\n\nMy playground repository where I'm practicing DSA using C!\n\n## Running tests\n\nEach data structure contains tests under a `*_test.c` file, to run it simply compile it with source file.\n\nFor example, to run tests for the array data structure in a unix environment:\n\n```sh\n$ gcc -g array/array.c array/array_test.c -o array/array_test\n```\n\nOptionally run the compiled binary using [valgrind](https://valgrind.org/docs/manual/quick-start.html) for memory leak checks:\n\n```sh\n$ valgrind --leak-check=full array/array_test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felidrissidev%2Fdsa-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felidrissidev%2Fdsa-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felidrissidev%2Fdsa-practice/lists"}