/external/python/cpython3/Tools/demo/ |
D | hanoi.py | 19 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)
|
D | README | 6 hanoi.py Well-known programming example: Towers of Hanoi.
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | hanoi.py | 18 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)
|
/external/python/cpython3/Lib/turtledemo/ |
D | minimal_hanoi.py | 44 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)
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_minimal_hanoi.py | 44 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)
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_overrides.txt | 1589 hanoi → hˈɑnoɪ
|
D | en-IPA.txt | 23425 $x{hanoi → hɑnoɪ ; # hænoɪ
|
D | internal_raw_IPA-old.txt | 86573 hanoi %27831 hænˈoi, hə-, hˈænọ, hˈɑnoj 86574 hanoi's hənˈọz
|
D | internal_raw_IPA.txt | 72983 hanoi %35713 hænˈoi, hˈænoɪ, hˈɑnoj 72984 hanoi's %31265 hənˈoɪz
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_EDICT.txt | 39621 河内 < hanoi\ ; 94397 河内 > hanoi\ ;
|
D | Transliterator_Han_Latin_Definition.txt | 2801 河內 < hanoi\-\(capital\-of\-vietnam\); 26481 河內 > hanoi\-\(capital\-of\-vietnam\);
|