mpriestman

Results 3 comments of mpriestman

When I implemented the `raindrops` problem, I ended up writing a version of a couple of C functions (`itoa`, and `strcat`). As you mentioned above, these in themselves could make...

I like your idea of putting four results into a single register for the nucleotide count problem. A good example of packing smaller values into a large value.

I've put in a PR for `difference-of-squares`, and having "a bash" at `atbash-cipher`.