Prologue

Our memory is like sands in our hand. We thought we were holding them firmly, but actually──There’s nothing we have on our hand. This is why this blog is here. It helps us to remember this precious memory. Especially for me, this precious memory almost has a range of 7 months. At least I have built this blog which might help you to learn my story.

Summary

This blog is writting for Maranatha. To memorize the time I came to study in Maranatha.

Read more »

Data Structure: Tree

Intro

In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data

Read more »

Graph theory in Computer competition

Intro

Graph theory is prabobly the most popular question in computer competition in USACO and NOIP(China). It is actually a branch of math theory. In the questions they would give you many points in a graph and ask you to find out the shortest way or the possile way to go from one point to another one. Sometimes it will provide you with values of the edge and ask you to calculate the smallest coast. Sounds pretty simple Hahhhhh. Let’s have a look!

Read more »

Attendence Taking program design

Background

Mr.Lartuno give us the project that we need to design a Attendence software for him. (Because he is lazy to finish it himself) So here is how it is designed.

Read more »

How to use C++ String in Competition

Today, we are going to talk about C++ String and how to use it in competition. Since it is my first blog about USACO or CCF(In China) competition. And also It works for Computer Science students in USA. This article will divide as two parts. Each part will explain char and String in C or C++.

Read more »

Hexo: Probably the most detailed guide for 2020

Introducing Hexo and this blog

Hexo is a useful tool for people who want to create their own blog website. It is really a convenient tool for it will automatically generate the beautiful designed website and even help you upload it to your Github. The perfect thing about blog is that it can save the people later who do the same thing energy and time. Same reason as I started my blog with this article. It took me 3 hours to use this tool for the bugs and the obsolete blogs elsewhere. Now on 9 February 2020, here we go.

Read more »