Basic Functions and Algorithms written in the Java language for use as and when required.
djikstra-graph: A folder containing a full working implementation of Djikstra's Algorithm to find a shortest path between two nodes in a directed, weighted graph.
GoogleMail.java: A script to send an email using a Gmail ID.
mysql+csv.java: A class to establish a MySQL connection and read or write/update data into a database. You can also fetch data and write it into a CSV File. Dependency: OpenCSV writer
readTxt.java: Simple script to store the contents of a text file in a string