Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
-
Updated
Jul 17, 2025 - 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.
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
🚀 A comprehensive performance comparison benchmark between different .NET collections.
solutions using C# for leetcode according to tags of questions, updating everyday. My contact info: guozhennianhua@163.com or my blog: http://blog.csdn.net/daigualu
Data Structures and Algorithms ( DSA ) in C#
Self-practice in Data Structures & Algorithms
Advanced Data Structures and Algorithms in C# ( DSA )
Implements a doubly connected edge list (DCEL) in C#
.NET Implementation of the XOR Filter
A C# Tree Structure & Radial Tree layout algorithm.
A simple and fast C# spatial hash implementation
Practical .Net-styled implementations of advanced data structures in C#. (Stopped)
Veri yapıları kullanarak insan kaynakları yönetim sistemi
Um aplicativo para cadastro de um resultado que um determinado aluno teve em determinada disciplina. Foi feito com o objetivo de colocarmos em prática conhecimentos de estrutura de dados e de serviços.
A lightweight, high-performance XML-like Domain Specific Language (XDSL) library for .NET.
Setup dictionary data structure instead of switch or if-else ladder
Visualization of Segment Trees on Android
C# practice project for sorting algorithms and data structures.
An automatically sorted generic tree structure inspired by the MUMPS array structure.