Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 599 Bytes

File metadata and controls

12 lines (7 loc) · 599 Bytes

java_scripts

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