Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fivonacci.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

전체 시퀀스를 한 번에 메모리에 생성
정렬 필요 없음
generator순회 할 때마다 마지막으로 호출된 효소를 기억하고 다음 값을 반환한다
generator순회 할 때마다 마지막으로 호출된 요소를 기억하고 다음 값을 반환한다
"""


Expand Down