A program that calculates the Inverse, Multiplication, Addition, Determinant and Transpose.
This was an assignment I had done in my Algorithms module.
An implementation of a fully functional Huffman coding suite equipped with methods to both compress and decompress text files. A hand-drawn Huffman tree with a codeword table for the given phrase 'There is no place like home'. Analysis of the algorithm’s performance.
A valid number placing puzzle, that uses Recursive Backtracking Algortihm to check each grids for a valid solution.