Notes & Posts
A lightweight stream of things I'm learning and building. Newest entries appear first. Dates automatically update when content changes.
- 2025-09-23 Intro to Graph (updated Oct 03) Graph is an extension to binary tree (or more precisly mulitiway tree). But the only difference is that in graph, there might...
- 2025-09-22 Intro to HashMap (updated Oct 03) Introduction to HashMap
- 2025-09-22 Intro to Binary Tree (updated Oct 03) Introduction to Binary Tree
- 2025-09-21 Intro to Linked List (updated Oct 03) Intro to Linked List a simple single linked list in leetcode class ListNode { public: int val; ListNode* next; ListNode(int x) :...
- 2025-09-20 Single Instruction Multiple Data @ Arm (updated Oct 03) Hopefully I will update this to improve my own understanding of SIMD@Arm. I will mainly discover the repository Kleidiai Gitlab Repo
- 2025-09-20 Intro to Array (updated Oct 03) This is the start of my learning journey of Data Structure and Algorithm. I will not copy paste texts I’ve learnt from...
- 2025-08-23 C++ Static Usage (updated Oct 03) This has been bothering me for a while. I have seen static used in various contexts in a OpenSource C++ Project. I...
- 2025-08-23 Bare-Metal Programming (updated Oct 03) To successfully compile and run bare-metal code, you will need the following files:
- 2025-07-23 Welcome to My Blog (updated Oct 03) This is my first blog post! The reason why I really keen to have a blog is to summarise the technical things...
- 2024-12-30 Welcome to My Blog (updated Oct 03) Welcome to My Blog
Looking for something older? Browse directly from the list above or use your browser search.
Array
- Intro to Array (updated Oct 03)
Binary Tree
- Intro to Binary Tree (updated Oct 03)
DSA
- Intro to Graph (updated Oct 03)
- Intro to Binary Tree (updated Oct 03)
- Intro to HashMap (updated Oct 03)
- Intro to Linked List (updated Oct 03)
- Intro to Array (updated Oct 03)
Graph
- Intro to Graph (updated Oct 03)
HashMap
- Intro to HashMap (updated Oct 03)
Kleidiai
- Single Instruction Multiple Data @ Arm (updated Oct 03)
LinkedList
- Intro to Linked List (updated Oct 03)
SIMD
- Single Instruction Multiple Data @ Arm (updated Oct 03)
blog
- Welcome to My Blog (updated Oct 03)
cpp
- Bare-Metal Programming (updated Oct 03)
- C++ Static Usage (updated Oct 03)
embedded-system
- Bare-Metal Programming (updated Oct 03)
programming
- Bare-Metal Programming (updated Oct 03)
- C++ Static Usage (updated Oct 03)
welcome
- Welcome to My Blog (updated Oct 03)