User Guide
This guide will help you get started with DotNet.AdvancedCollections in your projects.
Table of Contents
Introduction
DotNet.AdvancedCollections provides advanced data structures that are not included in the standard .NET libraries. All implementations are optimized for performance and comply with .NET coding standards.
Requirements
- .NET 8.0 or higher
- C# 12.0 or higher
Installation
Add the NuGet package to your project:
dotnet add package TsPytham.DotNet.AdvancedCollections
Or edit your .csproj file:
<ItemGroup>
<PackageReference Include="TsPytham.DotNet.AdvancedCollections" Version="1.0.0" />
</ItemGroup>
Next Steps
Explore the different data structures available in the following sections.