Recent posts

Linked List

1 minute read

This post will briefly introduce about the linked list and its variations.

Intro of data structure and algorithm

2 minute read

A data structure is an expression of objects in computing, which describes an organization of data with rules of operations within. An algorithm is a finite ...