Ref:

  • Beancount documentation
  • How to manage your finances with Beancount -- CoolByte
Read more »

A trie (pronounced as "try") or prefix tree is a tree data structure used for storing and searching a specific key from a set, usually a string set.

Using Trie, search complexities can be brought to O(n)(n = key length).

208. Implement Trie (Prefix Tree)

Read more »

Problems like "given an 2D binary grid grid which represents a map of land and water, return the number of islands, an island is XXXX".

  • 200. Number of Islandsopen
  • 1020. Number of Enclavesopen
  • 1254. Number of Closed Islands
  • 1905. Count Sub Islandsopen
  • 695. Max Area of Island

Ref: labuladong 题解

Read more »

牙齿健康的常识, 以及常见牙科手术的说明, 包括补牙(Tooth filling), 拔智齿(Wisdom Teeth Extraction), 根管治疗(Root canal therapy).

Read more »
0%