
Difficulty : Silver V Problem description You have to connect west sites and east sites. There are N sites in the west and M sites in the east. Each site can only have one bridge and you have to use all west sites. Bridge cannot be crossed. Input is T for the number of test cases, and (n, m) pairs for each line. Solution It is for dynamic programming. Store the answers for the small problems and..
프로그래밍 문제풀이/백준 문제풀이
2022. 10. 19. 17:27