We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63958b commit 330c1b2Copy full SHA for 330c1b2
algorithm/category.json
@@ -21,7 +21,7 @@
21
"longest_increasing_subsequence": "Longest Increasing Subsequence",
22
"max_subarray": "Maximum Subarray",
23
"max_sum_path": "Maximum Sum Path",
24
- "pascal_triangle": "Pascal's Trangle",
+ "pascal_triangle": "Pascal's Triangle",
25
"sliding_window": "Sliding Window",
26
"ugly_numbers": "Ugly Numbers"
27
},
0 commit comments