Skip to content

Commit 016a2d8

Browse files
Update graph/is_graph_bipartite2.cpp
1 parent d6ea502 commit 016a2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/is_graph_bipartite2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author [tushar2407](https://github.com/tushar2407)
1616
*/
1717
#include <cassert> /// for assert
18-
#include <cstdint> /// for integral typedefs
18+
#include <cstdint>
1919
#include <iostream> /// for IO operations
2020
#include <queue> /// for queue data structure
2121
#include <vector> /// for vector data structure

0 commit comments

Comments
 (0)