Trie

Recently I’ve been working on a Trie implementation and I was a surprised and delighted from the simpicity of the data structure.

Continue reading: Trie

Testing in Go

I’ve been hearing a lot of positive feedback about Google’s new programming language for some time now. Interfaces, simplicity, concurrency are some of the things you will definitely hear being praised as you get involved with the community.

Pagination