Skip to content

Commit

Permalink
Update README(KR).md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssu00 authored Nov 22, 2020
1 parent 9a4ed5a commit e3f2e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data_structures/Tree/stern-brocot tree/c++/README(KR).md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 스턴 브로콧 트리

스턴 브로콧 트리는 양의 분수(M/N, M과 N은 서로소)를 만들어 내기 위한 무한 이진 트리이다. 각 양의 분수는 트리에서 정확하게 한 번씩만 표현되며, 두 개의 분수 M/N과 M'/N' 사이에, (M+M')/(N+N')이 삽입된다.

![그림1](https://user-images.githubusercontent.com/63658525/99893165-1a35ab80-2cc0-11eb-8d7a-0159ebecbe01.png)

0 comments on commit e3f2e18

Please sign in to comment.