{"id":21186406,"url":"https://github.com/modulovalue/dart_algorithm_pub","last_synced_at":"2026-03-19T19:14:00.542Z","repository":{"id":100232908,"uuid":"202867085","full_name":"modulovalue/dart_algorithm_pub","owner":"modulovalue","description":"Useful and interesting algorithms and data structures in Dart","archived":false,"fork":false,"pushed_at":"2019-08-17T10:33:24.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-17T11:23:55.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/modulovalue.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-08-17T10:29:21.000Z","updated_at":"2023-04-30T19:34:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa4f816d-0246-48d1-849e-229dd9368857","html_url":"https://github.com/modulovalue/dart_algorithm_pub","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/modulovalue/dart_algorithm_pub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulovalue%2Fdart_algorithm_pub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulovalue%2Fdart_algorithm_pub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulovalue%2Fdart_algorithm_pub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulovalue%2Fdart_algorithm_pub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modulovalue","download_url":"https://codeload.github.com/modulovalue/dart_algorithm_pub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulovalue%2Fdart_algorithm_pub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29571888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T06:19:27.422Z","status":"ssl_error","status_checked_at":"2026-02-18T06:18:44.348Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-20T18:23:36.397Z","updated_at":"2026-02-18T07:02:17.286Z","avatar_url":"https://github.com/modulovalue.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dart Algorithm Pub\nHere you'll find a collection of useful and interesting algorithms and data structures in [Dart](https://dart.dev) \u0026 [Flutter](http://flutter.dev).\n\n## Trees\n\n#### [R-tree](https://en.wikipedia.org/wiki/R-tree) \n - [r-tree](https://pub.dev/packages/r_tree) as [RTree]() by [workiva](https://www.workiva.com)\n \n#### [AVL tree](https://en.wikipedia.org/wiki/AVL_tree) \n - [quiver](https://pub.dev/packages/quiver) as [AvlTreeSet](https://pub.dev/documentation/quiver/latest/quiver.collection/AvlTreeSet-class.html)\n \n#### [Splay tree](https://en.wikipedia.org/wiki/AVL_tree) \n - [dart:collection]() as [SplayTreeSet](https://api.dart.dev/stable/2.4.0/dart-collection/SplayTreeSet-class.html), [SplayTreeMap](https://api.dart.dev/stable/2.4.0/dart-collection/SplayTreeMap-class.html).\n \n#### [Trie / Digital tree / Radix tree / Prefix tree](https://en.wikipedia.org/wiki/Trie) \n - [trie](https://pub.dev/packages/trie) as [Trie](https://pub.dev/documentation/trie/latest/trie/Trie/Trie.html)\n\n#### [Merkle tree / Hash tree](https://en.wikipedia.org/wiki/Merkle_tree) \n - [merkletree](https://pub.dev/packages/merkletree) as [MerkleTree](https://pub.dev/documentation/merkletree/latest/merkletree/MerkleTree-class.html)\n\n## Maps\n\n#### [Multimap](https://en.wikipedia.org/wiki/Multimap) \n - [quiver](https://pub.dev/packages/quiver) as [Multimap](https://pub.dev/documentation/quiver/latest/quiver.collection/Multimap-class.html)\n \n#### [Bidirectional map](https://en.wikipedia.org/wiki/Bidirectional_map) \n - [quiver](https://pub.dev/packages/quiver) as [BiMap](https://pub.dev/documentation/quiver/latest/quiver.collection/BiMap-class.html)\n\n## Graphs\n \n#### Shortest path \n - [graphs](https://pub.dev/packages/graphs) as shortestPath\n#### [Strongly connected component](https://en.wikipedia.org/wiki/Strongly_connected_component)  \n - [graphs](https://pub.dev/packages/graphs) as stronglyConnectedComponents\n \n## Other\n \n#### [Cassowary](https://en.wikipedia.org/wiki/Cassowary_(software))\n - [cassowary](https://pub.dev/packages/cassowary)\n \n## Contributing\nFeel free to add any algorithm or data structure with an implementation (preferably as a package on [pub.dev](https://pub.dev)).\n\nTo the extent possible under law, modulovalue has waived all copyright and related or neighboring rights to this work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodulovalue%2Fdart_algorithm_pub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodulovalue%2Fdart_algorithm_pub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodulovalue%2Fdart_algorithm_pub/lists"}