68 tags

A tag is a keyword or label that categorizes problem or topic with other, similar problem or topic. Using the right tags makes it easier for others to find and reply your problem or topic.

Depth-first search (DFS) is an algorithm for traversing or searching a tree, tree structure, or graph. One starts at the root (selecting some node as the root in the graph case) and explores as far as possible along each branch before backtracking. Depth-first search (DFS) is an algorithm for traversing or searching a tree, tree structure, or graph. One starts at the root (selecting some node as the root in the graph case) and explores as far as possible along each branch before backtracking. Formally, DFS is an uninformed search that progresses by expanding the first child node of the search tree that appears and thus going deeper and deeper until a goal node is found, or until it hits a node that has no children. Then the search backtracks, returning to the most recent node it hasn't finished exploring. In a non-recursive implementation, all freshly expanded nodes are added to a stack for exploration.
problems , topics, Create at 5 years ago
problems , topics, Create at 2 years ago
go
problems , topics, Create at 1 years ago
problems , topics, Create at 1 years ago
c
problems , topics, Create at 1 years ago
problems , topics, Create at 1 years ago
problems , topics, Create at 1 years ago
problems , topics, Create at 1 years ago
problems , topics, Create at 1 years ago
FreeMarker是一款模板引擎: 即一种基于模板和要改变的数据, 并用来生成输出文本(HTML网页、电子邮件、配置文件、源代码等)的通用工具。 它不是面向最终用户的,而是一个Java类库,是一款程序员可以嵌入他们所开发产品的组件。
problems , topics, Create at 1 years ago
struts
problems , topics, Create at 1 years ago
acm
problems , topics, Create at 1 years ago
problems , topics, Create at 1 years ago
ubuntu
problems , topics, Create at 4 months ago
Huawei,华为
problems , topics, Create at 4 months ago
Cisco
problems , topics, Create at 4 months ago
libyang is a library implementing processing of the YANG schemas and data modeled by the YANG language. The library is implemented in C for GNU/Linux and provides C API.
problems , topics, Create at 28 days ago
dhcp
problems , topics, Create at 14 days ago
1 2
Create tag
Create tag