{"id":13492390,"url":"https://github.com/ua-nick/Data-Structures-and-Algorithms","last_synced_at":"2025-03-28T10:32:02.285Z","repository":{"id":38136541,"uuid":"127543044","full_name":"ua-nick/Data-Structures-and-Algorithms","owner":"ua-nick","description":"Data Structures and Algorithms implementation in Go","archived":false,"fork":false,"pushed_at":"2024-05-10T19:40:23.000Z","size":44,"stargazers_count":2770,"open_issues_count":16,"forks_count":344,"subscribers_count":75,"default_branch":"master","last_synced_at":"2024-10-29T17:56:05.683Z","etag":null,"topics":["algorithm","algorithms","algorithms-and-data-structures","algorithms-datastructures","data-structures","datastructures","go","golang"],"latest_commit_sha":null,"homepage":"","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/ua-nick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-03-31T15:08:40.000Z","updated_at":"2024-10-22T02:50:26.000Z","dependencies_parsed_at":"2024-12-06T08:02:41.982Z","dependency_job_id":"f78b019d-a3d7-408e-8e7a-8b09659fe035","html_url":"https://github.com/ua-nick/Data-Structures-and-Algorithms","commit_stats":{"total_commits":39,"total_committers":1,"mean_commits":39.0,"dds":0.0,"last_synced_commit":"b590be1f7d068a28f67f67a1cadd7e7372dc2ffd"},"previous_names":["floyernick/data-structures-and-algorithms","paliimx/data-structures-and-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ua-nick%2FData-Structures-and-Algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ua-nick%2FData-Structures-and-Algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ua-nick%2FData-Structures-and-Algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ua-nick%2FData-Structures-and-Algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ua-nick","download_url":"https://codeload.github.com/ua-nick/Data-Structures-and-Algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246012544,"owners_count":20709464,"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","algorithms","algorithms-and-data-structures","algorithms-datastructures","data-structures","datastructures","go","golang"],"created_at":"2024-07-31T19:01:05.583Z","updated_at":"2025-03-28T10:32:01.792Z","avatar_url":"https://github.com/ua-nick.png","language":"Go","readme":"# Data Structures and Algorithms\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/floyernick/Data-Structures-and-Algorithms)](https://goreportcard.com/report/github.com/floyernick/Data-Structures-and-Algorithms) [![Build Status](https://travis-ci.org/floyernick/Data-Structures-and-Algorithms.svg?branch=master)](https://travis-ci.org/floyernick/Data-Structures-and-Algorithms) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/floyernick/Data-Structures-and-Algorithms/blob/master/LICENSE)\n\nClean and simple implementation in Go\n\n## Implementation\n\nThere are several data structures and algorithms implemented in this project. The list will be replenished with time.\n\n##### Data structures\n- Circular Buffer\n- Linked List\n- Doubly Linked List\n- Stack\n- Queue\n- Binary Tree\n- Hash Table\n- Trie\n\n##### Searching algorithms\n- Linear Search\n- Binary Search\n- Jump Search\n- Interpolation Search\n- Exponential Search\n- Ternary Search\n\n##### String searching algorithms\n\n- Naive String Search\n- Rabin-Karp Algorithm\n\n##### Sorting algorithms\n- Selection Sort\n- Insertion Sort\n- Bubble Sort\n- Comb Sort\n- Cocktail Sort\n- Gnome Sort\n- Merge Sort\n\n## Usage\n\nThe library is not intended for direct use by importing. We strongly recommend copying the necessary implementations and adjusting to your case.\n\nYou can download the source using `go get` command:\n\n```\ngo get github.com/floyernick/Data-Structures-and-Algorithms\n```\n\nDon't forget about proverb:\n\u003e A little copying is better than a little dependency.\n\n## Contribute\n\nWe would be happy to receive your propositions of improvement! Read [Contributing Guide](https://github.com/floyernick/Data-Structures-and-Algorithms/blob/master/CONTRIBUTING.md) for more details.\n\n## License\n\nThis project is licensed under the **MIT License**.\n\n## Authors\n\n**Mykyta Paliienko** - [GitHub profile](https://github.com/floyernick)","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fua-nick%2FData-Structures-and-Algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fua-nick%2FData-Structures-and-Algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fua-nick%2FData-Structures-and-Algorithms/lists"}