{"id":25179808,"url":"https://github.com/ajlekcahdp4/myset","last_synced_at":"2025-10-03T21:06:49.845Z","repository":{"id":57992851,"uuid":"523335282","full_name":"ajlekcahdp4/myset","owner":"ajlekcahdp4","description":"rethinking std::set","archived":false,"fork":false,"pushed_at":"2022-09-26T06:49:42.000Z","size":10554,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T04:29:23.147Z","etag":null,"topics":["avl-tree","cpp","kthsmallest"],"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/ajlekcahdp4.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}},"created_at":"2022-08-10T12:30:08.000Z","updated_at":"2025-03-01T15:13:29.000Z","dependencies_parsed_at":"2023-01-18T22:30:58.322Z","dependency_job_id":null,"html_url":"https://github.com/ajlekcahdp4/myset","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajlekcahdp4/myset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajlekcahdp4%2Fmyset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajlekcahdp4%2Fmyset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajlekcahdp4%2Fmyset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajlekcahdp4%2Fmyset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajlekcahdp4","download_url":"https://codeload.github.com/ajlekcahdp4/myset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajlekcahdp4%2Fmyset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278227332,"owners_count":25951903,"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-03T02:00:06.070Z","response_time":53,"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-tree","cpp","kthsmallest"],"created_at":"2025-02-09T15:46:38.339Z","updated_at":"2025-10-03T21:06:49.781Z","avatar_url":"https://github.com/ajlekcahdp4.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Set\nRethinking std::set. My goal is to create AVL tree that would be more efficient in the tasks of finding kth smallest elemet in a set and finding the number of elements smaller then the given one.\n\n## How to compile\n```\ncmake -S . -B build -DNOGTEST=FALSE -DCOMPARE=FALSE\nmake -C build -j12 install DESTDIR=/whatever/you/want\n```\nThere I set NOGTEST to FALSE to enable unit-tests and COMPARE to FALSE to disable comparation with std::set. \n \n## How to run\n ```\ncd build\nctest\n ```\n## Results\nIf you want to see the results of comparison with std::set in the tasks of finding kth smallest elemet in a set and finding the number of elements smaller then the given one you can check this [file](results/compared.dat) or enable comparation and test it again.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajlekcahdp4%2Fmyset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajlekcahdp4%2Fmyset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajlekcahdp4%2Fmyset/lists"}