Solving problems with Binary Search algorithm

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    This is the collection of solutions to some computer problems, mainly leetcode (by emikhalev)

  • We can find golang code here (binary_search_leftmost.go): https://github.com/emikhalev/algorithm/tree/master/algorithms/binary_search . We need to pay attention to the fact that if there is no target element in the array, return value (LEFT) can be unexpectable, so we need to check such case (see second return parameter).

  • 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

  • Ask HN: Discuss ADHD and your use of medication

    1 project | news.ycombinator.com | 23 May 2024
  • Show HN: Porter Cloud – PaaS with an eject button

    3 projects | news.ycombinator.com | 23 May 2024
  • Using Cloud Monitoring to Monitor IRIS-Based Applications Deployed in GKE

    5 projects | dev.to | 23 May 2024
  • An Implementation of Zero-Knowledge Sets in Go

    1 project | news.ycombinator.com | 23 May 2024
  • Show HN: Kube Client with cross-context querying

    1 project | news.ycombinator.com | 23 May 2024