{"id":15525132,"url":"https://github.com/domnikl/algorithms-and-data-structures","last_synced_at":"2025-04-23T08:42:31.663Z","repository":{"id":131701914,"uuid":"231452742","full_name":"domnikl/algorithms-and-data-structures","owner":"domnikl","description":"Algorithms and data structures implemented in Kotlin","archived":false,"fork":false,"pushed_at":"2023-08-23T13:34:24.000Z","size":390,"stargazers_count":14,"open_issues_count":5,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T23:53:13.210Z","etag":null,"topics":["algorithms","data-structures","educational","kotlin"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domnikl.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":"2020-01-02T20:16:07.000Z","updated_at":"2024-03-07T17:58:00.000Z","dependencies_parsed_at":"2023-09-20T07:16:27.681Z","dependency_job_id":null,"html_url":"https://github.com/domnikl/algorithms-and-data-structures","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/domnikl%2Falgorithms-and-data-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domnikl%2Falgorithms-and-data-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domnikl%2Falgorithms-and-data-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domnikl%2Falgorithms-and-data-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domnikl","download_url":"https://codeload.github.com/domnikl/algorithms-and-data-structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250400833,"owners_count":21424449,"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","data-structures","educational","kotlin"],"created_at":"2024-10-02T10:54:58.192Z","updated_at":"2025-04-23T08:42:31.651Z","avatar_url":"https://github.com/domnikl.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# algorithms and data structures\n\nImplementations of common algorithms and data structures in Kotlin, mostly done for educational purposes. See [bigocheatsheet.com](https://www.bigocheatsheet.com) for time and space complexity comparisons.\n\n## data structures\n\n* [Dynamically resizing array](src/main/kotlin/org/domnikl/data_structures/ResizingArray.kt)\n* [Linked list](src/main/kotlin/org/domnikl/data_structures/LinkedList.kt)\n* [Double linked list](src/main/kotlin/org/domnikl/data_structures/DoubleLinkedList.kt)\n* [Stack](src/main/kotlin/org/domnikl/data_structures/Stack.kt)\n* [Queue](src/main/kotlin/org/domnikl/data_structures/Queue.kt)\n* [Hash table](src/main/kotlin/org/domnikl/data_structures/HashTable.kt)\n* [Binary heap](src/main/kotlin/org/domnikl/data_structures/BinaryHeap.kt)\n* [AVL tree](src/main/kotlin/org/domnikl/data_structures/AvlTree.kt)\n* [BTree](src/main/kotlin/org/domnikl/data_structures/BTree.kt)\n* [Bloom filter](src/main/kotlin/org/domnikl/data_structures/BloomFilter.kt)\n\n## search\n\n* [Binary search](src/main/kotlin/org/domnikl/algorithms/search/BinarySearch.kt)\n\n## sorting\n\n* [Bubble sort](src/main/kotlin/org/domnikl/algorithms/sorting/BubbleSort.kt)\n* [Quick sort](src/main/kotlin/org/domnikl/algorithms/sorting/QuickSort.kt)\n* [Merge sort](src/main/kotlin/org/domnikl/algorithms/sorting/MergeSort.kt)\n* [Heap sort](src/main/kotlin/org/domnikl/algorithms/sorting/HeapSort.kt)\n* [Selection sort](src/main/kotlin/org/domnikl/algorithms/sorting/SelectionSort.kt)\n* [Insertion sort](src/main/kotlin/org/domnikl/algorithms/sorting/InsertionSort.kt)\n* [Bucket sort](src/main/kotlin/org/domnikl/algorithms/sorting/BucketSort.kt)\n* [Counting sort](src/main/kotlin/org/domnikl/algorithms/sorting/CountingSort.kt)\n* [Radix sort](src/main/kotlin/org/domnikl/algorithms/sorting/RadixSort.kt)\n\n## select\n\n* [Quick select](src/main/kotlin/org/domnikl/algorithms/select/QuickSelect.kt)\n\n## graphs\n\n* [breadth first search](src/main/kotlin/org/domnikl/algorithms/graphs/Graph.kt)\n* [depth first search](src/main/kotlin/org/domnikl/algorithms/graphs/Graph.kt)\n* [Dijkstra's shorted path first](src/main/kotlin/org/domnikl/algorithms/graphs/WeightedGraph.kt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomnikl%2Falgorithms-and-data-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomnikl%2Falgorithms-and-data-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomnikl%2Falgorithms-and-data-structures/lists"}