{"id":31786322,"url":"https://github.com/cybersecurity-dev/data-structures-in-fsharp","last_synced_at":"2026-02-18T14:36:45.385Z","repository":{"id":310051706,"uuid":"1038520690","full_name":"cybersecurity-dev/data-structures-in-fsharp","owner":"cybersecurity-dev","description":"Data Structures in F#","archived":false,"fork":false,"pushed_at":"2025-10-31T11:41:02.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-31T13:22:48.026Z","etag":null,"topics":["data-structure","data-structure-in-fsharp","data-structures","data-structures-in-fsharp"],"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}},"created_at":"2025-08-15T11:01:09.000Z","updated_at":"2025-10-31T11:41:06.000Z","dependencies_parsed_at":"2025-08-15T13:18:28.916Z","dependency_job_id":null,"html_url":"https://github.com/cybersecurity-dev/data-structures-in-fsharp","commit_stats":null,"previous_names":["cybersecurity-dev/data-structures-in-fsharp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecurity-dev/data-structures-in-fsharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fdata-structures-in-fsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fdata-structures-in-fsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fdata-structures-in-fsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fdata-structures-in-fsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/data-structures-in-fsharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fdata-structures-in-fsharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29582318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"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":["data-structure","data-structure-in-fsharp","data-structures","data-structures-in-fsharp"],"created_at":"2025-10-10T12:51:31.886Z","updated_at":"2026-02-18T14:36:40.360Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Data Structures](https://en.wikipedia.org/wiki/Data_structure) in [F#](https://github.com/cybersecurity-dev/awesome-fsharp-programming-language)\n[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge\u0026logo=reddit\u0026logoColor=white)](https://www.reddit.com/r/datastructures/) \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## Data structures\n* [List](https://en.wikipedia.org/wiki/List_(abstract_data_type))\n* [Set](https://en.wikipedia.org/wiki/Set_(abstract_data_type))\n* [Multiset](https://en.wikipedia.org/wiki/Multiset)\n* [Map](https://en.wikipedia.org/wiki/Associative_array)\n* [Multimap](https://en.wikipedia.org/wiki/Multimap)\n* [Graph](https://en.wikipedia.org/wiki/Queue_(abstract_data_type))\n* [Tree](https://en.wikipedia.org/wiki/Tree_(data_structure))\n* [Stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type))\n* [Queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type))\n* [Priority queue](https://en.wikipedia.org/wiki/Priority_queue)\n* [Double-ended queue](https://en.wikipedia.org/wiki/Double-ended_queue)\n* [Double-ended priority queue](https://en.wikipedia.org/wiki/Double-ended_priority_queue)\n\n---\n\n| Data Structure | F# Implementation |\n|----|:----:|\n|[List](https://en.wikipedia.org/wiki/List_(abstract_data_type))|[source](#)|\n|[Set](https://en.wikipedia.org/wiki/Set_(abstract_data_type))|[source](#)|\n|[Multiset](https://en.wikipedia.org/wiki/Multiset)|[source](#)|\n|[Map](https://en.wikipedia.org/wiki/Associative_array)|[source](#)|\n|[Multimap](https://en.wikipedia.org/wiki/Multimap)|[source](#)|\n|[Graph](https://en.wikipedia.org/wiki/Queue_(abstract_data_type))|[source](#)|\n|[Tree](https://en.wikipedia.org/wiki/Tree_(data_structure))|[source](#)|\n|[Stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type))|[source](#)|\n|[Queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type))|[source](#)|\n|[Priority queue](https://en.wikipedia.org/wiki/Priority_queue)|[source](#)|\n|[Double-ended queue](https://en.wikipedia.org/wiki/Double-ended_queue)|[source](#)|\n|[Double-ended priority queue](https://en.wikipedia.org/wiki/Double-ended_priority_queue)|[source](#)|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fdata-structures-in-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Fdata-structures-in-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fdata-structures-in-fsharp/lists"}