About Me


Hi! I'm Ania and I in my last year of a Computer Science and a Language Science Double Major with a Minor in Korean at UC Irvine! Raised across three continents, I've embraced diversity and digital innovation since childhood. I have always wanted to combine my technical and non-technical skills and I think that my unique background and experiences aid in doing just that. I have loved learning for as long as I can remember and the new technological age is ensuring that I never have to stop !

Projects


Checkers_AI

Python

- An artificial intelligence algorithm in Python that uses Monte Carlo Tree Search and minmax checking to beat Checkers games.
- 80% more successful at winning a 7x7 board than an average person.

Basic Search Engine

Python

- Wrote a search engine from the ground up that is capable of handling two thousand Web pages.
- Utilized tf-idf, as well as cosine similarity to help in indexing and reduce result return times to be under 100 ms.

Rat in a Maze

C++

- Used a backtracking depth first search to find a path from the start point to a goal in C++.

BooText – a Text Editor

Python

- Created a terminal-based text editor in C++
- Implemented key features such as allowing text to be displayed and edited upon keyboard key presses and basic functions such as Ctrl-Z.