All algorithms implemented in C#.
-
Updated
Nov 16, 2024 - C#
A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.
All algorithms implemented in C#.
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
100+ algorithms & data structures generically implemented in C#
Throw in the towel.
.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.
This repository contains data structures and algorithm implemented in C#.
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
Fast and memory-efficient immutable collections and helper data structures
A collection of algorithms and solutions to problems in various languages from the site Hacker Rank.
Geometric data structures and algorithms for computational design tasks
The 73 most useful LeetCode problems implemented in C, C++, C# and F#
Leetcode C# solutions, 461 solved (237 easy, 176 medium, 48 hard), contest global ranking 23489/131596(12/04/2019) 510 solved (10/14/2020) (225 easy, 234 medium, 51 hard)
A C# code collection of Interview Questions
🚀 A comprehensive performance comparison benchmark between different .NET collections.
Designed by Engineers for Engineers. This is your One stop shop for all DSA queries! Here you will find implementation of all sorts of data structures and algorithms.
This is a port of Erin Catto/box2d's b2_dynamic_tree from C++ to C#, intended for use in Unity. It's a very faithful translation with a couple of additional C# creature comforts for usability.
A collection of utility C# extension methods.