algorithm/

directory
v0.0.0-...-ca11773 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2022 License: Apache-2.0

README

数据结构与算法

回溯法

回溯算法和 DFS 算法非常类似,本质上都是一种暴力穷举算法。回溯算法和 DFS 算法的细微差别是:回溯算法是在遍历树枝,DFS 算法是在遍历节点。

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL