racket
racket copied to clipboard
Exercism exercises in Racket.
CLAIMED - [ ] flatten-array - BNAndras - [ ] queen-attack - dreig COMPLETED - [x] bank-account - [x] binary-search - [x] clock - [x] diamond - [x] food-chain -...
@ErikSchierboom, here are the three approaches I'm looking at. Before I fill these out further, do you think the substring and index-based techniques are different enough to justify separate approaches?
I noticed several slugs are missing tests. Looking at roman-numerals, I also noticed some tests where the inputs and outputs line up with tests from problem-specifications but the comments describe...
Following up on exercism/racket-test-runner#33, are there any common packages that aren't included but should be added? Please add it in a reply here. The package must be compatible with racket...
Seeing the number of exercises to implement for `protein-translation`, I saw big and started to port the Common Lisp exercise generator. There are still things to change and clean, but...
My first attempt (see below) to solve this exercise passed all tests but was faulty. It didn't raise an exception when the first argument of `hamming-distance` has a smaller length...