Popular repositories Loading
-
Simulation-of-a-Bouncing-Ball
Simulation-of-a-Bouncing-Ball PublicIn this Java program I calculated the trajectory of a bouncing ball using a simplified physics model. For this Newtonian simulation, I started by writing a program that can output the x and y posit…
-
Simulating-Multiple-Bouncing-Balls
Simulating-Multiple-Bouncing-Balls PublicIn this program I used object-oriented design to build on the work I had already completed in the first project. Namely, now that I have implemented the simulation of a single bouncing ball with a …
-
Keeping-Track-of-Objects
Keeping-Track-of-Objects PublicThis project is about data structures and objects, specifically the use of B-Trees to organize data in an explicit order. It extends the work done in previous projects to include a mechanism for ke…
-
Interacting-with-Objects
Interacting-with-Objects PublicIn the last projects, I implemented a binary-tree to organize and store my data. In this project, I implemented tools that allowed a user to interact asynchronously with the simulation program, whi…
-
Decimal-to-Base-Converter
Decimal-to-Base-Converter PublicThis C program uses the concept of a command line program. The code that I wrote reads in two arguments from the command line, a decimal number and base in which to express the decimal number. The …
-
A-Simple-Database-Program
A-Simple-Database-Program PublicThe purpose of this project was to build a very simple database program using B-Trees for record storage. The first thing the program does is to read in the student names, IDs, and grades from thei…
If the problem persists, check the GitHub status page or contact support.