{"id":18732513,"url":"https://github.com/gsscoder/sharprhythm","last_synced_at":"2026-05-01T18:32:13.173Z","repository":{"id":150998457,"uuid":"227155777","full_name":"gsscoder/sharprhythm","owner":"gsscoder","description":"Stub project for algorithms and data structures implemented in C#","archived":false,"fork":false,"pushed_at":"2020-01-06T07:03:04.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-19T23:08:41.626Z","etag":null,"topics":["algorithms","csharp","datastructures","dotnet","dotnetcore"],"latest_commit_sha":null,"homepage":"","language":"C#","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/gsscoder.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":"2019-12-10T15:36:13.000Z","updated_at":"2020-05-09T07:30:37.000Z","dependencies_parsed_at":"2023-04-10T14:49:23.101Z","dependency_job_id":null,"html_url":"https://github.com/gsscoder/sharprhythm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gsscoder/sharprhythm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fsharprhythm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fsharprhythm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fsharprhythm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fsharprhythm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsscoder","download_url":"https://codeload.github.com/gsscoder/sharprhythm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fsharprhythm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","csharp","datastructures","dotnet","dotnetcore"],"created_at":"2024-11-07T15:06:30.580Z","updated_at":"2026-05-01T18:32:13.129Z","avatar_url":"https://github.com/gsscoder.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SharpRhythm\n\nStub project for algorithms and data structures implementation C#. Inspired by [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms).\n\n# Build\n\n**NOTE**: .NET Core 3.0 or higher is required.\n```sh\n# clone the repository\n$ git clone https://github.com/gsscoder/sharprhythm.git\n\n# build the package\n$ cd sharprhythm/src/SharpRhythm\n$ dotnet build -c Release.\n```\n\n## Test\n\n```sh\n# change to tests directory\n$ cd sharprhythm/tests/SharpRhythm.Tests\n\n# build with debug configuration\n$ dotnet build -c Debug\n...\n\n# execute tests\n$ dotnet test\n...\n```\n\n### Implemented\n\n* Algorithms\n  * Sorting\n    * [Bubble Sort](https://en.wikipedia.org/wiki/Bubble_sort)\n    * [Quick Sort](https://en.wikipedia.org/wiki/Quicksort)\n  * Strings\n    * [Levenshtein Fuzzy Match](https://en.wikipedia.org/wiki/Levenshtein_distance)\n* Data Structures\n  * [Trie](https://en.wikipedia.org/wiki/Trie)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsscoder%2Fsharprhythm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsscoder%2Fsharprhythm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsscoder%2Fsharprhythm/lists"}