Notes & Posts

A lightweight stream of things I'm learning and building. Newest entries appear first. Dates automatically update when content changes.

  • 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...
  • Intro to HashMap (updated Oct 03) Introduction to HashMap
  • Intro to Binary Tree (updated Oct 03) Introduction to Binary Tree
  • 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) :...
  • 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
  • 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...
  • 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...
  • Bare-Metal Programming (updated Oct 03) To successfully compile and run bare-metal code, you will need the following files:
  • 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...
  • 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

Binary Tree

DSA

Graph

HashMap

Kleidiai

LinkedList

SIMD

blog

cpp

embedded-system

programming

welcome