racket icon indicating copy to clipboard operation
racket copied to clipboard

Exercism exercises in Racket.

Results 7 racket issues
Sort by recently updated
recently updated
newest added

CLAIMED - [ ] flatten-array - BNAndras - [ ] queen-attack - dreig COMPLETED - [x] bank-account - [x] binary-search - [x] clock - [x] diamond - [x] food-chain -...

x:module/practice-exercise

@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...

x:module/practice-exercise
x:status/claimed

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...

x:action/improve
x:knowledge/elementary
x:module/test-runner
x:type/ci

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...

x:module/practice-exercise
x:rep/large