Skip to content

Add files via upload#1

Closed
PipeKnight wants to merge 1 commit into
masterfrom
TempAcc07-patch-1
Closed

Add files via upload#1
PipeKnight wants to merge 1 commit into
masterfrom
TempAcc07-patch-1

Conversation

@PipeKnight

Copy link
Copy Markdown
Owner

No description provided.

@PipeKnight PipeKnight requested a review from danlark1 June 16, 2018 10:09
Comment thread main.cpp
return false;
}

void DFS_path(int v, const int t, vector<int> &path, vector<char> &used, const vector<vector<int>> &G, const vector<Edge> &E) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DfsPath, если уж в одном стиле придерживаться

Comment thread main.cpp
E.push_back(e_r);
}

bool dfs(int v, const int t, vector<char> &used, const vector<vector<int>> &G, const vector<Edge> &E) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давай все названия функций в одном стиле

Comment thread main.cpp
#include <vector>
#include <set>

using namespace std;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ну пожалуйста, убери)

Comment thread main.cpp

using namespace std;

const long long inf = 1e18;

@danlark1 danlark1 Jun 17, 2018

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static constexpr long long inf = std::numeric_limits<long long>::max();

@PipeKnight PipeKnight closed this Jun 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants