Skip to content

nakira974/Lkhsoft.Collections

Repository files navigation

Lkhsoft.Collections

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.

Features

  • 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.

Installation

You can install the Lkhsoft.Collections package via NuGet:

dotnet add package Lkhsoft.Collections