인프런 커뮤니티 질문&답변
플로이드워샬
작성
·
206
0
안녕하세요!
강의 넘 잘 듣고 있습니다.
플로이드워샬이 모든 정점에서 모든 정점으로 가는 최소비용이라고 하셨는데,
그럼 다익스트라를 정점 수 만큼 반복해서 하는 것과 다른점이 있을까요?
감사합니다.
퀴즈
C++에서 입출력(cin, cout) 속도를 향상시키기 위해 주로 사용하는 두 가지 코드는 무엇일까요?
`std::ios_base::sync_with_stdio(true);`와 `std::cin.tie(nullptr);`
`std::ios_base::sync_with_stdio(false);`와 `std::cin.tie(nullptr);`
`std::sync_stdio(false);`와 `std::cout.sync(nullptr);`
`std::cin.speed_up();`와 `std::cout.speed_up();`





