Jump to content

Topological sort: Difference between revisions

→‎{{header|C++}}: moved std::vector inclusion directive to proper place
(→‎{{header|C++}}: Bug fix, spelling corrections, cosmetic changes)
(→‎{{header|C++}}: moved std::vector inclusion directive to proper place)
Line 642:
=={{header|C++}}==
<lang c>
#include <vector>
#include <map>
#include <set>
Line 723 ⟶ 722:
#include <iostream>
#include <string>
#include <vector>
 
using namespace
41

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.