{"id":19814118,"url":"https://github.com/guibrandt/avl_tree","last_synced_at":"2025-07-13T04:38:09.550Z","repository":{"id":129285602,"uuid":"150759650","full_name":"GuiBrandt/avl_tree","owner":"GuiBrandt","description":"Árvore AVL de busca genérica em C++","archived":false,"fork":false,"pushed_at":"2018-11-22T09:20:19.000Z","size":226,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T07:36:11.876Z","etag":null,"topics":["avl-tree","cotuca","cpp11","data-structures","generics","maligno"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/GuiBrandt.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}},"created_at":"2018-09-28T15:23:15.000Z","updated_at":"2018-11-22T09:20:20.000Z","dependencies_parsed_at":"2023-07-14T21:45:28.219Z","dependency_job_id":null,"html_url":"https://github.com/GuiBrandt/avl_tree","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/GuiBrandt%2Favl_tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiBrandt%2Favl_tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiBrandt%2Favl_tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiBrandt%2Favl_tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuiBrandt","download_url":"https://codeload.github.com/GuiBrandt/avl_tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241162467,"owners_count":19920410,"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":["avl-tree","cotuca","cpp11","data-structures","generics","maligno"],"created_at":"2024-11-12T09:38:09.568Z","updated_at":"2025-02-28T14:03:27.045Z","avatar_url":"https://github.com/GuiBrandt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# avl_tree\r\nImplementação de árvore AVL de busca genérica em C++\r\n\r\nFeito como exercício nas aulas do Prof. André (a.k.a. Maligno) no 6º semestre do curso de Informática no COTUCA.\r\n\r\n## Primeiros passos\r\n\r\n### Para testar\r\nPara compilar os testes, use [`make`](https://www.gnu.org/software/make/).\r\n\r\nNo Linux:\r\n```\r\n$ make\r\n```\r\n\r\nNo Windows:\r\n```\r\n\u003e make win32\r\n```\r\n\r\nSerá gerado um arquivo `tests/all` (ou `tests/all.exe`, no Windows) que executa os testes unitários necessários usando o [`googletest`](https://github.com/google/googletest).\r\n\r\n### Para usar\r\nPara usar a classe de árvore AVL, copie o arquivo\r\n`avl_tree.hpp` para a pasta do seu projeto e, no código, inclua o cabeçalho:\r\n```cpp\r\n#include \"avl_tree.hpp\"\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguibrandt%2Favl_tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguibrandt%2Favl_tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguibrandt%2Favl_tree/lists"}