Java 8 Streams

Java 8 Streams is an API created in Java 8, being used to be able to help run methodsthrough simple pipelines to get the result. This is similar to lambda in Python3.

Read More

Quick Sort

Quick Sort is a sorting algorithm, that uses divide and conquer to solve it. The steps are simple in Quick Sort.

Read More

Merge Sort

There are many types of sorting algorithms out there, such as the famous quick sort, bubble sort, insertion sort, and selection sort. Among these types, there is the merge sort, which I will be explaining right now.

Read More

Programming Competition

Today, I just came from Seattle, Washington to Portland, Oregon to do a Teamscode Coding competition. I am really excited to do it!!! I think we are doing it as the Team of Three, but I don’t know for sure. Last time, we were the Team of Three at the Mercer Island Competiton in March 16th, 2019. I found out that less people come to the Catlin Gabel Competition, so I really really wish that we place this time.

Read More

Code Arena!!!!

Yayy!!! I found something called Code Arena in Hacker Earth, and now I am doing it; it is so fun!!!

Read More

Linked Lists

Linked List, like arrays, is a linear structure of data. Unlike arrays, linked list elements are not stored in the contiguous location ; using pointers, the elements are linked.

Read More

Hello There

Hello, I have taken my Geometry Math Class today and learned about both the law of sines and cosines and all that jazz, but I learned something much better and interesting today. 1+1=3.

Read More