Skip to content

Bits of code written for simple practices, such as fibonacci or simple data algorithms

License

Notifications You must be signed in to change notification settings

junhyunglee/CodingPractices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Brief List of Code Snippets

DetourDistances

Written in Java, this code is used to calculate the detour distance given four points and their corresponding latitude and longitude in degrees.

GPACalc

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.

Node

Written in Java, this code is a simple implementation of a LinkedList, with basic methods such as creating, removing, or reversing a LinkedList.

About

Bits of code written for simple practices, such as fibonacci or simple data algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages