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

GitHub

62 stars
7 watching
13 forks
last commit: about 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ivoputzer/cli-args-parser-kataImplementing a CLI arguments parser to process input in various formats5
bfontaine/katasA collection of solved programming challenges in 27 languages20
nickdelgrosso/dna-transcription-kataA kata for practicing string manipulation and bioinformatics data processing in a test-driven development context9
xpeppers/goose-game-kataA coding exercise for implementing a simple game with player movement and dice rolling mechanics.8
matteobaglini/functional-structures-refactoring-kataRefactoring kata to remove computational effects from a use case using functional structures32
eficode-academy/git-katasA collection of exercises designed to improve Git skills through deliberate practice1,354
alanbarber/codekatasA collection of pre-built coding katas to help developers improve their skills through practice and testing20
vlang/adventofcodeA repository of solutions to Advent of Code puzzles in the V programming language.42
daniglez/aocA collection of solutions to Advent of Code puzzles written in Julia7
fastrgv/hungarianalgorithmAn implementation of the Hungarian Algorithm in Ada, solving assignment problems to minimize costs1
felixneutatz/2048_m-a-starAn algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles.204
ignacio-chiazzo/algorithms-leetcode-javascriptA collection of solutions to algorithmic problems using JavaScript.626
nealhu/args-kataPractices readable and maintainable coding skills in parsing command-line arguments1
emilybache/parrot-refactoring-kataPractice refactoring and polymorphism in XSLT code122
radsz/jacopA Java-based solver for solving constraint satisfaction problems using a large set of constraints and modular search algorithms.220