Python3 썸네일형 리스트형 Algorithm week 1: Union-Find Algorithms, Part 1: week1 Lecture note: I implemented codes in python3. Steps to developing a usable algorithm. Model the problem. ( try to understand the main elements of the problem that needs to be solved. )해결해야하는 요소를 이해하고 문제를 모델링한다. Find an algorithm to solve it.문제를 해결할 수 있는 알고리즘을 알아낸다. Fast enough? Fits in memory?충분히 빠른지, 메모리 사용량은 적당한지 고려한다. If not, figure out why.아니라면, 왜 그런지 알아낸다. Fin.. 더보기 이전 1 다음