C++ help me with non-commutative functions (day 5)

This page summarizes the projects mentioned and recommended in the original post on /r/adventofcode

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

    advent of code 2021 (by BobekJosef)

  • Here's my code. main() is basically only getting input from a file and calling Star1(input) and Star2(input) which work pretty similarly (Star2 only includes diagonal). I solved it with two 1000*1000 bool matrices (one for vents position and one for overlap) and then I just summed overlap. They both work but the second one every time shows bs (meaning if I call Star1 first then Star2 shows bs, and if I call Star2 first then Star1 shows bs).

  • 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