You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/dynamic_programming/unorganized.md
+3
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,6 @@ The principle of traversal (DFS or BFS) between `undirected graph` or `directed
19
19
* First rule: don't visited nodes again. This rule make starting from a node to traverse the `undirected graph` have a direction.
20
20
* The adjacent nodes of `undirected graph` are its non-visited neighbors.
21
21
* The adjacent nodes of `directed graph` are its targeted nodes.
22
+
23
+
# Features
24
+
* Add Google translate as a link. Link example: https://github-com.translate.goog/gazeldx/leetcode-solutions/blob/main/solutions/1-1000/122-best-time-to-buy-and-sell-stock-ii.md?_x_tr_sl=auto&_x_tr_tl=zh-CN&_x_tr_hl=en&_x_tr_pto=wapp
0 commit comments