Mastermind Solver

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

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

    A mastermind solver for finding optimal worst-case guesses with SIMD and multithreading support (by 0xbe7a)

  • Mastermind intrigued me in the same way as the author some time ago, and I've used it as a standard problem when trying out new computational frameworks/methods ever since.

    Here is my Rust version with multi-threading, SIMD, WASM running on your device inside a WebApp: https://0xbe7a.github.io/mastermind/

    Repo: https://github.com/0xbe7a/mastermind

    It is quite fast (1839202304 position pairs evaluated in 1652ms on my device) and can also exploit some symmetries inside the solution space.

  • ludi317

  • Here's my visual implementation of Knuth's algorithm to solve Mastermind!

    Click "Solve within 5 moves or less"

    https://ludi317.github.io/

    Gory details here: https://github.com/ludi317/ludi317.github.io

  • 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

  • "If this one guy got hit by a bus, the software would fall apart."

    1 project | news.ycombinator.com | 6 Apr 2024
  • Show HN: Kiwi – End-to-End Kafka Subscriptions with WebAssembly

    2 projects | news.ycombinator.com | 6 Apr 2024
  • Spinkube: Running WASM in Kubernetes

    2 projects | news.ycombinator.com | 14 Mar 2024
  • Unlocking the Power of WebAssembly

    3 projects | dev.to | 10 Mar 2024
  • Show HN: TinyWasm – A tiny WebAssembly Runtime written in Rust

    5 projects | news.ycombinator.com | 7 Mar 2024