{"id":15025663,"url":"https://github.com/0xax/go-algorithms","last_synced_at":"2025-05-15T10:05:25.639Z","repository":{"id":567809,"uuid":"21073864","full_name":"0xAX/go-algorithms","owner":"0xAX","description":"Algorithms and data structures for golang","archived":false,"fork":false,"pushed_at":"2023-10-03T18:45:02.000Z","size":1122,"stargazers_count":1935,"open_issues_count":8,"forks_count":353,"subscribers_count":61,"default_branch":"master","last_synced_at":"2025-05-15T10:03:56.737Z","etag":null,"topics":["algorithm","data-structures","go","golang","hacktoberfest","sort","tree-structure"],"latest_commit_sha":null,"homepage":"","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/0xAX.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}},"created_at":"2014-06-21T17:01:08.000Z","updated_at":"2025-05-12T14:29:20.000Z","dependencies_parsed_at":"2024-01-13T22:54:52.718Z","dependency_job_id":"df9d2f67-018d-4354-a4ab-04a9b36c1b42","html_url":"https://github.com/0xAX/go-algorithms","commit_stats":{"total_commits":83,"total_committers":22,"mean_commits":3.772727272727273,"dds":0.6144578313253012,"last_synced_commit":"9e7a1904a528eeb4a971cca7267a7c627f01b8b3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAX%2Fgo-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAX%2Fgo-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAX%2Fgo-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAX%2Fgo-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xAX","download_url":"https://codeload.github.com/0xAX/go-algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319718,"owners_count":22051072,"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":["algorithm","data-structures","go","golang","hacktoberfest","sort","tree-structure"],"created_at":"2024-09-24T20:02:48.124Z","updated_at":"2025-05-15T10:05:20.584Z","avatar_url":"https://github.com/0xAX.png","language":"Go","readme":"go-algorithms\n=============\n\n`go-algorithms` - implementation of different algorithms and data structures with `golang`.\n\nUsage\n-----\n\n1. Clone `https://github.com/0xAX/go-algorithms.git` repo, it must be in your `$GOPATH`.\n\n2. Execute `go build \u0026\u0026 go install` in `go-algorithms`\n\n3. Execute `go build bubble_sort.go` and `./bubble_sort`\n\nAlgorithms\n----------\n\n#### Sorting\n\n  * [bubble sort](https://en.wikipedia.org/wiki/Bubble_sort)\n  * [selection sort](https://en.wikipedia.org/wiki/Selection_sort)\n  * [merge sort](https://en.wikipedia.org/wiki/Merge_sort)\n  * [cocktail sort](https://en.wikipedia.org/wiki/Cocktail_shaker_sort)\n  * [gnome sort](https://en.wikipedia.org/wiki/Gnome_sort)\n  * [quick sort](https://en.wikipedia.org/wiki/Quicksort)\n  * [comb sort](https://en.wikipedia.org/wiki/Comb_sort)\n  * [odd-even sort](https://en.wikipedia.org/wiki/Odd%E2%80%93even_sort)\n  * [heap sort](https://en.wikipedia.org/wiki/Heapsort)\n  * [Shell sort](https://en.wikipedia.org/wiki/Shellsort)\n  * [counting sort](https://en.wikipedia.org/wiki/Counting_sort)\n  * [radix sort](https://en.wikipedia.org/wiki/Radix_sort)\n\n#### Searching\n\n  * [binary search](https://en.wikipedia.org/wiki/Binary_search_algorithm)\n  * [linear search](https://en.wikipedia.org/wiki/Linear_search)\n  * [jump search](https://en.wikipedia.org/wiki/Jump_search)\n  * [depth first search](https://en.wikipedia.org/wiki/Depth-first_search)\n  * [breadth-first search](https://en.wikipedia.org/wiki/Breadth-first_search)\n\n#### Collections\n\n  * [doubly linked list](https://en.wikipedia.org/wiki/Doubly_linked_list)\n  * [binary tree](https://en.wikipedia.org/wiki/Binary_search_tree)\n  * [stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type))\n  * [queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type))\n\n#### Numerical\n\n  * [gcd](https://en.wikipedia.org/wiki/Greatest_common_divisor)\n  * [factorial](https://en.wikipedia.org/wiki/Factorial)\n  * [fibonacci](https://en.wikipedia.org/wiki/Fibonacci_number)\n\nContribution\n------------\n\n  * Fork [go-algorithms](https://github.com/0xAX/go-algorithms);\n  * Make changes;\n  * Send pull request;\n  * Thank you.\n\nAuthor\n------\n\n[@0xAX](https://twitter.com/0xAX)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xax%2Fgo-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xax%2Fgo-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xax%2Fgo-algorithms/lists"}