Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/claremacrae/sudoku-kata-cpp

C++ refactoring kata - improving a 1,200 long method
https://github.com/claremacrae/sudoku-kata-cpp

Last synced: about 1 month ago
JSON representation

C++ refactoring kata - improving a 1,200 long method

Awesome Lists containing this project

README

        

# sudoku-kata-cpp

This code was originally C# and written by @zoran-horvat.

See [https://github.com/zoran-horvat/sudoku-kata](https://github.com/zoran-horvat/sudoku-kata)

Converted to C++ by Clare Macrae