QuantumKatas/GraphColoring
DmitryVasilevsky 483b6984c8
Updated to QDK version 0.25.228311 (August 2022) (#834)
Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
2022-09-08 11:52:39 -07:00
..
GraphColoring.csproj Updated to QDK version 0.25.228311 (August 2022) (#834) 2022-09-08 11:52:39 -07:00
GraphColoring.ipynb Updates to new array creation syntax, part 3 (#762) 2022-03-14 10:31:37 -07:00
GraphColoring.sln Add Graph Coloring Kata (#82) 2019-07-01 15:23:17 -07:00
README.md Update format for Binder links (#656) 2021-09-10 17:19:16 -07:00
ReferenceImplementation.qs [GraphColoring] Add tasks for triangle-free coloring (#719) 2022-01-05 11:54:18 -08:00
Tasks.qs [GraphColoring] Add Notebook frontend for part IV (#723) 2022-01-10 16:01:22 -08:00
Tests.qs [GraphColoring] Add tasks for triangle-free coloring (#719) 2022-01-05 11:54:18 -08:00
Workbook_GraphColoring.ipynb Updates to new array creation syntax, part 3 (#762) 2022-03-14 10:31:37 -07:00

README.md

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.

You can run the Graph Coloring kata as a Jupyter Notebook!