{"id":22168718,"url":"https://github.com/zhykos/aoc-2024-in-deno","last_synced_at":"2025-10-12T19:30:22.139Z","repository":{"id":265293934,"uuid":"895389650","full_name":"Zhykos/aoc-2024-in-deno","owner":"Zhykos","description":"🦕 My 2024 Advent of Code made with Deno","archived":false,"fork":false,"pushed_at":"2024-12-20T05:59:45.000Z","size":215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-20T06:30:16.977Z","etag":null,"topics":["aoc-2024-in-deno","deno","typescript"],"latest_commit_sha":null,"homepage":"","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/Zhykos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T05:48:42.000Z","updated_at":"2024-12-20T05:59:49.000Z","dependencies_parsed_at":"2024-11-28T19:34:02.803Z","dependency_job_id":"f27da570-605e-42ab-9046-086a9b7baed7","html_url":"https://github.com/Zhykos/aoc-2024-in-deno","commit_stats":null,"previous_names":["zhykos/aoc-2024-in-deno"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhykos%2Faoc-2024-in-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhykos%2Faoc-2024-in-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhykos%2Faoc-2024-in-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhykos%2Faoc-2024-in-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zhykos","download_url":"https://codeload.github.com/Zhykos/aoc-2024-in-deno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236263151,"owners_count":19120895,"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","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":["aoc-2024-in-deno","deno","typescript"],"created_at":"2024-12-02T06:25:00.309Z","updated_at":"2025-10-12T19:30:16.688Z","avatar_url":"https://github.com/Zhykos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My 2024 Advent of Code made with Deno: aoc-2024-in-deno\n\nMy 2024 Advent of Code made with Deno: https://adventofcode.com/2024.\n\nMy results:\n\n⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ (1st december to 10th)\n\n⭐️🚫 ; ⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ ; ⭐️⭐️ ; 🚫🚫 ; ⭐️🚫 ; ⭐️⭐️ ; ⭐️🚫 ; 🚫🚫 (11th december to 20th)\n\n🚫🚫 ; ❓❓ ; ❓❓ ; ❓❓ ; ❓❓ (21st december to 25th)\n\nMeaning (each problem is divided into two parts):\n* **15** days done with 2 golden stars (both parts done): show with ⭐️⭐️\n* **3** days done with only 1 golden star: show with one ⭐️\n* If 🚫 is shown, it means that I didn't succeed to solve the problem\n* If ❓ is shown, it means that I didn't try to solve the problem yet\n\nSo, I have 33 golden stars ⭐️ out of 50.\n\nI really abandoned the project from day 22, I was too tired to continue.\n\n---\n\nMade with Deno: https://deno.com/.\n\nDeno contest for Advent of Code: https://deno.com/blog/advent-of-code-2024.\n\nLaunch a specific test, for instance: `deno test --allow-read --allow-write --filter \"Day 6 part 1\"`.\n\nSome tests are ignored because they are too slow.\nYou can run all of them with `deno task test`, but it will not run the slow ones.\n\nTo run all tests, even the slow ones, use `deno task test-even-long`.\nThe ones that are ignored are not resolved yet or don't have a solution.\n\nAll my solutions are checked with test units.\n\nClues for not resolved problems:\n* Day 11 part 2: I have to find a way to optimize the algorithm, it's too slow.\n* Day 16 part 1: I need to implement Dijkstra's algorithm to solve the problem.\n* Day 17 part 2: I need to reverse compute all operations to find the initial value.\n* Day 20 part 1: I need to optimize the algorithm to find the solution.\n* Day 21 part 1: I almost found a solution, but I need to find a way to fix the algorythm to prevent paths which change a lot of coordinates (like a stair). And I'm tired...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhykos%2Faoc-2024-in-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhykos%2Faoc-2024-in-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhykos%2Faoc-2024-in-deno/lists"}