Welcome to my corner of the internet 👋

My name is Rina and I am a CS student at OSU

From pre-dental to software engineer. I have interest in full-stack dev, fintech, machine learning, and everything in between.

  • My favorite data structure: Trie

    Have you wondered how a search engine knows the next word or sentence you will type in the search bar? Well, the autocomplete feature is being handled by a Trie data structure behind the scenes. A Trie is a type of k-ary search tree used for storing and searching specific keys from within a set.…

  • Sort Algorithms

    Recently, I worked on a sort visualizer project that displays various sorting algorithms and I will be talking about some of the algorithms I used. So, what’s a sort algorithm? A sort algorithm is used to arrange a given array or list of elements in a specific order. The algorithms I will go over are:…

  • My LeetCode Method

    I am currently going through the job hunting process. This includes applying to new grad positions, emailing recruiters, attending career fairs, and *of course* doing LeetCode problems. If you haven’t applied to jobs yet, you’ll soon find out that you’ll receive an online assessment (OA) as the first step in the interview process. I’ve received…

  • Hello world!

    Welcome to blogs.oregonstate.edu. This is your first post. Edit or delete it, then start blogging!

Got any book recommendations?