Update sorting/count_inversions.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Rakshit Raj
2020-12-01 11:59:41 +05:30
committed by GitHub
parent 3720f2dad0
commit 54261e4010

View File

@@ -40,10 +40,10 @@
*
* @author [Rakshit Raj](https://github.com/rakshitraj)
*/
#include <cassert> // for tests
#include <cstdint> // for typedef datatype uint64_t
#include <iostream> // for IO
#include <vector> // for std::vector<>
#include <cassert> /// for assert
#include <cstdint> /// for typedef datatype uint64_t
#include <iostream> /// for IO operations
#include <vector> /// for std::vector
/**
* @namespace sorting