{"id":23927140,"url":"https://github.com/sergeychelak/adventofcode","last_synced_at":"2025-08-21T03:14:29.543Z","repository":{"id":155457272,"uuid":"606838689","full_name":"SergeyChelak/AdventOfCode","owner":"SergeyChelak","description":"Advent of Code in Rust","archived":false,"fork":false,"pushed_at":"2025-06-17T20:12:29.000Z","size":1481,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T21:26:28.759Z","etag":null,"topics":["advent-of-code","advent-of-code-2015","advent-of-code-2016","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2023","advent-of-code-2024","algorithms","algorithms-and-data-structures","backtracking","combinatorics","competitive-programming","contest-programming","iterator","linear-algebra","permutations","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/SergeyChelak.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,"zenodo":null}},"created_at":"2023-02-26T18:04:36.000Z","updated_at":"2025-06-17T20:12:33.000Z","dependencies_parsed_at":"2023-11-16T13:26:44.410Z","dependency_job_id":"d6c33cfb-56ca-4ce9-8688-a86a1d4f0417","html_url":"https://github.com/SergeyChelak/AdventOfCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SergeyChelak/AdventOfCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergeyChelak%2FAdventOfCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergeyChelak%2FAdventOfCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergeyChelak%2FAdventOfCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergeyChelak%2FAdventOfCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SergeyChelak","download_url":"https://codeload.github.com/SergeyChelak/AdventOfCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergeyChelak%2FAdventOfCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271420153,"owners_count":24756490,"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-08-21T02:00:08.990Z","response_time":74,"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":["advent-of-code","advent-of-code-2015","advent-of-code-2016","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2023","advent-of-code-2024","algorithms","algorithms-and-data-structures","backtracking","combinatorics","competitive-programming","contest-programming","iterator","linear-algebra","permutations","rust"],"created_at":"2025-01-05T22:14:33.545Z","updated_at":"2025-08-21T03:14:29.504Z","avatar_url":"https://github.com/SergeyChelak.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code Solutions in Rust\n\nThis repository contains my solutions for the Advent of Code challenges for the some years, implemented in the Rust programming language. Advent of Code is an annual online event where participants solve daily programming puzzles from December 1st to December 25th.\n\nEach year's solutions are organized in separate folders, and within each folder, you'll find the solutions for each day's challenge.\n\n## Prerequisites\n\nTo run the Rust solutions locally, you'll need to have Rust and Cargo installed on your system. If you don't have them installed, you can follow the official Rust installation guide [here](https://www.rust-lang.org/learn/get-started).\n\n## Usage\n\nTo run a specific solution, navigate to the project root folder, and use Cargo to build and run the program.\n\nRun the latest solution with the following command:\n\n```\ncargo run\n```\n\nRun year solutions with the following command (2015 for example):\n\n```\ncargo run 2015\n```\n\nRun specific solution with the following command (2017 day 5 for example):\n\n```\ncargo run 2017 5\n```\n\n## Contributing\n\nContributions are welcome! If you have a more optimized or cleaner solution for any of the challenges feel free to open a pull request. Please make sure to adhere to the Rust coding standards and provide a brief explanation of your changes.\n\nIf you find any bugs or issues with the existing solutions, please open an issue in the repository, and I'll try to address it as soon as possible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeychelak%2Fadventofcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeychelak%2Fadventofcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeychelak%2Fadventofcode/lists"}