Skip to content

Commit

Permalink
2023-12-07 04:36:27
Browse files Browse the repository at this point in the history
Affected files:
src/content/blog/red-black-tree.md
  • Loading branch information
gyunseo committed Dec 6, 2023
1 parent cc4ab1e commit 7f68b30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/content/blog/red-black-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,6 @@ RED 노드들을 퍼지게 만들면 된다.

`rb_insert_fixup`의 코드를 살펴 보자.

`rb_insert_fixup`의 코드를 살펴 보자.

```c
void rb_insert_fixup(RBTree *T, Node *z)
{
Expand Down

0 comments on commit 7f68b30

Please sign in to comment.