awesome-algorithms VS rb-tree

Compare awesome-algorithms vs rb-tree and see what are their differences.

awesome-algorithms

A curated list of awesome places to learn and/or practice algorithms. (by tayllan)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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.
www.influxdata.com
featured
awesome-algorithms rb-tree
34 1
17,727 4
- -
3.1 0.0
14 days ago about 2 years ago
TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-algorithms

Posts with mentions or reviews of awesome-algorithms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-13.

rb-tree

Posts with mentions or reviews of rb-tree. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-20.
  • JavaScript Algorithms and Data Structures (2018)
    3 projects | news.ycombinator.com | 20 Oct 2021
    Why no mention of red-black trees ie [0] it’s such an interesting data structure. Functional (immutable) implementation is very interesting as it can track counts without performance overhead to answer ie percentile queries, it’s great for multi sets (bags), mapping and generic indices.

    [0] https://github.com/preludejs/rb-tree

What are some alternatives?

When comparing awesome-algorithms and rb-tree you can also consider the following projects:

C - Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

javascript-algorithms - 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

awesome-math - A curated list of awesome mathematics resources

fluxsort - A fast branchless stable quicksort / mergesort hybrid that is highly adaptive.

crumsort - A branchless unstable quicksort / mergesort that is highly adaptive.

xeus-cling - Jupyter kernel for the C++ programming language

SHOGUN - Shōgun

awesome-theoretical-computer-science - The interdicplinary of Mathematics and Computer Science, Distinguisehed by its emphasis on mathemtical technique and rigour.

awesome-django - A curated list of awesome things related to Django

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production

algorithm-visualizer - :fireworks:Interactive Online Platform that Visualizes Algorithms from Code