JavaScript Algorithms and Data Structures (2018)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • javascript-algorithms

    đź“ť Algorithms and data structures implemented in JavaScript with explanations and links to further readings

  • awesome-algorithms

    A curated list of awesome places to learn and/or practice algorithms.

  • 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
  • rb-tree

    Red-black tree module.

  • 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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts