Fun with Algorithms
Category — Fun with Algorithms 2 posts
Fun with Algorithms 13 min Intermediate
SOUNDEX Algorithm in Python3+
This post is purely illustrative and educational. It showcases a working version of the Soundex algorithm in Python3+. This code is not to be used in production as is and should be modified or…
Fun with Algorithms 15 min Intermediate
ISO 6346 – Shipping Container Codes
I often spend time researching and implementing algorithms in multiple languages as a way to keep my programming skillset sharp, learn a new language and its syntactical sugar, and to have the algorithms at…