{"id":25124877,"url":"https://github.com/youwuyou/algo-lab-2024","last_synced_at":"2026-02-26T07:45:49.921Z","repository":{"id":259295581,"uuid":"867832005","full_name":"youwuyou/algo-lab-2024","owner":"youwuyou","description":"263-0006-00L  Algorithms Lab @ ETHZ - my solution https://youwuyou.github.io/algo-lab-2024/","archived":false,"fork":false,"pushed_at":"2024-10-23T19:36:16.000Z","size":2421,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T15:06:27.994Z","etag":null,"topics":["competitive","geometric-algorithms","graph-algorithms"],"latest_commit_sha":null,"homepage":"https://youwuyou.github.io/algo-lab-2024/","language":"CMake","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/youwuyou.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}},"created_at":"2024-10-04T20:09:07.000Z","updated_at":"2024-11-07T15:09:00.000Z","dependencies_parsed_at":"2024-10-24T06:29:56.136Z","dependency_job_id":"b612dfb3-8572-4e27-b5b7-6e1727eac6cc","html_url":"https://github.com/youwuyou/algo-lab-2024","commit_stats":null,"previous_names":["youwuyou/algo-lab-2024"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/youwuyou/algo-lab-2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youwuyou%2Falgo-lab-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youwuyou%2Falgo-lab-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youwuyou%2Falgo-lab-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youwuyou%2Falgo-lab-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youwuyou","download_url":"https://codeload.github.com/youwuyou/algo-lab-2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youwuyou%2Falgo-lab-2024/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29851761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":["competitive","geometric-algorithms","graph-algorithms"],"created_at":"2025-02-08T08:33:26.662Z","updated_at":"2026-02-26T07:45:49.906Z","avatar_url":"https://github.com/youwuyou.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AlgoLab 2024 @ ETHZ\n\n## Structure\n\n```bash\nalgo-lab-2024\n├── cmake                 # .cmake files for build system\n├── CMakeLists.txt\n├── README.md\n└── problems              # codes for the weekly problems \n    ├── pow-XX            \n    └── week01-XX\n```\n\n## Getting Started\n\n```bash\ngit clone git@github.com:youwuyou/algo-lab-2024.git\n```\n\nThis will create a subdirectory `algo-lab-2024` containing codes and other data needed for the algorithmic problems.\n\nNow we create a build directory and initialize the build system. By default, we compile the repository with tests, you could also switch it off by using the flag `-DBUILD_TESTS=OFF` if you just want to build the examples themselves without testing.\n\n```bash\ncd algo-lab-2024\nmkdir build\ncd build\ncmake .. \u0026\u0026 make\n```\n\nNow let us run a demonstration code. For running this code, make sure you locate at `algo-lab-2024/build` directory.\n\n```bash\ncd problems/hello-world\n./hello-world\n```\n\n## Testing\n\nIf you have compiled the repository with `-DBUILD_TESTS=ON`, you can run the tests using `make test`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyouwuyou%2Falgo-lab-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyouwuyou%2Falgo-lab-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyouwuyou%2Falgo-lab-2024/lists"}