Skip to content

Commit bcfa222

Browse files
chore: Update README with new problem
1 parent a1b13d4 commit bcfa222

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![repo stars](https://img.shields.io/github/stars/saulmaldonado/ds-and-algorithms?style=social)
44
![github followers](https://img.shields.io/github/followers/saulmaldonado?style=social)
55
![time since last commit](https://img.shields.io/github/last-commit/saulmaldonado/ds-and-algorithms)
6-
![number of problems](https://img.shields.io/badge/no.%20of%20problems-171-blue)
6+
![number of problems](https://img.shields.io/badge/no.%20of%20problems-172-blue)
77
<a href="https://www.buymeacoffee.com/saulmaldonado" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
88

99
> Data structures and algorithm problems with solution explanations and implementations for different languages
@@ -35,6 +35,10 @@
3535
<a href="binary-trees/find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-tree">
3636
Find A Corresponding Node Of A Binary Tree In A Clone Of That Tree
3737
</a> - Easy
38+
</li><li>
39+
<a href="binary-trees/flip-binary-tree-to-match-preorder-traversal">
40+
Flip Binary Tree To Match Preorder Traversal
41+
</a> - Medium
3842
</li>
3943
</ul>
4044
</details><details>

0 commit comments

Comments
 (0)