How to Solve the Sudoku Puzzle with Programming

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

    Constraint Logic Programming over Finite Domains

  • My favorite way to solve constraint satisfaction problems is by using the the excellent CLP(FD) or CLP(Z) libraries for Prolog.

    A sudoku solver can be written in just a few lines [1].

    [1]: https://github.com/triska/clpfd/blob/master/sudoku.pl

  • 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

  • Lucian CI/CD VS gitl - a user suggested alternative

    2 projects | 27 Feb 2024
  • Teletext: ANSI Escape Sequences in Scryer Prolog

    1 project | news.ycombinator.com | 12 Feb 2024
  • Differences Between miniKanren and Prolog

    1 project | news.ycombinator.com | 23 Jan 2024
  • Logtalk portable solution for the Advent of Code 2023 Day 8 problem

    1 project | /r/prolog | 9 Dec 2023
  • Solutions to Advent of Code 2023 with Scryer-Prolog

    1 project | news.ycombinator.com | 6 Dec 2023