Update data_structures/dsu_path_compression.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Aayush Vyas
2021-09-01 07:15:29 +05:30
committed by GitHub
parent d70f903f30
commit 24efd6e9eb

View File

@@ -17,8 +17,8 @@
* @see dsu_union_rank.cpp
*/
#include <iostream> ///for io
#include <vector> ///for using vectors
#include <iostream> /// for IO operations
#include <vector> /// for std::vector
using std::cout;
using std::endl;