Skip to content

This repo contains some common useful data structures such as btree, skiplist and so on, which are written by C#(some by c++)

License

Notifications You must be signed in to change notification settings

huoshan12345/FclEx.DataStructures

Repository files navigation

FxUtility.DataStructures .net core .net license

This repo contains some common useful data structures such as btree, skiplist and so on, which are written by C#

DESCRIPTION

There are two main subprojects:

  1. FclEx.DataStructuresCSharp: A class library project. Contains the Data Structures implementations.
  2. DataStructuresCSharpTest: A class library project. Contains 13902 test cases, which are all passed.

DATA STRUCTURES

  • SeqList
  • DoublyCircularLinkedList
  • SeqQueue
  • LinkedQueue
  • SeqStack
  • LinkedQueue
  • MaxHeap
  • SkipList
  • BinarySearchTree
  • AvlTree
  • RedBlackTree
  • BTree
  • BPlusTree

Requirements

  1. Visual Studio 2015 with Update 3
  2. .NET Core 1.0.1

About

This repo contains some common useful data structures such as btree, skiplist and so on, which are written by C#(some by c++)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published