{"id":17716549,"url":"https://github.com/cherelemma/algorithms_and_ds_challenge","last_synced_at":"2026-05-05T05:33:01.711Z","repository":{"id":167908151,"uuid":"643537647","full_name":"cherelemma/Algorithms_and_DS_Challenge","owner":"cherelemma","description":"Collection of Algorithms and DS challenges with solutions","archived":false,"fork":false,"pushed_at":"2023-07-22T10:12:07.000Z","size":822,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-22T11:22:42.672Z","etag":null,"topics":["javascript","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/cherelemma.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":"2023-05-21T13:36:49.000Z","updated_at":"2023-06-26T11:38:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d4df818-4b1f-4e70-94f7-af8f4120c08b","html_url":"https://github.com/cherelemma/Algorithms_and_DS_Challenge","commit_stats":null,"previous_names":["cherelemma/algorithms_and_ds_challenge"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherelemma%2FAlgorithms_and_DS_Challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherelemma%2FAlgorithms_and_DS_Challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherelemma%2FAlgorithms_and_DS_Challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherelemma%2FAlgorithms_and_DS_Challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cherelemma","download_url":"https://codeload.github.com/cherelemma/Algorithms_and_DS_Challenge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465227,"owners_count":20781919,"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":["javascript","ruby"],"created_at":"2024-10-25T13:22:55.032Z","updated_at":"2026-05-05T05:32:56.670Z","avatar_url":"https://github.com/cherelemma.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms and DS Challenges With Solutions\n\n**Simple Interview-like coding challenges.**\n- [Anagram Checker](./Challenges%20with%20Solutions/anagram-cherelemma-main/)\n- [FizzBuzz](./Challenges%20with%20Solutions/fizzbuzz-cherelemma-main/)\n- [Palindrome Checker](./Challenges%20with%20Solutions/palindrome-cherelemma-main/)\n- [Repeat a String](./Challenges%20with%20Solutions/repeat-a-string-cherelemma-main/)\n- [Sum of Odd Fibonacci](./Challenges%20with%20Solutions/sum-all-odd-fibonacci-numbers-cherelemma-main/)\n- [Recursion Challenge](./Challenges%20with%20Solutions/recursion-cherelemma-main/)\n- [Binary Search](./Challenges%20with%20Solutions/binary-search-cherelemma-main/)\n- [Towers of Hanio part 1](./Challenges%20with%20Solutions/towers-of-hanoi---part-1-cherelemma-main/)\n- [Towers of Hanio part 2](./Challenges%20with%20Solutions/towers-of-hanoi---part-2-cherelemma-main/)\n\n**Data Strcutures**\n- [Linked Lists: challenge 1](./Challenges%20with%20Solutions/linked-lists-cherelemma-main/)\n- [Linked Lists: challenge 2](./Challenges%20with%20Solutions/linked-lists-next-step-cherelemma-main/)\n- [Queues: Challenge](./Challenges%20with%20Solutions/queue-cherelemma-main/)\n- [Stacks: Challenge](./Challenges%20with%20Solutions/stack-cherelemma-main/)\n- [Min Stack: Challenge](./Challenges%20with%20Solutions/min-stack-cherelemma-main/)\n- [Balanced Brackets: Challenge](./Challenges%20with%20Solutions/balanced-brackets-cherelemma-main/)\n- [Hash Tables: Challenge](./Challenges%20with%20Solutions/hash-tables-cherelemma-main/)\n- [Sets: Challenge](./Challenges%20with%20Solutions/sets-cherelemma-main/)\n\n**Trees \u0026 Graphs**\n- [Tree node sum Challenge](./Challenges%20with%20Solutions/trees-cherelemma-main/)\n- [Tree traversal: PostOrder Challenge](./Challenges%20with%20Solutions/tree-traversal-cherelemma-main/)\n- [Binary Search Tree: Node Insertion](./Challenges%20with%20Solutions/binary-search-tree-cherelemma-main/)\n- [Is it a Binary Search Tree?](./Challenges%20with%20Solutions/is-it-a-binary-search-tree-cherelemma-main/)\n- [How Tall is the Tree?](./Challenges%20with%20Solutions/how-tall-is-the-tree-cherelemma-main/)\n- [Is it Balanced Binary Search Tree?](./Challenges%20with%20Solutions/is-the-binary-search-tree-balanced-cherelemma-main/)\n- [Depth First Search](./Challenges%20with%20Solutions/depth-first-search-cherelemma-main/)\n\n**Sort Algorithms**\n- [Single Item Insertion Sort](./Challenges%20with%20Solutions/insertion-sort-intro-cherelemma-main/)\n- [Full Insertion Sort](./Challenges%20with%20Solutions/insertion-sort-cherelemma-main/)\n- [Simple Quick Sort ](./Challenges%20with%20Solutions/simple-quick-sort-cherelemma-main/)\n- [Quick Sort Partition](./Challenges%20with%20Solutions/quick-sort-partition-cherelemma-main/)\n- [Advanced Quick Sort](./Challenges%20with%20Solutions/advanced-quick-sort-cherelemma-main/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcherelemma%2Falgorithms_and_ds_challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcherelemma%2Falgorithms_and_ds_challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcherelemma%2Falgorithms_and_ds_challenge/lists"}