sudoku
Sudoku solver
A Sudoku solver for an embedded system using Ada and the STM32F429 microcontroller.
ada bare metal demo; sudoku solver using Display on stm32f429_Disco
0 stars
2 watching
0 forks
Language: Ada
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
patrick9313/sudoku | A MATLAB program using an heuristic search algorithm to solve specific Sudoku puzzles | 30 |
frett27/ada-sodoku | A library for solving and finding Sodoku grids using brute-force combinatorial evaluation. | 5 |
coq-community/sudoku | A formalisation of Sudoku in Coq to solve the puzzle using a naive Davis-Putnam procedure | 20 |
subwayharearmy/sudoq | A Sudoku solver that uses a quantum computer to solve puzzles. | 6 |
adafruit/adafruit_lsm9ds1 | A C++ library for interfacing with the Adafruit LSM9DS1 3-axis accelerometer/magnetometer/gyroscope breakout | 20 |
soegaard/6502 | An emulator and toolset for the 6502 CPU | 9 |
su2code/su2 | A suite of software tools for solving partial differential equations and performing optimization | 1,357 |
adacore/svd2ada | A tool for generating Ada bindings from ARM Cortex-M device SVD descriptions | 65 |
adacore/spark_railway_simulation_demo | Demonstrates a railway network simulation with SPARK Ada to ensure train collision prevention through formal verification. | 5 |
sindrekjr/adventofcodebase | Automates solving Advent of Code puzzles with configuration and input handling. | 40 |
mosteo/hungarian | An Ada wrapper around Stachniss' Hungarian solver algorithm to facilitate efficient matching of elements in two lists | 2 |
vladsm/adventofcode-runner | A .NET library to run Advent of Code puzzles by loading input, solving and verifying answers. | 4 |
adacore/ada_drivers_library | A collection of Ada source code and sample projects for microcontrollers | 246 |
destynova/advent_of_code_2021 | A collection of solutions to Advent of Code 2021 puzzles in multiple programming languages. | 8 |
stisa/mazes | A Haxe implementation of depth-first search mazes in luxe | 1 |