Explore projects
-
Victor Andrei Brestoiu / basic-project-framework
BSD Source Code AttributionBuild system for a basic project.
Updated -
Updated
-
Updated
-
Propositional Logic in Reverse Polish Notation
Updated -
Updated
-
Updated
-
Marian Dietz / ABY
OtherUpdated -
Rasoul Akhavan Mahdavi / EzPC-Custom
MIT LicenseUpdated -
-
Updated
-
Program for visualization of generalized lutes of Pythagoras
Updated -
Updated
-
-
Updated
-
-
prettyprinter is a tool that takes program source code as input and outputs the same code, nicely formatted for readability.
Updated -
readIntArray() which consumes as many integers from cin as are available and returns an IntArray structure.
addToIntArray(IntArray&) takes a pointer to an IntArray adds int from available on cin.
printIntArray(const IntArray&) prints the IntArray
Updated -
forward(): Move the drone one unit forward.
backward(): Moves the drone one unit backward.
left(), right(): Turns the drone 90 degrees to the left or right, while remaining in the same location.
current(): returns current pos
Updated