I am a Computer Science student at CSULB with a strong foundation in programming, problem-solving, and software development. I am proficient in Python and have intermediate experience in JavaScript and C++, with coursework in data structures, algorithms, discrete mathematics, and object-oriented programming. In addition, I have been expanding my skills in web development by learning HTML and CSS. I have a strong passion for mathematics and enjoy helping others understand complex concepts. I have prior tutoring experience and am confident working with both middle school and high school students. My goal is to support students in building their confidence and improving their academic performance in math and related subjects. I am patient, approachable, and committed to creating a positive learning environment.
CECS 274: Binary Trees(Python)
● Implemented a Binary Tree in Python to store and organize data efficiently.
● Developed traversal algorithms (Inorder, Preorder, Postorder) to print nodes in different orders.
● Utilized BFS and DFS to search for paths from a given node within the tree
CECS 325: Using C++