Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/claremacrae/sudoku-kata-cpp
- Owner: claremacrae
- License: mit
- Created: 2021-06-19T12:53:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T23:06:28.000Z (over 3 years ago)
- Last Synced: 2024-10-31T17:12:28.333Z (3 months ago)
- Language: C++
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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