Posts
Art
About⋅˚₊‧ ୨ programming tag ୧ ‧₊˚ ⋅
How important is coding fast?
- Every once in a while I find myself in a conversation with a friend about typing. Sometimes they talk about their typing speeds, sometimes …
My most useful git tips and tricks
- Most people see git as a nuisance when they first learn about it in school. There are a lot of commands to learn. Fetch, clone, push, …
File Compression Part 2
- Here I continue to talk about methods used to compress files. The two discussed here are the Lempel-Ziv (1977) method and Huffman encoding. …
File Compression Part 1
- I have recently started working on my own file compressor titled ‘himanZip’. While working, I’ve had to do a lot of …
The Hungarian Algorithm
- Here I’ll talk about the other side project I worked on and the lesson it taught me. This is one that I thought would be easy but …
The Minimal Perfect HashMap
- So over these past couple of weeks I’ve been working on two side projects that I thought were interesting so that I wouldn’t …