Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4899dee commit 4db7a2fCopy full SHA for 4db7a2f
README.md
@@ -126,3 +126,7 @@
126
- 17장 [퀵 정렬](miscellaneous/17-quick-sort.py)
127
- 21장 [분할 가능 배낭 문제](miscellaneous/21-fractional-knapsack.py)
128
- 23장 [0-1 배낭 문제](miscellaneous/23-zero-one-knapsack.py)
129
+
130
+## 변경 사항
131
+- 7번 문제는 테스트케이스가 삭제되어 실행 시간이 달라졌습니다. [#62](https://github.com/onlybooks/algorithm-interview/issues/62)
132
+- 75번 문제는 테스트케이스가 추가되어 더 이상 풀이가 되지 않습니다. 새로운 풀이는 [#67](https://github.com/onlybooks/algorithm-interview/issues/67)을 참고하세요.
0 commit comments