Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Files

Latest commit

4e74bcd · Sep 19, 2023

History

History

GraphColoring

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 19, 2023
Mar 14, 2022
Jul 1, 2019
Jun 8, 2023
Nov 3, 2022
Jan 11, 2022
Oct 28, 2022
Nov 3, 2022

Welcome!

This kata continues the exploration of the Grover's search algorithm started in the "Grover's Algorithm" kata. It teaches writing oracles for the algorithm which describe the problem instead of the solution, using graph coloring problem as an example. Then it takes the implementation of the Grover's search to the next level, covering solving the problems with unknown number of solutions.