1 个仓库
Data structures that map unique keys to values, including hash tables and sorted dictionaries.
Distinguishing note: Candidates focus on value transformation or KV databases rather than the fundamental data structure implementation.
Explore 1 awesome GitHub repository matching data & databases · Dictionary Implementations. Refine with filters or upvote what's useful.
该项目是一个 C# 算法库和数据结构集合。它作为计算机科学参考,提供经典排序、搜索和图遍历模式的实用实现。 该库包括一个专门的字符串处理工具包,用于分析文本相似度、计算编辑距离和管理基于前缀的搜索。它还具有用于建模网络关系和计算最短路径的图论实现。 代码库涵盖了广泛的能力,包括线性及分层集合的管理、树数据操作和可视化,以及数学数值序列的计算。
Provides implementations of hash tables and dictionaries to associate keys with values.