{"id":34839305,"url":"https://github.com/dknight/algos","last_synced_at":"2026-05-24T02:35:58.652Z","repository":{"id":142926518,"uuid":"614016474","full_name":"dknight/algos","owner":"dknight","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-23T21:19:30.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T02:07:40.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/dknight.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":"2023-03-14T18:11:08.000Z","updated_at":"2023-03-14T18:17:31.000Z","dependencies_parsed_at":"2023-05-28T16:30:45.549Z","dependency_job_id":null,"html_url":"https://github.com/dknight/algos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dknight/algos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Falgos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Falgos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Falgos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Falgos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dknight","download_url":"https://codeload.github.com/dknight/algos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Falgos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33419556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"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":[],"created_at":"2025-12-25T17:00:19.203Z","updated_at":"2026-05-24T02:35:58.633Z","avatar_url":"https://github.com/dknight.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Collection of algorithms and data structures written in Go.\n\nFor personal use. DO NOT RELY ON THIS CODE, every minute everything can be\nchanged.\n\n### Notes\n\n* All data structures are **not thread-safe**.\n* This data structures are made for educational purposes, it is strongly not\n  recommended to use them in production environments. Use it at own risk. For\n  example for lists it is better to use [lists from standard\n  library](https://pkg.go.dev/container/list).\n\n#### Built-in data structures\n\nGo has some built-in data structures out of box.\n\n* Array `[n int]T`\n* Map `map[T comparable]U`\n* Slices `[]T`\n* Structures `type T struct`\n\n## Data structures\n\n* Graph\n* Lists\n    - Linked List\n    - Doubly Linked List (unfinished)\n* Queues\n    - Queue\n* Set\n* Stack\n\n## Algorithms\n\n* Balanced brackets\n* Factorial\n* Stocks problem\n* Postfix notation\n\n# TODO\n\nMore will be implemented soon.\n\n## Contribution\n\nAny help is appreciated. Found a bug, typo, inaccuracy, etc.? Please do not\nhesitate to make a pull request or file an issue.\n\n# License\n\nMIT 2023\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdknight%2Falgos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdknight%2Falgos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdknight%2Falgos/lists"}