{"id":22350651,"url":"https://github.com/timmoth/dsadotnet","last_synced_at":"2026-04-01T19:18:09.718Z","repository":{"id":213590562,"uuid":"734472120","full_name":"Timmoth/DsaDotnet","owner":"Timmoth","description":"A dotnet class library containing a collection of algorithms and datastructures","archived":false,"fork":false,"pushed_at":"2024-06-24T12:20:05.000Z","size":2889,"stargazers_count":26,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-28T00:58:03.694Z","etag":null,"topics":["algorithms","computer-science","data-structures","dotnet","math"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Timmoth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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":"2023-12-21T19:12:09.000Z","updated_at":"2025-10-29T13:04:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7669d1f-3939-4b81-bb1b-e8d362f9de25","html_url":"https://github.com/Timmoth/DsaDotnet","commit_stats":null,"previous_names":["timmoth/dsadotnet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Timmoth/DsaDotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timmoth%2FDsaDotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timmoth%2FDsaDotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timmoth%2FDsaDotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timmoth%2FDsaDotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Timmoth","download_url":"https://codeload.github.com/Timmoth/DsaDotnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timmoth%2FDsaDotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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","computer-science","data-structures","dotnet","math"],"created_at":"2024-12-04T11:12:40.742Z","updated_at":"2026-04-01T19:18:09.698Z","avatar_url":"https://github.com/Timmoth.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DsaDotnet ![Logo](DsaDotnet/logo.png)\n[![NuGet](https://img.shields.io/nuget/v/DsaDotnet)](https://www.nuget.org/packages/DsaDotnet)\n\nA collection of optimised algorithms and datastructures.\n\nThis is a collaborative and beginner-friendly repository! If you have any ideas for improvements or would like to get involved, please feel free to open a pull request or get in touch!\n\n## [Docs](https://timmoth.github.io/DsaDotnet/)\n- [Overview](https://timmoth.github.io/DsaDotnet/)\n- [Releases](https://timmoth.github.io/DsaDotnet/releases/)\n- [Tests](https://timmoth.github.io/DsaDotnet/tests/)\n- [Benchmarks](https://timmoth.github.io/DsaDotnet/benchmarks/)\n- [Contributing](https://timmoth.github.io/DsaDotnet/contributing/)\n\n### Arithmetic\n- [Greatest Common Divisor](https://timmoth.github.io/DsaDotnet/Arithmetic/greatest_common_divisor/)\n- [Least Common Multiple](https://timmoth.github.io/DsaDotnet/Arithmetic/least_common_multiple/)\n\n### Data Structures\n- [Binary Tree](https://timmoth.github.io/DsaDotnet/DataStructures/binary_tree/)\n- [Kvp Binary Tree](https://timmoth.github.io/DsaDotnet/DataStructures/kvp_binary_tree/)\n- [Unweighted Graph](https://timmoth.github.io/DsaDotnet/DataStructures/unweighted_graph/)\n- [Weighted Graph](https://timmoth.github.io/DsaDotnet/DataStructures/weighted_graph/)\n\n### Geometry\n- [Circle](https://timmoth.github.io/DsaDotnet/Geometry/circle/)\n- [Ellipse](https://timmoth.github.io/DsaDotnet/Geometry/ellipse/)\n- [Polygon](https://timmoth.github.io/DsaDotnet/Geometry/polygon/)\n- [Polyline](https://timmoth.github.io/DsaDotnet/Geometry/polyline/)\n- [Rectangle](https://timmoth.github.io/DsaDotnet/Geometry/rectangle/)\n- [RegularPolygon](https://timmoth.github.io/DsaDotnet/Geometry/regular_polygon/)\n- [Triangle](https://timmoth.github.io/DsaDotnet/Geometry/triangle/)\n\n### Search\n- [Binary](https://timmoth.github.io/DsaDotnet/Search/binary_search/)\n- [Breadth First](https://timmoth.github.io/DsaDotnet/Search/breadth_first_search/)\n- [Depth First](https://timmoth.github.io/DsaDotnet/Search/depth_first_search/)\n- [Djikstras](https://timmoth.github.io/DsaDotnet/Search/djikstras/)\n- [Linear](https://timmoth.github.io/DsaDotnet/Search/linear_search/)\n\n### Sequence And Series\n- [Factorial](https://timmoth.github.io/DsaDotnet/SequenceAndSeries/factorial/)\n- [Fibonacci](https://timmoth.github.io/DsaDotnet/SequenceAndSeries/fibonacci/)\n- [Primes](https://timmoth.github.io/DsaDotnet/SequenceAndSeries/primes/)\n\n### Sorting\n- [Bubble](https://timmoth.github.io/DsaDotnet/Sorting/bubble_sort/)\n- [Insertion](https://timmoth.github.io/DsaDotnet/Sorting/insertion_sort/)\n- [Merge](https://timmoth.github.io/DsaDotnet/Sorting/merge_sort/)\n- [Quick](https://timmoth.github.io/DsaDotnet/Sorting/quick_sort/)\n\n### Text\n- [Knuth Morris Pratt](https://timmoth.github.io/DsaDotnet/Text/knuth_morris_pratt/)\n- [Levenshtein Distance](https://timmoth.github.io/DsaDotnet/Text/bubble_sort/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmoth%2Fdsadotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimmoth%2Fdsadotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmoth%2Fdsadotnet/lists"}