Java Native Interface
2019-04-26
To learn about Java Native Interface in my ICS 212 class, we were tasked with splitting a program into Java and C or C++ code and then compiling and running the code with Java Native Interface.
Java Native Interface
Java
C
Read More
Records
2019-04-13
My final project for ICS 212 that acted as a database of records that could be manipulated by a user with specific commands.
C++
Source Code Control System
Makefile
Bash Scripts
Read More
Binary Search Tree
2018-11-09
An ICS 211 assigment that helped us learn about binary search trees and the different ways to traverse them. We had to create a binary search tree of Contacts and have a function traverse the tree in order.
Java
Binary Search Tree
In Order Traversal
Read More