{"id":17887576,"url":"https://github.com/sheldonhull/algorithmswithgo.com","last_synced_at":"2025-04-03T02:41:06.203Z","repository":{"id":74691880,"uuid":"294295194","full_name":"sheldonhull/algorithmswithgo.com","owner":"sheldonhull","description":"Working through algorithms with Go, exercism, leetcode, and other challenges to push my coding chops","archived":false,"fork":false,"pushed_at":"2022-12-01T17:15:24.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-01T11:03:41.796Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/sheldonhull.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":"2020-09-10T03:42:40.000Z","updated_at":"2022-10-27T21:08:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"8335f307-da3d-4b91-aa6a-ecdaf8498fad","html_url":"https://github.com/sheldonhull/algorithmswithgo.com","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldonhull%2Falgorithmswithgo.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldonhull%2Falgorithmswithgo.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldonhull%2Falgorithmswithgo.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldonhull%2Falgorithmswithgo.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheldonhull","download_url":"https://codeload.github.com/sheldonhull/algorithmswithgo.com/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927811,"owners_count":20856193,"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":["algorithms","algorithms-and-data-structures","go","golang"],"created_at":"2024-10-28T13:30:34.413Z","updated_at":"2025-04-03T02:41:06.184Z","avatar_url":"https://github.com/sheldonhull.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms With Go + Other Algorithm Challenges\n\nInitially, setup this to perform the challenges in algorithmswithgo.com repo.\nHowever, as I've explored more with Hackerrank, exercism.io and other challenges, I decided I'll use this repo for all of these to log my progress.\n\nAny blog progress on this will be posted on [my blog](sheldonhull.com/microblog)\n\n## Badges\n\n![](https://img.shields.io/badge/day%20📅-2-blue)\n\n![](https://img.shields.io/badge/stars%20⭐-1-yellow)\n\n![](https://img.shields.io/badge/days%20completed-0-red)\n\n## Setup Exercism\n\n[Get token](https://exercism.io/my/settings).\n\n```shell\nexercism configure --token=$TOKEN\n```\n\nConfigure workspace for CLI to use this repo.\n\n```shell\nexercism configure --workspace ${PWD}/exercism.io\n```\n\n## Advent of Code\n\nTo respect the creators, the inputs are not persisted, just the solution.\nTo download the inputs I'm using:\n\n```go\ngo install github.com/GreenLightning/advent-of-code-downloader/aocdl@latest\n```\n\nSetup a `.aocdlconfig` and populate like below.\nThis is also part of `.gitignore`.\n\n```json\n{\n    \"session-cookie\": \"\",\n    \"output\": \".inputs/{{.Year}}-{{.Day}}.txt\",\n    \"year\": 2021,\n    \"day\": 1\n}\n\n```\nUse by: `aocdl -day 1`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheldonhull%2Falgorithmswithgo.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheldonhull%2Falgorithmswithgo.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheldonhull%2Falgorithmswithgo.com/lists"}