{"id":23170068,"url":"https://github.com/abhinavomprakash/functional-algorithms","last_synced_at":"2025-06-27T14:06:06.174Z","repository":{"id":183862299,"uuid":"423860354","full_name":"AbhinavOmprakash/functional-algorithms","owner":"AbhinavOmprakash","description":"Famous algorithms defined in a functional fashion","archived":false,"fork":false,"pushed_at":"2021-11-10T13:30:33.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T01:14:23.437Z","etag":null,"topics":["algorithms-and-data-structures","clojure"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbhinavOmprakash.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-11-02T13:44:33.000Z","updated_at":"2022-07-17T02:00:52.000Z","dependencies_parsed_at":"2023-07-26T06:23:26.437Z","dependency_job_id":null,"html_url":"https://github.com/AbhinavOmprakash/functional-algorithms","commit_stats":null,"previous_names":["abhinavomprakash/functional-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbhinavOmprakash/functional-algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavOmprakash%2Ffunctional-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavOmprakash%2Ffunctional-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavOmprakash%2Ffunctional-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavOmprakash%2Ffunctional-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbhinavOmprakash","download_url":"https://codeload.github.com/AbhinavOmprakash/functional-algorithms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavOmprakash%2Ffunctional-algorithms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262270430,"owners_count":23285164,"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-and-data-structures","clojure"],"created_at":"2024-12-18T03:25:40.812Z","updated_at":"2025-06-27T14:06:06.139Z","avatar_url":"https://github.com/AbhinavOmprakash.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# functional-algorithms\nFamous algorithms defined in a functional fashion.\n[![codecov](https://codecov.io/gh/AbhinavOmprakash/functional-algorithms/branch/master/graph/badge.svg?token=WONM39CDTS)](https://codecov.io/gh/AbhinavOmprakash/functional-algorithms)\n\nThese implementations make use of functional programming techniques like laziness, recursion, and immutability. Performance isn't a priority.\n\n# Running tests\nTo run tests, you need leiningen.\nrun tests with\n```bash\n$ lein test\n```\nor\n\n```bash\n$ lein auto test\n```\n\n\n# Algorithms\n\n## Sorting Algorithms\n- [x] Insertion sort\n- [x] Selection sort\n- [x] Quick sort\n- [x] Merge sort\n- [x] Bubble sort\n\n## Search Algorithms\n- [x] Binary Search\n- [ ] Depth first Search\n- [ ] Breadth first Search\n- [ ] Dijkstra's algorithm\n- [ ] A* search algorithm\n## License\n\nCopyright © 2021 FIXME\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinavomprakash%2Ffunctional-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhinavomprakash%2Ffunctional-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinavomprakash%2Ffunctional-algorithms/lists"}