C-Sharp-Algorithms icon indicating copy to clipboard operation
C-Sharp-Algorithms copied to clipboard

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#

Results 53 C-Sharp-Algorithms issues
Sort by recently updated
recently updated
newest added

Implement the [R+ Tree](https://en.wikipedia.org/wiki/R%2B_tree) Data Structure.

data structure request

Implement the [R\* Tree](https://en.wikipedia.org/wiki/R*_tree) Data Structure.

data structure request

Implement the K-ary Tree Data Structure.

data structure request

Implement the Radix Trees Data Structure.

data structure request

Can I need to migrate the project to .net Core 8.0? Can I take on this task myself?

feature

**Describe the bug** The `Find` method in BinarySearchTree throws exceptions. Semantically, 'Find' and 'Get' are two different methods. My suggestion is to return null in case nothing is found in...

I don't understand the indexer code of the SkipList.cs (Line 97 in DataStructures/Lists/SkipList.cs ). It just throws an error massage instead of returning a valid value?

… changed to new style ### Description All Projects updated to .NET 6, redundant code was removed and old syntax changed to the new style of syntax to adopt C#...

on hold

Replace `Console.WriteLine` with `ITestOutputHelper ` https://xunit.net/docs/capturing-output

feature

**Is your feature request related to a problem? Please describe.** Since dotnet core 2.1 is outdated please upgrade all the projects to the dotnet 6 LTS version and update C#...

feature