This repository stores short bits of code(<1k lines) for simple coding practices and personal uses. Most of the code here (currently all of it) is written in Java, but this repository may contain files written in Perl, Python, or C.
Written in Java, this code is used to calculate the detour distance given four points and their corresponding latitude and longitude in degrees.
Written in Java, this code is used to calculate Grade Point Average given inputs from the console. Typing h or help will provide more detailed explanations on its usage.
Written in Java, this code is a simple implementation of a LinkedList, with basic methods such as creating, removing, or reversing a LinkedList.