그냥 하는 노트와 메모장

[Network flow, MCMF] Graph modeling practices - Codeforce 편 본문

Solved problems

[Network flow, MCMF] Graph modeling practices - Codeforce 편

coloredrabbit 2018. 9. 29. 21:04

[Network flow, MCMF] Graph modeling practices


  네트워크 플로우 및 MCMF에서는 그래프 모델링이 큰 비중을 차지합니다. 모델링을 하고나서 플로우 흘리는 개념은 고정되어 있으나, 그 문제가 그래프인지 또 그래프임을 알더라도 모델링을 하지 못하면 풀기 못하는 경우가 허다합니다.

  이 게시물은 그래프 모델링에 있어, 신기하거나 재밌게 느꼈던 문제 및 제가 어떻게 그래프 모델링 했는지 소개하고자 합니다. 물론! 다른 풀이가 있을 수 있으니 참고바래요 :)

  ※ 이분 그래프에 대한 내용은 포함되지 않았습니다. 호프 크로프트 또는 이분 매칭 문제를 찾으시는 분은 다른 게시물을 찾아보시길 바래요.

  ※ 소스코드는 일부러 첨부하지 않았습니다. 제 소스가 궁금하신 분들은 댓글 남겨주시면 쪽지나 메일로 보내드리겠습니다.



* Codeforce


1. Gourmet and Banquet (http://codeforces.com/contest/589/problem/F)


2. Array and Operations (http://codeforces.com/contest/498/problem/C)


3. Ciel and Duel (http://codeforces.com/contest/321/problem/B)


4. Soldier and Traveling (http://codeforces.com/problemset/problem/546/E)


5. Fox And Dinner(http://codeforces.com/problemset/problem/510/E)


6. Binary Tree on Plane (http://codeforces.com/contest/277/problem/E) [HARD]


'Solved problems' 카테고리의 다른 글

BOJ 9522 - 직선 게임  (0) 2018.12.17
[Network flow, MCMF] Graph modeling practices - 백준 편  (2) 2018.10.18
BOJ 14258 - XOR 그룹  (0) 2018.09.01
CS Academy - Array Removal  (0) 2018.09.01
BOJ 2549 - 루빅의 사각형  (0) 2018.08.07
Comments