2 个仓库
Algorithms for locating specific elements within sorted collections using divide-and-conquer logic.
Distinct from Data Search Utilities: Existing candidates focus on lexicographical rank or matrix search rather than general binary search on sorted arrays.
Explore 2 awesome GitHub repositories matching data & databases · Binary Search Implementations. Refine with filters or upvote what's useful.
该项目是一个 C# 算法库和数据结构集合。它作为计算机科学参考,提供经典排序、搜索和图遍历模式的实用实现。 该库包括一个专门的字符串处理工具包,用于分析文本相似度、计算编辑距离和管理基于前缀的搜索。它还具有用于建模网络关系和计算最短路径的图论实现。 代码库涵盖了广泛的能力,包括线性及分层集合的管理、树数据操作和可视化,以及数学数值序列的计算。
Provides efficient lookups within sorted collections using binary search logic.
This project is a comprehensive repository of fundamental computer science algorithms and data structures designed as a reference for academic study, technical interview preparation, and competitive programming. It provides standardized implementations of core computational strategies, serving as an educational resource for developers to master software engineering fundamentals and algorithmic problem-solving. The collection distinguishes itself through a multi-language approach, offering cross-language solutions for complex tasks ranging from graph traversal and dynamic programming to bitwis
Implements binary search algorithms for efficient data retrieval in sorted collections.