red-black-tree

Open-source projects categorized as red-black-tree

Top 8 red-black-tree Open-Source Projects

  • gods

    GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

  • Project mention: How do you go about the lack of built in data structure like stack, queue for LeetCode | /r/golang | 2023-05-24

    for len(stack) > 0 { n := len(stack) - 1 // Top element fmt.Print(stack[n]) stack = stack[:n] // Pop } ``` Another solution would be to import a package like https://github.com/emirpasic/gods

  • js-sdsl

    A javascript standard data structure library which benchmark against C++ STL.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Ygg

    An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!

  • AXOrderBook

    A股订单簿工具,使用逐笔行情进行订单簿重建、千档快照发布、各档委托队列展示等,包括python模型和FPGA HLS实现。

  • Project mention: AXOrderBook: NEW Extended Research - star count:53.0 | /r/algoprojects | 2023-10-22
  • treemap

    Generic sorted map for Go with red-black tree under the hood (by igrmk)

  • Abstract-Data-Types

    A set of efficient data structures in C, created in a generic way

  • IntervalMap

    Haskell interval collections

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Generic-C-DataStructures

    A repository for code I wrote while learning to implement generic data structures in C

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

red-black-tree related posts

Index

What are some of the best open-source red-black-tree projects? This list will help you:

Project Stars
1 gods 15,560
2 js-sdsl 733
3 Ygg 117
4 AXOrderBook 84
5 treemap 54
6 Abstract-Data-Types 36
7 IntervalMap 16
8 Generic-C-DataStructures 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com