a981bb0d4a
From "Haskell Programming from First Principles"... I have completed all of the exercises in the book thus far, but I only recently dedicated a Haskell module for each chapter. Previously I created ad hoc modules per exercise, per chapter... it was chaotic. |
||
---|---|---|
.. | ||
crack_the_coding_interview | ||
data_structures_and_algorithms | ||
deepmind | ||
haskell-programming-from-first-principles | ||
groceries.txt | ||
README.md |
Scratch
The purpose of the scratch
directory is to host practice exercises. Practice
encompasses things like working on data structures and algorithms problems for
upcoming coding interviews or general aptitude as well as writing code snippets
to help me learn a new programming language or understand an unfamiliar concept.