{"id":15797767,"url":"https://github.com/juliencrn/the-algorithm-challenge","last_synced_at":"2026-01-22T05:33:12.074Z","repository":{"id":55086090,"uuid":"327401138","full_name":"juliencrn/the-algorithm-challenge","owner":"juliencrn","description":"Let's practice the algorithms and data-structures using Typescript, Rust and TDD (The exercises are from FreeCodeCamp)","archived":false,"fork":false,"pushed_at":"2022-06-12T23:24:12.000Z","size":147,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T13:49:57.523Z","etag":null,"topics":["algorithms","data-structures","freecodecamp","project-euler","rosetta-code","rust","tdd","typescript"],"latest_commit_sha":null,"homepage":"https://www.freecodecamp.org/learn/","language":"TypeScript","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/juliencrn.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":"2021-01-06T18:45:34.000Z","updated_at":"2024-01-30T04:06:08.000Z","dependencies_parsed_at":"2022-08-14T11:31:18.317Z","dependency_job_id":null,"html_url":"https://github.com/juliencrn/the-algorithm-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juliencrn/the-algorithm-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Fthe-algorithm-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Fthe-algorithm-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Fthe-algorithm-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Fthe-algorithm-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliencrn","download_url":"https://codeload.github.com/juliencrn/the-algorithm-challenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Fthe-algorithm-challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28656281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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","data-structures","freecodecamp","project-euler","rosetta-code","rust","tdd","typescript"],"created_at":"2024-10-05T00:20:31.218Z","updated_at":"2026-01-22T05:33:12.058Z","avatar_url":"https://github.com/juliencrn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Algorithm Challenge\n\n[![Tests](https://github.com/juliencrn/the-algorithm-challenge/actions/workflows/tests.yml/badge.svg)](https://github.com/juliencrn/the-algorithm-challenge/actions/workflows/tests.yml)\n\nI started this repo using Typescript, but now, I want like to practice Rust too. So let's practice the algorithms and data-structures using Typescript and/or Rust! (The exercises are from FreeCodeCamp)\n\n## Process\nI copy and paste the instructions from FreeCodeCamp, then I write the tests and finally I try to resolve the problem.\n\n## Installation\n\n### Common\nDownload the project locally.\n```bash\ngit clone https://github.com/juliencrn/the-algorithm-challenge\ncd the-algorithm-challenge\n```\n\n### Typescript part\nThis project needs `node` and `npm`.\n\n```bash\ncd typescript\nnpm i\nnpm run test\nnpm run start # Watch mode\n```\n\n### Rust part\nThis project requires `rust` and [`cargo-watch`](https://github.com/watchexec/cargo-watch).\n\n```bash\ncd rust\ncargo test\ncargo watch -x test # Watch mode\n```\n\n## Summary \n\n### Rust\n```bash\nsrc\n└── project_euler\n   ├── p001.rs\n   ├── p002.rs\n   ├── p003.rs\n   └── p004.rs\n```\n\nThe tree is generated using `exa --tree --git-ignore rust/src`.\n\n### Typescript\n\n```bash\nsrc\n├── algorithms\n│  ├── basic-sorting\n│  │  ├── bubble-sort\n│  │  ├── insertion-sort\n│  │  ├── merge-sort\n│  │  ├── quick-sort\n│  │  └── selection-sort\n│  ├── find-the-symmetric-difference\n│  ├── inventory-update\n│  ├── no-repeats-please\n│  └── pairwise\n└── data-structures\n   ├── circular-queue\n   ├── priority-queue\n   ├── queue\n   └── stack\n```\n\nThe tree is generated using `exa --tree --git-ignore typescript/src -D`.\n\n\n## License\n[MIT](https://github.com/juliencrn/the-algorithm-challenge/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliencrn%2Fthe-algorithm-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliencrn%2Fthe-algorithm-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliencrn%2Fthe-algorithm-challenge/lists"}