{"id":20571971,"url":"https://github.com/dibyendumajumdar/avl","last_synced_at":"2026-04-20T02:35:53.026Z","repository":{"id":216577908,"uuid":"741221626","full_name":"dibyendumajumdar/avl","owner":"dibyendumajumdar","description":"AVL Tree in C","archived":false,"fork":false,"pushed_at":"2024-01-10T23:16:52.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T10:21:31.471Z","etag":null,"topics":["avl","avl-tree","avl-tree-implementations"],"latest_commit_sha":null,"homepage":"","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/dibyendumajumdar.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":"2024-01-10T00:13:48.000Z","updated_at":"2024-01-10T23:17:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a6ae3f4-87b2-4a50-ab1d-f105aa4f9ef2","html_url":"https://github.com/dibyendumajumdar/avl","commit_stats":null,"previous_names":["dibyendumajumdar/avl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dibyendumajumdar/avl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dibyendumajumdar%2Favl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dibyendumajumdar%2Favl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dibyendumajumdar%2Favl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dibyendumajumdar%2Favl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dibyendumajumdar","download_url":"https://codeload.github.com/dibyendumajumdar/avl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dibyendumajumdar%2Favl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32030234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["avl","avl-tree","avl-tree-implementations"],"created_at":"2024-11-16T05:17:55.232Z","updated_at":"2026-04-20T02:35:53.009Z","avatar_url":"https://github.com/dibyendumajumdar.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AVL Tree in C\n\nAVL Tree where values are copyable, i.e. primitive types, pointers or struct types.\nA macro acts as template to generate the code for given value type.\n\nExample:\n\n```C\n\n#include \"avl.h\"\n\n// Generate AVL Tree code for int values.\nAVLTREE(int)\n```\n\nSee `avltest.c` for example of how to use it.\n\nYou must provide some helper functions:\n\n* Memory allocation and release\n* Comparison\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdibyendumajumdar%2Favl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdibyendumajumdar%2Favl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdibyendumajumdar%2Favl/lists"}