Skip to content

Commit f9d3288

Browse files
committed
Update index.md
Replace solutions with challenges
1 parent 2f3f282 commit f9d3288

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Daily Coding Problem
2-
1. [Sum Pair in Array](./solutions/sum-pair-in-array.py)
3-
2. [Product Array Puzzle](./solutions/product-array-puzzle.py)
4-
3. [Serialize and Deserialize Binary Tree](./solutions/serialize-and-deserialize-binary-tree.py)
5-
4. [First Missing Positive](./solutions/first-missing-positive.py)
6-
5. [Function Implementation](./solutions/function-implementation.py)
7-
6. [XOR Linked List](./solutions/xor-linked-list.py)
8-
7. [Decode Ways](./solutions/decode-ways.py)
9-
8. [Count Unival Subtrees](./solutions/count-unival-subtrees.py)
2+
1. [Sum Pair in Array](./challenges/sum-pair-in-array.py)
3+
2. [Product Array Puzzle](./challenges/product-array-puzzle.py)
4+
3. [Serialize and Deserialize Binary Tree](./challenges/serialize-and-deserialize-binary-tree.py)
5+
4. [First Missing Positive](./challenges/first-missing-positive.py)
6+
5. [Function Implementation](./challenges/function-implementation.py)
7+
6. [XOR Linked List](./challenges/xor-linked-list.py)
8+
7. [Decode Ways](./challenges/decode-ways.py)
9+
8. [Count Unival Subtrees](./challenges/count-unival-subtrees.py)

0 commit comments

Comments
 (0)