8000 Update and rename 21944.cpp to 21944_1.cpp · w10gd/basic-algo-lecture@0661d2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0661d2e

Browse files
Update and rename 21944.cpp to 21944_1.cpp
1 parent 5d921ac commit 0661d2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

0x16/solutions/21944.cpp renamed to 0x16/solutions/21944_1.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,8 @@ int main(void) {
8585
if (probDB[G].empty()) probDB.erase(G);
8686
}
8787
}
88-
}
88+
}
89+
/*
90+
만약 G, L의 최대 크기가 100이 아니라 10만 등으로 더 커서 set<int> probDB[102][102]과 같이 선언을 하는게 불가능하거나, recommend1/recommend2에서
91+
문제가 존재하는 난이도를 O(100,000)에 찾을 경우 시간초과가 날 상황이라면 nested map으로 처리 가능
92+
*/

0 commit comments

Comments
 (0)
0