Just a collection of some programs in different languages that come in handy time to time
- Program encode64.c and decode64.c are the encode and decode programs implemented according to Base64 encoding-decoding algorithm. Language: C
- Program dijkstra.cpp is the implementation of dijkstra's shortest path algorithm. References: go to this link: https://www.topcoder.com/community/data-science/data-science-tutorials/power-up-c-with-the-standard-template-library-part-2/#dijkstra1