{"id":19463342,"url":"https://github.com/msdeep14/complexity-dictionary","last_synced_at":"2026-06-13T03:08:12.223Z","repository":{"id":94900050,"uuid":"70311747","full_name":"msdeep14/Complexity-Dictionary","owner":"msdeep14","description":"Dictionary implementation for comparing running time of Tries, AVL Tree, RedBlack Tree and HashMaps","archived":false,"fork":false,"pushed_at":"2017-05-13T06:30:51.000Z","size":1892,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T12:51:34.868Z","etag":null,"topics":["algorithms-and-data-structures","avl-tree","complexity","complexity-dictionary","dictionary","hashmap","java","red-black-trees","redblack","redblack-tree","trie"],"latest_commit_sha":null,"homepage":"","language":"Java","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/msdeep14.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-08T07:09:50.000Z","updated_at":"2020-02-12T04:45:27.000Z","dependencies_parsed_at":"2023-04-06T16:46:39.297Z","dependency_job_id":null,"html_url":"https://github.com/msdeep14/Complexity-Dictionary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msdeep14/Complexity-Dictionary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msdeep14%2FComplexity-Dictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msdeep14%2FComplexity-Dictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msdeep14%2FComplexity-Dictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msdeep14%2FComplexity-Dictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msdeep14","download_url":"https://codeload.github.com/msdeep14/Complexity-Dictionary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msdeep14%2FComplexity-Dictionary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":["algorithms-and-data-structures","avl-tree","complexity","complexity-dictionary","dictionary","hashmap","java","red-black-trees","redblack","redblack-tree","trie"],"created_at":"2024-11-10T18:09:55.312Z","updated_at":"2026-06-13T03:08:12.218Z","avatar_url":"https://github.com/msdeep14.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Complexity-Dictionary\n\nDictionary implementation for comparing time complexity of Tries, AVL Tree, RedBlack Tree and HashMaps\n\n## Project Design\n\n1. System checks running time of building and searching word in dictionary.\n2. Tries, AVL Tree and RedBlack is implemented and HashMaps is used as an inbuilt library.\n\n## Analysis\n\n#### Building dictionary\n\nFor building up whole dictionary(36,351 entries), AVL Tree is a clear loser and HashMap and RedBlack Tree has nearly similar build up time.\n\n#### Search\n\nHashMap is a clear winner, while AVL and RedBlack took nearly the same time.\n\n\n## Development\n\nComplete project is developed on eclipse platform.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsdeep14%2Fcomplexity-dictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsdeep14%2Fcomplexity-dictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsdeep14%2Fcomplexity-dictionary/lists"}