forked from ZoranPandovski/al-go-rithms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |