Developing an iOS app
Started a virtual memory simulator app (iPad) for CSC 241 - Computer Systems. The app included different memory allocation algorithms (Best Fit, Worst Fit, and Random) and page replacement algorithms (LRU, MRU, FCFS, and Optimal).