If you have 4+3*2, is there an algorithm to calculate this in one pass? Or do you need to convert to RPN/postfix, then use another algorithm to calculate?

This page summarizes the projects mentioned and recommended in the original post on /r/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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pratt-parser-calculator

    Pratt operator precedence parser and expression calculator

  • It can be done in one pass. I implemented a pratt parser for this kind of expressions: https://github.com/foolnotion/pratt-parser-calculator

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