Lkhsoft.Collections is a .NET library that provides a set of useful collections such as graphs, binary search trees ( AVL, Red Black), B-Tree, Trie, and others. This library aims to offer efficient and easy-to-use data structures for various applications.
- Graphs: Implementations of various graph structures.
- Binary Search Trees: Includes AVL and Red-Black trees.
- B-Tree: Implementation of B-Tree for efficient data storage and retrieval.
- Trie: Implementation of Trie for efficient string searching.
You can install the Lkhsoft.Collections package via NuGet:
dotnet add package Lkhsoft.Collections