mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-24 10:33:10 +08:00
clang-format and clang-tidy fixes for 1c057113
This commit is contained in:
@@ -27,10 +27,10 @@
|
|||||||
* @author [Lajat Manekar](https://github.com/Lazeeez)
|
* @author [Lajat Manekar](https://github.com/Lazeeez)
|
||||||
*
|
*
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
#include <cassert> /// for assert
|
||||||
#include <iostream> /// for IO Operations
|
#include <iostream> /// for IO Operations
|
||||||
#include <numeric> /// for std::accumulate
|
#include <numeric> /// for std::accumulate
|
||||||
#include <vector> /// for std::vector
|
#include <vector> /// for std::vector
|
||||||
#include <cassert> /// for assert
|
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* @namespace dp
|
* @namespace dp
|
||||||
|
|||||||
Reference in New Issue
Block a user