fix comments
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <vector>
|
||||
|
||||
// находит все простые числа от 0 до n
|
||||
// Решето Эратосфена
|
||||
namespace alg
|
||||
{
|
||||
inline std::vector<int> find_primes(int n)
|
||||
|
||||
7
src/search/grphs/dept.hpp
Normal file
7
src/search/grphs/dept.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
namespace alg::search
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user