Home
last modified time | relevance | path

Searched refs:hanoi (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/devel/bashdb/bashdb-5.0-1.1.2/test/data/
H A Dtrace.right1 (hanoi.sh:30):
3 (hanoi.sh:31):
5 (hanoi.sh:32):
7 (hanoi.sh:41):
9 (hanoi.sh:5):
11 (hanoi.sh:7):
13 (hanoi.sh:42):
15 (hanoi.sh:12):
17 (hanoi.sh:13):
19 (hanoi.sh:16):
[all …]
H A Dtrace2.right1 (hanoi.sh:12):
3 (hanoi.sh:13):
5 (hanoi.sh:16):
7 (hanoi.sh:17):
9 (hanoi.sh:18):
11 (hanoi.sh:19):
13 (hanoi.sh:20):
15 (hanoi.sh:21):
17 (hanoi.sh:12):
19 (hanoi.sh:13):
[all …]
H A Dframe.right1 (hanoi.sh:30):
7 +continue hanoi
9 (hanoi.sh:12):
10 12: hanoi() {
17 (hanoi.sh:12):
18 12: hanoi() {
25 (hanoi.sh:42):
32 (hanoi.sh:12):
33 12: hanoi() {
52 (hanoi.sh:42):
[all …]
H A Dinfo-args.right1 (hanoi.sh:30):
6 One-time breakpoint 1 set in file hanoi.sh, line 7.
7 (hanoi.sh:7):
11 +c hanoi
12 One-time breakpoint 2 set in file hanoi.sh, line 12.
13 (hanoi.sh:12):
14 12: hanoi() {
21 hanoi
/dports/devel/m4/m4-1.4.19/examples/
H A Dtrace.m411 # hanoi (cnt)
12 define(`hanoi', `_$0(`$1', source, destination, auxilliary)') macro
17 hanoi(2)
21 hanoi(2)
25 hanoi(2)
30 hanoi(2)
/dports/lang/seed7/seed7/prg/
H A Dhanoi.sd74 (* hanoi.sd7 Solve the tower of hanoi problem *)
29 const proc: hanoi (in integer: disk, in string: source, in string: dest, in string: via) is func
32 hanoi(pred(disk), source, via, dest);
34 hanoi(pred(disk), via, dest, source);
39 const proc: hanoi (in integer: height) is func
43 hanoi(height, "left", "right", "middle");
53 hanoi(4);
/dports/databases/py-sqlite3/Python-3.8.12/Tools/demo/
H A Dhanoi.py19 def hanoi(n, a, b, c, report): function
21 hanoi(n-1, a, c, b, report)
23 hanoi(n-1, c, b, a, report)
81 hanoi(self.n, 0, 1, 2, self.report)
82 hanoi(self.n, 1, 2, 0, self.report)
83 hanoi(self.n, 2, 0, 1, self.report)
84 hanoi(self.n, 0, 2, 1, self.report)
85 hanoi(self.n, 2, 1, 0, self.report)
86 hanoi(self.n, 1, 0, 2, self.report)
/dports/databases/py-gdbm/Python-3.8.12/Tools/demo/
H A Dhanoi.py19 def hanoi(n, a, b, c, report): function
21 hanoi(n-1, a, c, b, report)
23 hanoi(n-1, c, b, a, report)
81 hanoi(self.n, 0, 1, 2, self.report)
82 hanoi(self.n, 1, 2, 0, self.report)
83 hanoi(self.n, 2, 0, 1, self.report)
84 hanoi(self.n, 0, 2, 1, self.report)
85 hanoi(self.n, 2, 1, 0, self.report)
86 hanoi(self.n, 1, 0, 2, self.report)
/dports/lang/python-tools/Python-3.8.12/Tools/demo/
H A Dhanoi.py19 def hanoi(n, a, b, c, report): function
21 hanoi(n-1, a, c, b, report)
23 hanoi(n-1, c, b, a, report)
81 hanoi(self.n, 0, 1, 2, self.report)
82 hanoi(self.n, 1, 2, 0, self.report)
83 hanoi(self.n, 2, 0, 1, self.report)
84 hanoi(self.n, 0, 2, 1, self.report)
85 hanoi(self.n, 2, 1, 0, self.report)
86 hanoi(self.n, 1, 0, 2, self.report)
/dports/lang/python37/Python-3.7.12/Tools/demo/
H A Dhanoi.py19 def hanoi(n, a, b, c, report): function
21 hanoi(n-1, a, c, b, report)
23 hanoi(n-1, c, b, a, report)
81 hanoi(self.n, 0, 1, 2, self.report)
82 hanoi(self.n, 1, 2, 0, self.report)
83 hanoi(self.n, 2, 0, 1, self.report)
84 hanoi(self.n, 0, 2, 1, self.report)
85 hanoi(self.n, 2, 1, 0, self.report)
86 hanoi(self.n, 1, 0, 2, self.report)
/dports/lang/python311/Python-3.11.0a3/Tools/demo/
H A Dhanoi.py19 def hanoi(n, a, b, c, report): function
21 hanoi(n-1, a, c, b, report)
23 hanoi(n-1, c, b, a, report)
81 hanoi(self.n, 0, 1, 2, self.report)
82 hanoi(self.n, 1, 2, 0, self.report)
83 hanoi(self.n, 2, 0, 1, self.report)
84 hanoi(self.n, 0, 2, 1, self.report)
85 hanoi(self.n, 2, 1, 0, self.report)
86 hanoi(self.n, 1, 0, 2, self.report)
/dports/lang/python310/Python-3.10.1/Tools/demo/
H A Dhanoi.py19 def hanoi(n, a, b, c, report): function
21 hanoi(n-1, a, c, b, report)
23 hanoi(n-1, c, b, a, report)
81 hanoi(self.n, 0, 1, 2, self.report)
82 hanoi(self.n, 1, 2, 0, self.report)
83 hanoi(self.n, 2, 0, 1, self.report)
84 hanoi(self.n, 0, 2, 1, self.report)
85 hanoi(self.n, 2, 1, 0, self.report)
86 hanoi(self.n, 1, 0, 2, self.report)
/dports/lang/python27/Python-2.7.18/Demo/tkinter/guido/
H A Dhanoi.py18 def hanoi(n, a, b, c, report): function
20 hanoi(n-1, a, c, b, report)
22 hanoi(n-1, c, b, a, report)
80 hanoi(self.n, 0, 1, 2, self.report)
81 hanoi(self.n, 1, 2, 0, self.report)
82 hanoi(self.n, 2, 0, 1, self.report)
83 hanoi(self.n, 0, 2, 1, self.report)
84 hanoi(self.n, 2, 1, 0, self.report)
85 hanoi(self.n, 1, 0, 2, self.report)
/dports/lang/python38/Python-3.8.12/Tools/demo/
H A Dhanoi.py19 def hanoi(n, a, b, c, report): function
21 hanoi(n-1, a, c, b, report)
23 hanoi(n-1, c, b, a, report)
81 hanoi(self.n, 0, 1, 2, self.report)
82 hanoi(self.n, 1, 2, 0, self.report)
83 hanoi(self.n, 2, 0, 1, self.report)
84 hanoi(self.n, 0, 2, 1, self.report)
85 hanoi(self.n, 2, 1, 0, self.report)
86 hanoi(self.n, 1, 0, 2, self.report)
/dports/lang/python39/Python-3.9.9/Tools/demo/
H A Dhanoi.py19 def hanoi(n, a, b, c, report): function
21 hanoi(n-1, a, c, b, report)
23 hanoi(n-1, c, b, a, report)
81 hanoi(self.n, 0, 1, 2, self.report)
82 hanoi(self.n, 1, 2, 0, self.report)
83 hanoi(self.n, 2, 0, 1, self.report)
84 hanoi(self.n, 0, 2, 1, self.report)
85 hanoi(self.n, 2, 1, 0, self.report)
86 hanoi(self.n, 1, 0, 2, self.report)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/demo/
H A Dhanoi.py19 def hanoi(n, a, b, c, report): function
21 hanoi(n-1, a, c, b, report)
23 hanoi(n-1, c, b, a, report)
81 hanoi(self.n, 0, 1, 2, self.report)
82 hanoi(self.n, 1, 2, 0, self.report)
83 hanoi(self.n, 2, 0, 1, self.report)
84 hanoi(self.n, 0, 2, 1, self.report)
85 hanoi(self.n, 2, 1, 0, self.report)
86 hanoi(self.n, 1, 0, 2, self.report)
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/guido/
H A Dhanoi.py18 def hanoi(n, a, b, c, report): function
20 hanoi(n-1, a, c, b, report)
22 hanoi(n-1, c, b, a, report)
80 hanoi(self.n, 0, 1, 2, self.report)
81 hanoi(self.n, 1, 2, 0, self.report)
82 hanoi(self.n, 2, 0, 1, self.report)
83 hanoi(self.n, 0, 2, 1, self.report)
84 hanoi(self.n, 2, 1, 0, self.report)
85 hanoi(self.n, 1, 0, 2, self.report)
/dports/sysutils/heirloom/heirloom-070715/sed/test/
H A Dmakefile9 all: math hanoi sokoban
13 $(INSTALL) -c hanoi $(DST)/hanoi
17 rm -f math hanoi sokoban core log *~
/dports/lang/v/v-0.1.29/examples/
H A Dhanoi.v7 hanoi(num, 'A','B','C')
15 fn hanoi(n int, a, b, c string) int {
19 hanoi(n-1, a, c, b)
21 hanoi(n-1, b, a, c)
/dports/devel/bashdb/bashdb-5.0-1.1.2/test/example/
H A Dhanoi.sh.in12 hanoi() { function
21 hanoi $n $a $c $b
25 hanoi $n $c $b $a
42 hanoi $max "a" "b" "c"
H A Dsettrace.sh9 hanoi() { function
18 hanoi $n $a $c $b
22 hanoi $n $c $b $a
43 hanoi $max 'a' 'b' 'c'
/dports/math/fxt/fxt/demo/comb/
H A Dhanoi-rec-demo.cc48 hanoi(ulong k, ulong A, ulong B, ulong C) in hanoi() function
54 hanoi(k-1, A, C, B); in hanoi()
64 hanoi(k-1, B, A, C); in hanoi()
81 hanoi(n, 0, 1, 2); // solve in main()
/dports/databases/py-gdbm/Python-3.8.12/Lib/turtledemo/
H A Dminimal_hanoi.py44 def hanoi(n, from_, with_, to_): function
46 hanoi(n-1, from_, to_, with_)
48 hanoi(n-1, with_, from_, to_)
54 hanoi(6, t1, t2, t3)
/dports/lang/python310/Python-3.10.1/Lib/turtledemo/
H A Dminimal_hanoi.py44 def hanoi(n, from_, with_, to_): function
46 hanoi(n-1, from_, to_, with_)
48 hanoi(n-1, with_, from_, to_)
54 hanoi(6, t1, t2, t3)
/dports/lang/python37/Python-3.7.12/Lib/turtledemo/
H A Dminimal_hanoi.py44 def hanoi(n, from_, with_, to_): function
46 hanoi(n-1, from_, to_, with_)
48 hanoi(n-1, with_, from_, to_)
54 hanoi(6, t1, t2, t3)

12345678910>>...12