QuantumKatas/GraphColoring
Cassandra Granade 714d334538
Update QDK to 0.24.208024. (#779)
2022-05-06 15:55:02 -07:00
..
GraphColoring.csproj Update QDK to 0.24.208024. (#779) 2022-05-06 15:55:02 -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!