{"id":31786319,"url":"https://github.com/cybersecurity-dev/algorithms-in-fsharp","last_synced_at":"2026-02-17T13:01:07.875Z","repository":{"id":310130484,"uuid":"1038820889","full_name":"cybersecurity-dev/algorithms-in-fsharp","owner":"cybersecurity-dev","description":"Algorithms in F#","archived":false,"fork":false,"pushed_at":"2025-11-26T11:22:21.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-29T09:52:12.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/cybersecurity-dev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-15T22:04:22.000Z","updated_at":"2025-11-26T11:22:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a5549fc-ec14-44cc-bea7-4fac893a2932","html_url":"https://github.com/cybersecurity-dev/algorithms-in-fsharp","commit_stats":null,"previous_names":["cybersecurity-dev/algorithms-in-fsharp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecurity-dev/algorithms-in-fsharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Falgorithms-in-fsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Falgorithms-in-fsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Falgorithms-in-fsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Falgorithms-in-fsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/algorithms-in-fsharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Falgorithms-in-fsharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29545294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-10-10T12:51:31.570Z","updated_at":"2026-02-17T13:01:07.857Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://github.com/cybersecurity-dev/awesome-fsharp-programming-language\"\u003e\n          \u003cimg width=\"10%\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/F_Sharp_logo.svg\" /\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n\n# [Algorithms](https://wikipedia.org/wiki/Algorithm) in [F#](https://github.com/cybersecurity-dev/awesome-fsharp-programming-language)\n\u003c/div\u003e\n\n[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge\u0026logo=YouTube\u0026logoColor=white)]()\n[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge\u0026logo=reddit\u0026logoColor=white)](https://www.reddit.com/r/algorithms/) \n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cybersecurity-dev/\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/github.svg\" alt=\"GitHub\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://www.youtube.com/@CyberThreatDefence\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/youtube.svg\" alt=\"YouTube\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://cyberthreatdefence.com/my_awesome_lists\"\u003e\u003cimg height=\"20\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/blog.svg\" alt=\"My Awesome Lists\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n\u003c/p\u003e\n\n## 📖 Contents\n- [My Awesome Lists](#my-awesome-lists)\n- [Contributing](#contributing)\n- [Contributors](#contributors)\n\n## Searching \u0026 Sorting Algorithms\n\n* **Searching Algorithms**\n    * [Binary Search](https://en.wikipedia.org/wiki/Binary_search)\n    * [Boyer–Moore string-search algorithm](https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string-search_algorithm)\n    * [Knuth–Morris–Pratt algorithm](https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string-search_algorithm)\n* **Sorting Algorithms**\n    * [Bubble Sort](https://en.wikipedia.org/wiki/Bubble_sort)\n    * [Selection Sort](https://en.wikipedia.org/wiki/Selection_sort)\n    * [Insertion Sort](https://en.wikipedia.org/wiki/Insertion_sort)\n    * [Quicksort](https://en.wikipedia.org/wiki/Quicksort)\n    * [Merge Sort](https://en.wikipedia.org/wiki/Merge_sort)\n## Shortest Path Algorithms \n* [Breadth First Search](https://en.wikipedia.org/wiki/Breadth-first_search)\n* [Dijkstra's algorithm](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm)\n\n---\n\n| Algorithm | F# Implementation | Best Time Complexity | Average Time Complexity | Worst Time Complexity | Worst Space Complexity |\n|----|:----:|:----:|:----:|:----:|:----:|\n|[Bubble sort](https://en.wikipedia.org/wiki/Bubble_sort)|[source](#)| O(n) | O(n^2) | O(n^2) | O(1) |\n\n\n##\n\n### My Awesome Lists\nYou can access the my awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)\n\n### Contributing\n\n[Contributions of any kind welcome, just follow the guidelines](contributing.md)!\n\n### Contributors\n\n[Thanks goes to these contributors](https://github.com/cybersecurity-dev/algorithms-in-fsharp/graphs/contributors)!\n\n[🔼 Back to top](#algorithms-in-f)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Falgorithms-in-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Falgorithms-in-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Falgorithms-in-fsharp/lists"}