Blog

2025.02.12

저는 리눅스 프레임버퍼 콘솔 한글 입력기를 만들지 않겠습니다.

2025.02.19 업데이트


2024.11.27

Snowy Night


2024.11.17

后来 (Houlai) by Rene Liu - Snippet Cover by Hodong


2024.08.22

Nimf 2024.08.22 Released

Hello. Nimf 2024.08.22 is released.


2024.08.10

Weak AVL Tree Implementation 5

I created a TreeMap that can store keys and values ​​using WAVL. The source code is as follows:


2024.08.09

Weak AVL Tree Implementation 4

Simplification of the balance function


2024.08.09

Weak AVL Tree Implementation 3

I’ll create a wrapper API for easy use.


2024.08.08

Weak AVL Tree Implementation 2

Weak AVL rule


2024.08.08

Weak AVL Tree Implementation 1

WAVL Tree is also called Weak AVL Tree or Rank Balanced Tree.
This is an implementation of https://riteme.site/blog/2016-4-10/rank-tree.html.
The algorithm in the above blog is as follows.


2024.07.18

I can't compile basu on OpenBSD.

I recently tried to create a nimf package for OpenBSD. There are quite a few libraries used in nimf. sunpinyin, rime, and basu are not in OpenBSD, so I had to create the packages myself. I succeeded in creating the sunpinyin and rime packages, but I failed in creating the basu package.