{"id":17484697,"url":"https://github.com/ryanmcdermott/katas","last_synced_at":"2025-09-23T23:17:31.829Z","repository":{"id":65977371,"uuid":"93967324","full_name":"ryanmcdermott/katas","owner":"ryanmcdermott","description":":school: Coding katas","archived":false,"fork":false,"pushed_at":"2019-08-07T16:49:32.000Z","size":182,"stargazers_count":46,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-22T15:21:35.433Z","etag":null,"topics":["algorithms","cpp","data-structures","interview-practice","interview-preparation","interview-questions","kata"],"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/ryanmcdermott.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}},"created_at":"2017-06-10T21:53:14.000Z","updated_at":"2025-01-16T14:41:31.000Z","dependencies_parsed_at":"2023-02-19T19:00:48.038Z","dependency_job_id":null,"html_url":"https://github.com/ryanmcdermott/katas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanmcdermott/katas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanmcdermott%2Fkatas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanmcdermott%2Fkatas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanmcdermott%2Fkatas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanmcdermott%2Fkatas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanmcdermott","download_url":"https://codeload.github.com/ryanmcdermott/katas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanmcdermott%2Fkatas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276662937,"owners_count":25682176,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","cpp","data-structures","interview-practice","interview-preparation","interview-questions","kata"],"created_at":"2024-10-19T01:05:19.605Z","updated_at":"2025-09-23T23:17:31.779Z","avatar_url":"https://github.com/ryanmcdermott.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# katas\n\nThese are [katas](\u003chttps://en.wikipedia.org/wiki/Kata_(programming)\u003e) written in\nC++. They contain everything from common data structures, algorithms, and\nprogramming problems.\n\nFollow the instructions in the following order to build and test a kata.\n\nInstructions on creating a new kata are in the `Development` section\n\n## Installation\n\n```\ngit clone git@github.com:ryanmcdermott/katas.git\nsudo apt-get install clang\nsudo apt-get install clang-format\n```\n\n## Building\n\nRun `build.sh [folder]` to build an executable in the `./[folder]/bin` directory\n\nExample: `./build.sh quicksort`\n\n## Testing\n\nRun `./test.sh [folder]`\n\nExample: `./test.sh quicksort`\n\n## Development\n\nRun `./new.sh [folder]`\n\nExample: `./new.sh middle_out`\n\nA new directory will be created with your `[folder]` name, in this case\n`middle_out`.\n\n## Structure\n\n`[folder]`:\n\n\u003e `main.cpp`: Kata test code\n\n\u003e `folder.cpp`: Kata code\n\n\u003e `folder.hpp`: Kata header file included by main.cpp\n\n## Formatting\n\nIf you want to format the code, run: `./format.sh` and all files in all folders\nwill be formatted using `clang-format`. Ensure you have installed that ahead of\ntime.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanmcdermott%2Fkatas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanmcdermott%2Fkatas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanmcdermott%2Fkatas/lists"}