Skip to content

Commit eb67a62

Browse files
author
duaraghav8@gmail
committed
Moved Pascal's Triangle under Dynamic Programming
1 parent c0e6af6 commit eb67a62

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

algorithm/category.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"max_sum_path": "Maximum Sum Path",
7272
"sliding_window": "Sliding Window",
7373
"integer_partition": "Integer Partition",
74-
"ugly_numbers": "Ugly Numbers"
74+
"ugly_numbers": "Ugly Numbers",
75+
"pascal_triangle": "Pascal's Trangle"
7576
}
7677
},
7778
"greedy": {
@@ -83,8 +84,7 @@
8384
"etc": {
8485
"name": "Uncategorized",
8586
"list": {
86-
"flood_fill": "Flood Fill",
87-
"pascal_triangle": "Pascal's Trangle"
87+
"flood_fill": "Flood Fill"
8888
}
8989
}
9090
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)