Trie Data Structure Implementation

Trie Data Structure Implementation using a multi-dimensional array…well really a List of Arrays. One day I was reading about the Trie data structure in one of my favorite programming books. The – “Competitive Programmer’s Handbook” by Antti Laaksonen which is available for free. This is a great book if you a preparing for a difficult […]

Continue Reading

Why I Moved to WordPress.org

WordPress.com no fuss but limited When I first started my blog I wanted to focus on just that, blogging i.e.. writing posts.  I was excited, motivated and wanted to share the knowledge I’ve gained from my career as a Software Engineer.  I didn’t want to get too bogged down with the technical side of things […]

Continue Reading

C# Deserialization Cheat Sheet

A simple cheat sheet that has some examples of how to go from Xml to C# object using Xml Data Annotations. There is a simple way to do this using visual studio if you did not know you can use the “Paste Special” feature. Copy your xml so its on your clipboard. Then in VS […]

Continue Reading