{"id":24238588,"url":"https://github.com/wev1n/aoc-leetcode","last_synced_at":"2025-09-12T06:38:22.160Z","repository":{"id":244432602,"uuid":"763645093","full_name":"wev1n/aoc-leetcode","owner":"wev1n","description":"Collection repo with my advent-of-code and leetcode solutions.","archived":false,"fork":false,"pushed_at":"2025-02-03T19:44:37.000Z","size":5205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T15:28:00.998Z","etag":null,"topics":["advent-of-code","algorithms-and-data-structures","dsa-practice","leetcode","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/wev1n.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-02-26T17:11:24.000Z","updated_at":"2025-02-03T19:44:41.000Z","dependencies_parsed_at":"2024-12-04T19:29:17.520Z","dependency_job_id":"86024421-5e3f-4878-8682-565f18c4bc5a","html_url":"https://github.com/wev1n/aoc-leetcode","commit_stats":null,"previous_names":["wev1n/advent-of-code","wev1n/aoc-leetcode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wev1n/aoc-leetcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wev1n%2Faoc-leetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wev1n%2Faoc-leetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wev1n%2Faoc-leetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wev1n%2Faoc-leetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wev1n","download_url":"https://codeload.github.com/wev1n/aoc-leetcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wev1n%2Faoc-leetcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274770010,"owners_count":25346209,"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-12T02:00:09.324Z","response_time":60,"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","algorithms-and-data-structures","dsa-practice","leetcode","typescript"],"created_at":"2025-01-14T20:29:00.544Z","updated_at":"2025-09-12T06:38:22.125Z","avatar_url":"https://github.com/wev1n.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aoc-leetcode\n\n### This is a collection of all the solutions I have made for [Advent of Code](https://adventofcode.com/) and [LeetCode](https://leetcode.com/). Feel free to check them out!\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Setup \u0026 Installation](#setup--installation)\n3. [Contribution Guidelines](#contribution-guidelines)\n\n---\n\n## Introduction\n\nThis repository contains solutions for Advent of Code challenges and LeetCode problems. The solutions are organized by year and day within the `src/aoc` directory for Advent of Code, and by problem number within the `src/leetcode` directory for LeetCode.\n\nThe goal of this project is to provide clear and efficient solutions to various coding challenges, helping to improve problem-solving skills and understanding of algorithms and data structures.\n\nIf you have a better solution, feel free to open an issue and submit it!\n\n---\n\n## Setup \u0026 Installation\n\nFollow these instructions to set up the project on your local machine.\n\n### Prerequisites\n\nMake sure you have the following tools installed:\n\n- **Node.js**: v20.x or above.\n- **npm**, **pnpm**, **yarn**, or **bun**: Choose your preferred package manager.\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/wev1n/aoc-leetcode\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd aoc-leetcode\n```\n\n3. Install the dependencies:\n\n```bash\nnpm install\n```\n\n4. For Advent of Code problems, ensure you create an `input.txt` file within the corresponding `day-X` folder. Visit [Advent of Code](https://adventofcode.com/) to obtain your specific input data. Finally, run the provided command. Ensure that the `day-X` folder is correct:\n\n```bash\nnpm start src/aoc/2015/day-1/index.ts\n```\n\nIf the problem is LeetCode related, simply run the command. Ensure that the `X.ts` file corresponds to the problem number you want to solve:\n\n```bash\nnpm run start src/leetcode/412.ts\n```\n\n### Reporting Issues\n\nIf you encounter a bug or want to request a feature, please report it through **GitHub Issues** with the following information:\n\n- Steps to reproduce the issue.\n- Screenshots (if applicable).\n- Relevant system or environment details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwev1n%2Faoc-leetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwev1n%2Faoc-leetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwev1n%2Faoc-leetcode/lists"}