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: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Implementing a CLI arguments parser to process input in various formats | 5 |
| A collection of solved programming challenges in 27 languages | 20 |
| A kata for practicing string manipulation and bioinformatics data processing in a test-driven development context | 9 |
| A coding exercise for implementing a simple game with player movement and dice rolling mechanics. | 8 |
| Refactoring kata to remove computational effects from a use case using functional structures | 32 |
| A collection of exercises designed to improve Git skills through deliberate practice | 1,354 |
| A collection of pre-built coding katas to help developers improve their skills through practice and testing | 20 |
| A repository of solutions to Advent of Code puzzles in the V programming language. | 42 |
| A collection of solutions to Advent of Code puzzles written in Julia | 7 |
| An implementation of the Hungarian Algorithm in Ada, solving assignment problems to minimize costs | 1 |
| An algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles. | 204 |
| A collection of solutions to algorithmic problems using JavaScript. | 626 |
| Practices readable and maintainable coding skills in parsing command-line arguments | 1 |
| Practice refactoring and polymorphism in XSLT code | 122 |
| A Java-based solver for solving constraint satisfaction problems using a large set of constraints and modular search algorithms. | 220 |