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

#include <leetcode.h>

Public 成员函数

 Node (int x, int y)
 

Public 属性

unordered_map< Node *, int > siblings
 
int x
 
int y
 

详细描述

在文件 leetcode.h2927 行定义.

构造及析构函数说明

◆ Node()

leetcode::minimum_cost_to_make_at_least_one_valid_path_in_a_grid::Node::Node ( int  x,
int  y 
)
inline

类成员变量说明

◆ siblings

unordered_map<Node *, int> leetcode::minimum_cost_to_make_at_least_one_valid_path_in_a_grid::Node::siblings

在文件 leetcode.h2930 行定义.

◆ x

int leetcode::minimum_cost_to_make_at_least_one_valid_path_in_a_grid::Node::x

在文件 leetcode.h2928 行定义.

◆ y

int leetcode::minimum_cost_to_make_at_least_one_valid_path_in_a_grid::Node::y

在文件 leetcode.h2929 行定义.


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