{"id":13507311,"url":"https://github.com/medhiwidjaja/nary_tree","last_synced_at":"2025-10-21T18:57:20.844Z","repository":{"id":56227768,"uuid":"149154480","full_name":"medhiwidjaja/nary_tree","owner":"medhiwidjaja","description":"An Elixir implementation of generic n-ary tree data structure","archived":false,"fork":false,"pushed_at":"2020-11-19T12:56:05.000Z","size":7354,"stargazers_count":18,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T18:56:38.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/medhiwidjaja.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":"2018-09-17T16:24:15.000Z","updated_at":"2024-04-16T05:34:20.000Z","dependencies_parsed_at":"2022-08-15T15:00:59.468Z","dependency_job_id":null,"html_url":"https://github.com/medhiwidjaja/nary_tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/medhiwidjaja/nary_tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medhiwidjaja%2Fnary_tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medhiwidjaja%2Fnary_tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medhiwidjaja%2Fnary_tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medhiwidjaja%2Fnary_tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medhiwidjaja","download_url":"https://codeload.github.com/medhiwidjaja/nary_tree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medhiwidjaja%2Fnary_tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280317282,"owners_count":26309998,"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-10-21T02:00:06.614Z","response_time":58,"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-08-01T02:00:30.928Z","updated_at":"2025-10-21T18:57:20.793Z","avatar_url":"https://github.com/medhiwidjaja.png","language":"Elixir","funding_links":[],"categories":["Algorithms and Data structures"],"sub_categories":[],"readme":"# nary_tree\n\nNaryTree is a pure Elixir implementation of the generic tree data structure. NaryTree implements a data structure for an n-ary tree in which each node has zero or more children. A node in a tree can have arbitrary number of children and depth. Trees are unbalanced and children unordered.\n\nIt provides a node-based model to store named nodes in the tree, and provides simple APIs to access, modify and traverse the structure.\n\nCurrently only depth-first tree-traversal method is supported.\n\nThe library implements Enumerable protocol to allow access to the tree using standard Enum functions (map, reduce, count, etc)\n\nNaryTree supports importing from, and exporting to Map.\n\nThis is a MIT licensed open source project, and is hosted at github.com/medhiwidjaja/nary_tree, and is available as a standard Hex package from [hex.pm](https://hex.pm/packages/nary_tree).\n\nView documentation at [hexdocs.pm](https://hexdocs.pm/nary_tree/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedhiwidjaja%2Fnary_tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedhiwidjaja%2Fnary_tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedhiwidjaja%2Fnary_tree/lists"}