Some small programming exercises to play around.
- Fizz Buzz wiki
- Game of Life wiki
- Sorting algorithms
- Bubble sort wiki
- Declarative
- Imperative style with Array and other mutables
- Recursive with Array
- Merge sort wiki
- Declarative
- Delcarative Async
- Insertion sort wiki
- Imutable list
- Mutable array
- Quick sort wiki
- Declarative
- Declarative Async
- Bubble sort wiki
- Tree Traversal
- Depth First wiki
- Not tail recursive
- Tail recursive
- Loop with mutables
- Breadth First wiki
- Not tail recursive
- Tail recursive
- Loop with mutables
- Depth First wiki