{"id":20549547,"url":"https://github.com/akullpp/algodat","last_synced_at":"2025-08-11T17:08:09.194Z","repository":{"id":50126650,"uuid":"96773782","full_name":"akullpp/algodat","owner":"akullpp","description":"Collection of algorithms and datastructures implemented in Java.","archived":false,"fork":false,"pushed_at":"2021-06-03T13:35:40.000Z","size":124,"stargazers_count":45,"open_issues_count":1,"forks_count":27,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-21T11:59:13.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/akullpp.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}},"created_at":"2017-07-10T12:14:45.000Z","updated_at":"2025-04-07T23:09:37.000Z","dependencies_parsed_at":"2022-09-03T10:01:18.882Z","dependency_job_id":null,"html_url":"https://github.com/akullpp/algodat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akullpp/algodat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akullpp%2Falgodat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akullpp%2Falgodat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akullpp%2Falgodat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akullpp%2Falgodat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akullpp","download_url":"https://codeload.github.com/akullpp/algodat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akullpp%2Falgodat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269922906,"owners_count":24496999,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"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":"2024-11-16T02:18:25.304Z","updated_at":"2025-08-11T17:08:09.172Z","avatar_url":"https://github.com/akullpp.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms and Datastructures\n\nDescriptions taken from [trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms).\n\n# Algorithms\n\n* Binary Search\n* Breadth First Search\n* Depth First Search\n* Merge sort\n* Quicksort\n\n# Datastructures\n\n* Binary Expression Tree\n* Dynamic array\n* Graph\n* Hash table\n* Heap\n* [Linked list](https://github.com/akullpp/algodat/tree/master/src/main/java/de/akull/datastructures/linkedlist)\n* Queue\n* Stack\n* Tree\n* Trie\n\n# Notes\n\nThe implementation is done with an educational purpose in mind, which means that the datastructures and algorithms do not provide a caller-friendly API, e.g. `LinkedList#append(Node\u003cT\u003e n)` instead of `LinkedList#append(T t)` or use visibility modifiers for access control because readability is key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakullpp%2Falgodat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakullpp%2Falgodat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakullpp%2Falgodat/lists"}