rb-tree VS awesome-algorithms

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

awesome-algorithms

A curated list of awesome places to learn and/or practice algorithms. (by tayllan)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
rb-tree awesome-algorithms
1 34
4 17,656
- -
0.0 3.1
about 2 years ago 4 days 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.

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

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.

What are some alternatives?

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

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

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

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