{"id":21445407,"url":"https://github.com/kathleenwest/treeparentchildtraverserecursion","last_synced_at":"2026-05-14T20:04:41.073Z","repository":{"id":199134909,"uuid":"702204799","full_name":"kathleenwest/TreeParentChildTraverseRecursion","owner":"kathleenwest","description":"Tree Algorithm, Recursion, and Printing Example with Folder Parent-Child Relationships. Traverse a tree with recursion.","archived":false,"fork":false,"pushed_at":"2025-07-17T00:41:39.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T20:12:36.608Z","etag":null,"topics":["console-app","console-application","csharp","csharp-code","dotnet","folder","folder-print","folder-structure","folders","parent-child","tree","tree-algorithms","tree-search","tree-structure","tree-traversal"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kathleenwest.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}},"created_at":"2023-10-08T19:45:14.000Z","updated_at":"2025-07-17T00:41:42.000Z","dependencies_parsed_at":"2023-11-14T04:32:16.840Z","dependency_job_id":null,"html_url":"https://github.com/kathleenwest/TreeParentChildTraverseRecursion","commit_stats":null,"previous_names":["kathleenwest/prettyprintchallenge","kathleenwest/treeparentchildtraverserecursion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kathleenwest/TreeParentChildTraverseRecursion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kathleenwest%2FTreeParentChildTraverseRecursion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kathleenwest%2FTreeParentChildTraverseRecursion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kathleenwest%2FTreeParentChildTraverseRecursion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kathleenwest%2FTreeParentChildTraverseRecursion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kathleenwest","download_url":"https://codeload.github.com/kathleenwest/TreeParentChildTraverseRecursion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kathleenwest%2FTreeParentChildTraverseRecursion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33041226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["console-app","console-application","csharp","csharp-code","dotnet","folder","folder-print","folder-structure","folders","parent-child","tree","tree-algorithms","tree-search","tree-structure","tree-traversal"],"created_at":"2024-11-23T02:26:53.568Z","updated_at":"2026-05-14T20:04:41.036Z","avatar_url":"https://github.com/kathleenwest.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tree Algorithm - Parent Child Folder Relationship - Traverse a Tree with Recursion\n Tree Algorithm, Recursion, and Printing Example with Folder Parent-Child Relationships\n\n A simple console application that generates a static list of Folder objects randomly ordered.\n \n The Folder objects have a name (string) and relationship to a \u003cb\u003eparent\u003c/b\u003e Folder object by reference.\n Top-level folders have a \"null\" relationship with their parent Folder. \n \n The application then uses a Tree algorithm to recursively navigate the list of folders and \"pretty\"\n print them with tab-delimited formatting based on their level in the hierarchy.\n \n Example:\n\u003cpre\u003e\n        1\n            1.1\n                1.1.1\n                1.1.2\n                1.1.3\n            1.2\n                1.2.1\n                1.2.2\n                    1.2.2.1\n                    1.2.2.2\n        2\n            2.1\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkathleenwest%2Ftreeparentchildtraverserecursion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkathleenwest%2Ftreeparentchildtraverserecursion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkathleenwest%2Ftreeparentchildtraverserecursion/lists"}