Blog

2025.03.18

워드프레스 스타일 변경, 법적 문제 피하기

워드프레스를 사용 중입니다. 테마를 다운로드 받아서 사용 중입니다. 이 테마의 설명에는 다음처럼 나와 있습니다.


2025.03.17

용산역 용우동

FSP HYDRO Ti PRO 1000W Titanium ATX 3.1 파워 교체 후 용산역사 내 용우동


2025.03.07

Nimf 2025.03.07 Released

Hello. Nimf 2025.03.07 is released.


2025.02.12

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

2025.02.19 업데이트


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.