We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05af741 commit d9cc40aCopy full SHA for d9cc40a
DIRECTORY.md
@@ -167,7 +167,7 @@
167
* Arrays
168
* [Permutations](data_structures/arrays/permutations.py)
169
* [Prefix Sum](data_structures/arrays/prefix_sum.py)
170
- * [Product Sum Array](data_structures/arrays/product_sum.py)
+ * [Product Sum](data_structures/arrays/product_sum.py)
171
* Binary Tree
172
* [Avl Tree](data_structures/binary_tree/avl_tree.py)
173
* [Basic Binary Tree](data_structures/binary_tree/basic_binary_tree.py)
0 commit comments