Skip to content

Commit 335028a

Browse files
authored
Merge pull request #199 from sasakiRoo/add-content-TowerOfHanoi
feat: add new term: 'tower of hanoi'
2 parents db535f0 + 2a12bf8 commit 335028a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"title": "Tower of Hanoi",
3+
"subtext": "A Mathematical puzzle involving three rods and a set of disks of different sizes",
4+
"categories": ["Mathematic", "Programming Concepts"],
5+
"author": "Sasakiroo",
6+
"description": {
7+
"title":"Tower of Hanoi in Programming",
8+
"Texts:": [
9+
"In programming, Tower of Hanoi — the Algorithm involves breaking down the problems into smaller subproblems",
10+
"This algorithm let you recursively moving smaller stacks of disks to an auxiliary rod, moving the largest disk to the destination rod, then moving the smaller stack from auxiliary rod to the destination"
11+
],
12+
"image": "https://upload.wikimedia.org/wikipedia/commons/0/07/Tower_of_Hanoi.jpeg",
13+
"refrences": [
14+
"https://en.wikipedia.org/wiki/Tower_of_Hanoi",
15+
"https://www.shiksha.com/online-courses/articles/tower-of-hanoi-program-in-c/"
16+
]
17+
}
18+
}

0 commit comments

Comments
 (0)