{"id":40208234,"url":"https://github.com/erkylima/algorithms","last_synced_at":"2026-01-19T21:02:53.408Z","repository":{"id":220700284,"uuid":"752327847","full_name":"erkylima/algorithms","owner":"erkylima","description":"Python project to refresh knowledge on algorithms and data structures. Interactive examples of Bubble, Merge, Quick Sort, along with Lists, Stacks, Queues, and Trees. Challenges included. Recycle your expertise! 🚀 #Python #Algorithms #DataStructures","archived":false,"fork":false,"pushed_at":"2024-04-18T15:39:06.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-18T22:21:53.811Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","data","data-structures"],"latest_commit_sha":null,"homepage":"","language":"Python","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/erkylima.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}},"created_at":"2024-02-03T16:38:45.000Z","updated_at":"2024-02-04T18:10:36.000Z","dependencies_parsed_at":"2024-04-16T18:26:59.248Z","dependency_job_id":"17a662d1-0466-49d7-b407-edcd87a0f063","html_url":"https://github.com/erkylima/algorithms","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.25,"last_synced_commit":"84988232357ec572a4d137b91f1556adda3fe71a"},"previous_names":["erkylima/algorithms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erkylima/algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkylima%2Falgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkylima%2Falgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkylima%2Falgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkylima%2Falgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erkylima","download_url":"https://codeload.github.com/erkylima/algorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkylima%2Falgorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28585226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["algorithms","algorithms-and-data-structures","data","data-structures"],"created_at":"2026-01-19T21:02:52.778Z","updated_at":"2026-01-19T21:02:53.400Z","avatar_url":"https://github.com/erkylima.png","language":"Python","readme":"Project Recycle Knowledge - Algorithms and Data Structures\n==========================================================\n\nProject Description\n-------------------\n\nThis project aims to provide an interactive environment for recycling knowledge in algorithms and data structures using the Python programming language. The idea is to provide practical examples, clear explanations, and challenges so that users can enhance their skills in solving problems related to algorithms and data structures.\n\nFeatures\n--------\n\n*   **Sorting Algorithms:**\n    \n    *   Bubble Sort  \n    *   Selection Sort\n    *   Insertion Sort\n    *   Merge Sort\n    *   Quick Sort\n*   **Data Structures:**\n    \n    *   Lists\n    *   Stacks\n    *   Queues\n    *   Trees\n*   **Challenges:**\n    \n    *   Diverse set of challenges to practice the learned concepts.\n*   **Clear Documentation:**\n    \n    *   Detailed explanations for each implemented algorithm and data structure.\n\nHow to Use\n----------\n\n1.  Clone the repository to your local machine:\n    \n    ```bash\n    \n    `git clone https://github.com/erkylima/algorithms.git`\n    ```\n2.  Navigate to the project directory:\n    \n    ```bash\n    \n    `cd algorithms`\n    ```\n3.  Run the Python scripts corresponding to the desired algorithms and data structures:\n    \n    ```bash\n    \n    `python main.py`\n    ```\n4.  Explore the challenges available in the `challenges/` directory:\n    \n    ```bash\n    \n    `cd challenges`\n    ```\n5.  Contribute: Feel free to add new algorithms, data structures, or challenges. Open a pull request to share your knowledge with the community.\n    \n\nContribution\n------------\n\nContributions are welcome! Follow these steps to contribute:\n\n1.  Fork the repository.\n    \n2.  Create a branch for your contribution:\n    \n    ```bash\n    \n    `git checkout -b my-contribution`\n    ```\n3.  Make the desired changes and add documentation when necessary.\n    \n4.  Commit your changes:\n    \n    ```bash\n    \n    `git commit -m \"Add binary search algorithm\"`\n    ```\n5.  Push to the branch:\n    \n    ```bash\n    \n    `git push origin my-contribution`\n    ```\n6.  Open a Pull Request.\n    \n\nLicense\n-------\n\nThis project is licensed under the [MIT License](LICENSE.md). Feel free to use, modify, and distribute it as needed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferkylima%2Falgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferkylima%2Falgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferkylima%2Falgorithms/lists"}