{"id":25580355,"url":"https://github.com/ofmiq/algorithmsanddatastructures","last_synced_at":"2025-10-25T01:11:20.084Z","repository":{"id":248381170,"uuid":"828511453","full_name":"ofmiq/AlgorithmsAndDataStructures","owner":"ofmiq","description":"A collection of fundamental algorithms and data structures implemented in C++","archived":false,"fork":false,"pushed_at":"2025-02-13T20:29:15.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T04:15:34.036Z","etag":null,"topics":["algorithms","c-plus-plus","data-structures"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ofmiq.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-07-14T11:29:26.000Z","updated_at":"2025-02-13T20:33:48.000Z","dependencies_parsed_at":"2024-07-14T14:52:56.295Z","dependency_job_id":"6b454a5a-bc87-4f46-8c63-3aee58df0ee6","html_url":"https://github.com/ofmiq/AlgorithmsAndDataStructures","commit_stats":null,"previous_names":["ofmiq/algorithms-and-data-structures","ofmiq/algorithmsanddatastructures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofmiq%2FAlgorithmsAndDataStructures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofmiq%2FAlgorithmsAndDataStructures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofmiq%2FAlgorithmsAndDataStructures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofmiq%2FAlgorithmsAndDataStructures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofmiq","download_url":"https://codeload.github.com/ofmiq/AlgorithmsAndDataStructures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239952637,"owners_count":19723924,"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":["algorithms","c-plus-plus","data-structures"],"created_at":"2025-02-21T04:15:38.241Z","updated_at":"2025-10-25T01:11:15.052Z","avatar_url":"https://github.com/ofmiq.png","language":"C++","readme":"# Algorithms and Data Structures Repository\n\nThis repository contains implementations of various algorithms and data structures in C++. The code is organized into separate files and directories, categorized accordingly.\n\n## Repository Structure\n\n### Algorithms\n\nIncludes implementations of popular algorithms grouped into categories:\n\n- `BST/` – Algorithms related to Binary Search Trees.\n\n- `ComputationalGeometry/` – Computational geometry algorithms.\n\n- `DynamicProgramming/` – Dynamic programming techniques.\n\n- `GraphTheory/` – Graph algorithms.\n\n- `NumberTheory/` – Algorithms related to number theory and mathematical computations.\n\n- `RangeQuery/` – Range query structures.\n\n- `Sorting/` – Sorting algorithms.\n\n### DataStructures\n\nContains implementations of various data structures:\n\n- `AVL.cpp` – Self-balancing AVL tree.\n\n- `BST.cpp` – Basic Binary Search Tree.\n\n- `DisjointSet.cpp` – Disjoint Set (Union-Find).\n\n- `List.cpp` – Linked list implementation.\n\n- `Queue.cpp` – Queue implementation.\n\n- `SplayTree.cpp` – Splay tree.\n\n- `Stack.cpp` – Stack implementation.\n\n## How to Use\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/ofmiq/AlgorithmsAndDataStructures.git\ncd AlgorithmsAndDataStructures\n```\n2. Compile the desired file:\n```bash\ng++ -o bst BST.cpp\n./bst\n```\n\n3. Run and test the code.\n\n## Notes\n\nAll algorithms and data structures are implemented in pure C++ without external dependencies.\n\n## License\n\nThis project is released under [The Unlicense](https://github.com/ofmiq/AlgorithmsAndDataStructures/blob/main/LICENSE), making it completely free for any use.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofmiq%2Falgorithmsanddatastructures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofmiq%2Falgorithmsanddatastructures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofmiq%2Falgorithmsanddatastructures/lists"}