{"id":18550340,"url":"https://github.com/amaitou/datastructures","last_synced_at":"2025-07-01T15:06:55.371Z","repository":{"id":112338285,"uuid":"329056499","full_name":"amaitou/DataStructures","owner":"amaitou","description":"Discover sorting algorithms and core data structures implemented in multiple languages in my repository. Perfect for beginners and experienced developers, this collection provides a concise, hands-on experience. ","archived":false,"fork":false,"pushed_at":"2024-08-16T23:31:18.000Z","size":96,"stargazers_count":39,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T12:46:49.655Z","etag":null,"topics":["algorithms","cpp20","data-structures","javascript","php7","python3"],"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/amaitou.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":"2021-01-12T17:08:42.000Z","updated_at":"2024-10-03T02:45:10.000Z","dependencies_parsed_at":"2024-04-19T17:42:44.090Z","dependency_job_id":"503ca176-0505-4202-b717-2fd55e73fd8d","html_url":"https://github.com/amaitou/DataStructures","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/amaitou%2FDataStructures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaitou%2FDataStructures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaitou%2FDataStructures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaitou%2FDataStructures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amaitou","download_url":"https://codeload.github.com/amaitou/DataStructures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248123469,"owners_count":21051479,"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","cpp20","data-structures","javascript","php7","python3"],"created_at":"2024-11-06T21:04:16.942Z","updated_at":"2025-04-09T22:31:14.430Z","avatar_url":"https://github.com/amaitou.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"----------------\n![1_2rKGJ6h1regwmfMcty3SLw](https://user-images.githubusercontent.com/49293816/188543586-c9282564-6ab4-45d6-a305-50694f3e616d.png)\n\n\n----------------\n\n# Data Structures \u0026 Algorithms\n\n- ### **Data Structures**\n\n    Data structures are ways to organize, store, and manage data in a computer so that it can be accessed and modified efficiently. They are the foundation for designing efficient algorithms and play a crucial role in computer science.\n\n    Common data structures include:\n\n    - **Arrays**: A collection of elements identified by index or key.\n\n    - **Linked Lists**: A linear collection of data elements where each element points to the next.\n\n    - **Stacks**: A collection of elements that follows the Last In First Out (LIFO) principle.\n\n    - **Queues**: A collection of elements that follows the First In First Out (FIFO) principle.\n\n    - **Trees**: A hierarchical structure with nodes, with a root node and child nodes forming a parent-child relationship.\n\n    - **Graphs**: A collection of nodes connected by edges.\n    Hash Tables: A data structure that provides fast access to elements by using a hash function to map keys to values.\n\n- ### **Algorithms**\n\n    Algorithms are step-by-step procedures or formulas for solving a problem or completing a task. In computer science, an algorithm is a set of instructions that take an input and transform it into an output through a series of well-defined steps.\n\n    Key aspects of algorithms include:\n\n    - **Correctness**: Ensuring the algorithm produces the correct output for all possible inputs.\n\n    - **Efficiency**: Minimizing the time and space resources required to execute the algorithm.\n\n    - **Complexity**: Analyzing the time complexity (how the runtime increases with input size) and space complexity (how the memory usage increases with input size).\n\nIn this repository, I tried to implement a few of the data structures and some searching and sorting algorithms using different programming and scripting languages, feel free to check each one of them\n\n# Direct Access\n\n- [Tree Data Structure](https://github.com/amaitou/DataStructures/tree/main/tree)\n- [Stack Data Structure](https://github.com/amaitou/DataStructures/tree/main/stack)\n- [Linked List Data Structure](https://github.com/amaitou/DataStructures/tree/main/linkedlist)\n- [Queue Data Structure](https://github.com/amaitou/DataStructures/tree/main/queue)\n- [Sorting ALgorithms](https://github.com/amaitou/DataStructures/tree/main/sort)\n- [Searching ALgorithms](https://github.com/amaitou/DataStructures/tree/main/search)\n\n## Contact Me\n\n* [Twitter][_1]\n\n[_1]: https://twitter.com/amait0u\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaitou%2Fdatastructures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famaitou%2Fdatastructures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaitou%2Fdatastructures/lists"}