Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e9eaf30

Browse files
fix coliding names
1 parent c1c09be commit e9eaf30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎book/chapters/sample.adoc‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ digraph G {
287287

288288
=== Graphviz with svg
289289

290-
[graphviz, Recursive Fibonacci call tree with dp, svg]
290+
[graphviz, Recursive Fibonacci call tree with dp (sample), svg]
291291
....
292292
graph G {
293293
"fib(5)" -- { "fib(4)" }
@@ -297,7 +297,7 @@ graph G {
297297
}
298298
....
299299

300-
[graphviz, Recursive Fibonacci call tree with dp, svg]
300+
[graphviz, Words permutations (sample), svg]
301301
....
302302
digraph g {
303303
node [shape = record,height=.1];

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /