{"id":15355406,"url":"https://github.com/bmf-san/road-to-algorithm-master","last_synced_at":"2026-02-25T02:31:33.286Z","repository":{"id":78024284,"uuid":"185897874","full_name":"bmf-san/road-to-algorithm-master","owner":"bmf-san","description":"I want to be a algorithm master.","archived":false,"fork":false,"pushed_at":"2025-02-27T02:48:37.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T00:49:25.286Z","etag":null,"topics":["algorithm","data-structures","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/bmf-san.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":"2019-05-10T01:36:31.000Z","updated_at":"2025-02-27T02:48:36.000Z","dependencies_parsed_at":"2024-06-20T16:35:00.979Z","dependency_job_id":"67c5310f-8243-4b6c-a762-1c42f684facf","html_url":"https://github.com/bmf-san/road-to-algorithm-master","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bmf-san/road-to-algorithm-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Froad-to-algorithm-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Froad-to-algorithm-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Froad-to-algorithm-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Froad-to-algorithm-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmf-san","download_url":"https://codeload.github.com/bmf-san/road-to-algorithm-master/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Froad-to-algorithm-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29809086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"online","status_checked_at":"2026-02-25T02:00:07.329Z","response_time":61,"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":["algorithm","data-structures","golang"],"created_at":"2024-10-01T12:24:17.702Z","updated_at":"2026-02-25T02:31:33.265Z","avatar_url":"https://github.com/bmf-san.png","language":"Go","readme":"# road-to-algorithm-master\n\nI want to be a algorithm master.\nAll argorithm is implemented by Golang.\n\n# Table of contents\n- [algorithm](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm)\n  - [backtrack](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/backtrack)\n  - [gcd](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/gcd)\n  - [lcm](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/lcm)\n  - [search](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/search)\n    - [binary_search](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/search/binary_search)\n    - [linear](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/search/linear)\n  - [sliding_window](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/sliding_window)\n  - [sort](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/sort)\n    - [bubble_sort](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/sort/bubble_sort)\n    - [heap_sort](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/sort/heap_sort)\n    - [insertion_sort](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/sort/insertion_sort)\n    - [merge_sort](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/sort/merge_sort)\n    - [quick_sort](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/sort/quick_sort)\n    - [selection_sort](https://github.com/bmf-san/road-to-algorithm-master/tree/master/algorithm/sort/selection_sort)\n- [big_o](https://github.com/bmf-san/road-to-algorithm-master/tree/master/big_o)\n- [data_structures](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures)\n  - [array](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/array)\n    - [array](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/array/array)\n  - [hash_table](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/hash_table)\n    - [hash_table](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/hash_table/hash_table)\n  - [heap](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/heap)\n    - [heap](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/heap/heap)\n  - [linked_list](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/linked_list)\n    - [singly_linked_list](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/linked_list/singly_linked_list)\n  - [queue](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/queue)\n    - [queue](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/queue/queue)\n  - [stack](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/stack)\n    - [stack](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/tree/stack)\n  - [tree](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/tree )\n    - [binary_search_tree](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/tree/binary_search_tree)\n    - [trie](https://github.com/bmf-san/road-to-algorithm-master/tree/master/data_structures/tree/trie)\n\n# References\n- [Top interview questions and Big-O notation cheat sheets](https://www.lavivienpost.com/top-interview-questions-and-big-o-notation-cheat-sheets/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmf-san%2Froad-to-algorithm-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmf-san%2Froad-to-algorithm-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmf-san%2Froad-to-algorithm-master/lists"}