Popular repositories Loading
-
MyFirstApp
MyFirstApp PublicBuilt in Node.js open source server framework. In this project I moved from client-side development (using JavaScript, HTML, and CSS) to building a server-side web application using the Express.js …
-
Beer-Song
Beer-Song PublicSimple java script designed to iterate through "99 bottles of beer on the wall" using while loops and if statements. Built in a Linux Teminal environment using a raspberry pi.
Java
-
ExponentiationBySquaring
ExponentiationBySquaring PublicExponentation by squaring is an algorithm that will quickly calculate x^n given user input. x and n are integers in this case. This implementation uses recursion, whereby a function calls itself wi…
Java
-
CrystalBall
CrystalBall PublicBuilding a digital crystall ball with an Arduino board using a tilt switch and an LCD screen to output.
Arduino
-
FibonacciSequence
FibonacciSequence PublicTwo implementations in Java to generat the Fibonacci sequence to a length chosen by the user. One recursive and one using iterative for loop. Switch statement is used to control flow.
Java
-
Quick-Sort
Quick-Sort PublicQuick Sort is another example of a divide and conquer algorithm. It requires the identification of an arbitrary pivot point (ideally somewhere near the centre) around which the other values of the …
Java 1
If the problem persists, check the GitHub status page or contact support.