{"id":17679337,"url":"https://github.com/bbkane/binary_trees","last_synced_at":"2025-09-07T17:36:14.206Z","repository":{"id":87170752,"uuid":"133563748","full_name":"bbkane/binary_trees","owner":"bbkane","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-18T06:40:16.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T19:49:32.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bbkane.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":"2018-05-15T19:29:59.000Z","updated_at":"2018-05-18T06:40:17.000Z","dependencies_parsed_at":"2023-03-13T19:44:50.480Z","dependency_job_id":null,"html_url":"https://github.com/bbkane/binary_trees","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Fbinary_trees","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Fbinary_trees/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Fbinary_trees/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Fbinary_trees/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbkane","download_url":"https://codeload.github.com/bbkane/binary_trees/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246361251,"owners_count":20764896,"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","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-10-24T08:22:08.083Z","updated_at":"2025-03-30T18:28:06.656Z","avatar_url":"https://github.com/bbkane.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is to play with some binary tree implementations cause I'm bored.\n\nI'm going to use a vector to store nodes and ints to refer to children.\nI'll probably use a set to keep track of unused indices as I delete nodes\n\n# Dot stuff\n\ncat tmp.2.dot | dot -Tpng | imgcat\n\nhttps://stackoverflow.com/a/23430742/2958070\n\n# NOTES\n\n- I need to be very careful with my vector-based memory approach. Need to use\n  emplace_back, and I might need to manually call destructors if I reassign an\n  element.\n\n  https://stackoverflow.com/q/50357280/2958070\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbkane%2Fbinary_trees","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbkane%2Fbinary_trees","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbkane%2Fbinary_trees/lists"}