Skip to content

jeff-pang/234Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2 3 4 Tree in C#

Build status

This project is a basic C# 2 3 4 Tree (aka 2,4 Tree) implementation. It demonstrate a few simple operations of 2 3 4 Tree:

  • Find
  • Insert
  • Delete (Todo)
  • Inorder Traversal
  • Preorder Traversal (Todo)
  • Postorder Traversal (Todo)
  • Levelorder Traversal (Todo)
  • Min (Todo)
  • Max (Todo)

Todo:

  • More unit tests for demonstrations

About

Simple C# Implementation of 2 3 4 Tree aka 2,4 Tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages