소프트웨어자료26 [알고리즘] Hungarian Maximum Matching Algorithm (Kuhn-Munkres algorithm) Hungarian Maximum Matching Algorithm 에 대하여 알아보자 이 글을 참고하여 작성하였습니다. Hungarian Maximum Matching Algorithm | Brilliant Math & Science Wiki The Hungarian matching algorithm, also called the Kuhn-Munkres algorithm, is a ... brilliant.org Hungarian matching algorithm 개요 Kukn-Munkres algorithm 이라고도 불리는 헝가리안 알고리즘은 \(O(|V^3|)\) 의 시간복잡도를 가지고 있습니다. 헝가리안 알고리즘을 통해 Assignment problem(할당문제)인 Bipartite graphs m.. 2022. 4. 12. Build Warning: Layout 'page' requested in docs/advanced.md does not exist. Error 에러 메세지 : 에러 상황 : bundle exec jekyll serve 코드를 이용하여 로컬에서 홈페이지를 실행 시킴. 상황 확인 : 에러 메시지를 보면 파일이 없다고 뜬다. 하지만 실제로는 파일이 있다. 결론은 연결을 잘 못해준 것 같다. 해결 : _config.yml 파일에서 theme 설정의 해쉬태그 오류 발견. 아래와 같이 theme, remote_theme 모두 해쉬태그 없이 만들어 준다. 결과 : 에러 메시지 없이 잘 작동한다. 2022. 3. 18. 이전 1 2 3 4 5 6 7 ··· 13 다음