Skip to content

quantumferret/RbTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET

RbTree

A red-black tree implementation in C#.

Set up and build

You will need to have dotnet installed, as well as the .Net Core 5 SDK and runtime. This assumes you're using a bash-like shell.

  • Clone the repository
    • git clone https://github.com/quantumferret/RbTree.git
  • move into the resultin directory
    • cd RbTree
  • Then, simply build the project with dotnet
    • dotnet build

Run unit tests

While in the RbTree directory, run dotnet test

Run Examples

From the RbTree directory, run dotnet run --project Examples/ (wip)

Documentation to come.

About

A red-black tree implementation in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages