problemscpp
A collection of my answers to algorithm problems in c++.
Public 成员函数 | Public 属性 | 所有成员列表
leetcode::the_time_when_the_network_becomes_idle::Node结构体 参考

#include <leetcode.h>

Public 成员函数

 Node (int num, int patience)
 

Public 属性

unordered_set< int > linked = {}
 
int num
 
int patience
 
int time = 0
 

详细描述

在文件 leetcode.h1857 行定义.

构造及析构函数说明

◆ Node()

leetcode::the_time_when_the_network_becomes_idle::Node::Node ( int  num,
int  patience 
)
inline

类成员变量说明

◆ linked

unordered_set<int> leetcode::the_time_when_the_network_becomes_idle::Node::linked = {}

◆ num

int leetcode::the_time_when_the_network_becomes_idle::Node::num

在文件 leetcode.h1858 行定义.

◆ patience

int leetcode::the_time_when_the_network_becomes_idle::Node::patience

在文件 leetcode.h1860 行定义.

◆ time

int leetcode::the_time_when_the_network_becomes_idle::Node::time = 0

该结构体的文档由以下文件生成: