incremental_katas
Kata solver
A system to implement incremental katas by iteratively solving problem sets with increasingly complex constraints.
Katas that are delivered incrementally - the full problem is not displayed at once, it is revealed when one part is done
62 stars
7 watching
13 forks
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
bfontaine/katas | A collection of solved programming challenges in 27 languages | 20 |
nickdelgrosso/dna-transcription-kata | A kata for practicing string manipulation and bioinformatics data processing in a test-driven development context | 9 |
xpeppers/goose-game-kata | A coding exercise for implementing a simple game with player movement and dice rolling mechanics. | 8 |
matteobaglini/functional-structures-refactoring-kata | Refactoring kata to remove computational effects from a use case using functional structures | 32 |
eficode-academy/git-katas | A collection of exercises designed to improve Git skills through deliberate practice | 1,339 |
alanbarber/codekatas | A collection of pre-built coding katas to help developers improve their skills through practice and testing | 20 |
vlang/adventofcode | A collection of solutions to Advent of Code puzzles in the V programming language. | 33 |
daniglez/aoc | A collection of solutions to Advent of Code puzzles written in Julia | 6 |
fastrgv/hungarianalgorithm | An implementation of the Hungarian algorithm in Ada for solving assignment problems with optimal cost minimization | 1 |
felixneutatz/2048_m-a-star | An algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles. | 204 |
ignacio-chiazzo/algorithms-leetcode-javascript | A collection of solutions to algorithmic problems using JavaScript. | 616 |
nealhu/args-kata | Practices readable and maintainable coding skills in parsing command-line arguments | 1 |
emilybache/parrot-refactoring-kata | Practice refactoring and polymorphism in XSLT code | 121 |
radsz/jacop | A Java-based solver for solving constraint satisfaction problems using a large set of constraints and modular search algorithms. | 220 |