problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <leetcode.h>
Public 成员函数 | |
Node (int num, int patience) | |
Public 属性 | |
unordered_set< int > | linked = {} |
int | num |
int | patience |
int | time = 0 |
在文件 leetcode.h 第 1857 行定义.
|
inline |
在文件 leetcode.h 第 1863 行定义.
unordered_set<int> leetcode::the_time_when_the_network_becomes_idle::Node::linked = {} |
int leetcode::the_time_when_the_network_becomes_idle::Node::num |
在文件 leetcode.h 第 1858 行定义.
int leetcode::the_time_when_the_network_becomes_idle::Node::patience |
在文件 leetcode.h 第 1860 行定义.
int leetcode::the_time_when_the_network_becomes_idle::Node::time = 0 |