We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ea502 commit 016a2d8Copy full SHA for 016a2d8
graph/is_graph_bipartite2.cpp
@@ -15,7 +15,7 @@
15
* @author [tushar2407](https://github.com/tushar2407)
16
*/
17
#include <cassert> /// for assert
18
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
19
#include <iostream> /// for IO operations
20
#include <queue> /// for queue data structure
21
#include <vector> /// for vector data structure
0 commit comments