File tree 1 file changed +12
-1
lines changed 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 파이썬 알고리즘 인터뷰
2
+
3
+ <!-- TOC -->
4
+
5
+ - [ 파이썬 알고리즘 인터뷰] ( #파이썬-알고리즘-인터뷰 )
6
+ - [ 문제 풀이] ( #문제-풀이 )
7
+ - [ 기타 코드] ( #기타-코드 )
8
+ - [ 리트코드 변경 사항] ( #리트코드-변경-사항 )
9
+
10
+ <!-- /TOC -->
11
+
2
12
95가지 알고리즘 문제 풀이로 완성하는 코딩 테스트
3
13
4
14
![ 책표지] ( http://docs.likejazz.com/images/2020/book-cover.jpg )
17
27
18
28
![ 마인드맵] ( https://user-images.githubusercontent.com/1250095/86745916-a62e9a00-c075-11ea-9aa5-8455e2527f87.png )
19
29
30
+ ## 문제 풀이
20
31
| 번호 | 제목 | 난이도 | 장 | 풀이 코드 |
21
32
| --- | --- | ---- | - | --- |
22
33
| 1 | [ 유효한 팰린드롬] ( https://leetcode.com/problems/valid-palindrome/ ) | ★ | 6장. 문자열 조작 | [ 1-1.py] ( 2-python/ch06/1-1.py ) <br >[ 1-2.py] ( 2-python/ch06/1-2.py ) <br >[ 1-3.py] ( 2-python/ch06/1-3.py ) <br >[ 1-4.c] ( 2-python/ch06/1-4.c ) |
127
138
- 21장 [ 분할 가능 배낭 문제] ( miscellaneous/21-fractional-knapsack.py )
128
139
- 23장 [ 0-1 배낭 문제] ( miscellaneous/23-zero-one-knapsack.py )
129
140
130
- ## 변경 사항
141
+ ## 리트코드 변경 사항
131
142
- 7번 문제는 테스트케이스가 삭제되어 실행 시간이 달라졌습니다. [ #62 ] ( https://github.com/onlybooks/algorithm-interview/issues/62 )
132
143
- 75번 문제는 테스트케이스가 추가되어 더 이상 풀이가 되지 않습니다. 새로운 풀이는 [ #67 ] ( https://github.com/onlybooks/algorithm-interview/issues/67 ) 을 참고하세요.
You can’t perform that action at this time.
0 commit comments