{"id":18300072,"url":"https://github.com/r1walz/cookbook","last_synced_at":"2025-10-07T00:50:54.323Z","repository":{"id":97155084,"uuid":"304295904","full_name":"r1walz/cookbook","owner":"r1walz","description":"A repository containing cookbook to our most used algorithms.","archived":false,"fork":false,"pushed_at":"2020-10-16T12:23:36.000Z","size":23,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T06:18:02.957Z","etag":null,"topics":["algorithms","cookbook","cpp","hacktoberfest"],"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/r1walz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2020-10-15T10:52:15.000Z","updated_at":"2020-10-16T12:23:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"acfc3f8e-9a02-4990-9b71-165b9f6af015","html_url":"https://github.com/r1walz/cookbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r1walz/cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Fcookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Fcookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Fcookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Fcookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r1walz","download_url":"https://codeload.github.com/r1walz/cookbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Fcookbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278703579,"owners_count":26031205,"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-10-06T02:00:05.630Z","response_time":65,"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","cookbook","cpp","hacktoberfest"],"created_at":"2024-11-05T15:11:18.123Z","updated_at":"2025-10-07T00:50:54.293Z","avatar_url":"https://github.com/r1walz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cookbook\n\nA repository containing cookbook to our most used algorithms.\n\n## How to use this repository?\n\nSince the work is distributed use the [MIT License](LICENSE), you can freely copy and modify the code contained. Find the algorithm that you want to use in the directory given below and get coding!\n\n## Directory\n\nThe repository follows a simple structure, add your work under the relevant directory with the name `\u003calgorithm\u003e[_\u003coptimization_level\u003e].cpp`.\n\nPrepend `t` or `s` to indicate type of optimization done (here time/space respectively).\n\nFor example, let's say we want to add 0-1 knapsack then we may add it under `dynamic_programming/0_1_knapsack.cpp`, when no optimizations were done. Or `dynamic_programming/0_1_knapsack_s1.cpp`, where `_s1` indicated some sort of `space` optimizations.\n\nYes, we avoid spaces in naming! Use `_`s, please.\n\n## Contributing\n\nA complete contributing guidelines is available [here](CONTRIBUTING.md). Please, carefully go through it before submitting a pull request!\n\n## License\n\nThe work is distributed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1walz%2Fcookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr1walz%2Fcookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1walz%2Fcookbook/lists"}