I am a student studying computer science at El Camino College, and next year plan to transfer to the University of California, Los Angeles.
I currently work as a software engineer intern for a financial tech company, Vision 13, and work as a math and computer science tutor at the Math Study Center at El Camino College.
My relevant courses include Advanced Programming in C++, Data Structures, and Multi-Variable Calculus.
Check out my resume.
El Camino College, 2019 - 2021
A.S. in Computer Science, Mathematics, and Physics, GPA 4.0
Variation of the classic greedy algorithm as a simple solution to the “exploration-exploitation” tradeoff.
Statistical model that uses N parameters to predict the outcome of the response variable. Implemented with the gradient descent aglorithm.
Implemented a C++ Map container built upon a binary search tree. Templated so any objects can be mapped, and prevents memory leaks in case of a allocation error.
Simulates C++’s actual implementation of the shared pointer. This implementation has all of the features, including templating so any object can be pointed to.
Implemented a C++ Map container built upon a Doubly Linked List. This project is trivial and is only used as filler for now.
Collaborative project where we developed tools for El Camino students. I contributed the professor search algorithm and the python Django backend.