This repository is a set of programs i have worked on in my spare time to learn and practice certain algorithmsn or programming styles using python
- Game of life example with three diffrent rule sets.
- In implementation of the game of nim.
- Image filtering using the PIL image library.
- Different sorting algorithms and their timings.
- A basic string compression algorithm that assigns words to numbers.