Skip to content

Commit

Permalink
chore: Update README with new problem
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 20, 2021
1 parent 46ea8e8 commit 53042f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![repo stars](https://img.shields.io/github/stars/saulmaldonado/ds-and-algorithms?style=social)
![github followers](https://img.shields.io/github/followers/saulmaldonado?style=social)
![time since last commit](https://img.shields.io/github/last-commit/saulmaldonado/ds-and-algorithms)
![number of problems](https://img.shields.io/badge/no.%20of%20problems-180-blue)
![number of problems](https://img.shields.io/badge/no.%20of%20problems-181-blue)
<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>

> Data structures and algorithm problems with solution explanations and implementations for different languages
Expand All @@ -19,6 +19,10 @@
<a href="binary-trees/vertical-order-traversal-of-a-binary-tree">
Vertical Order Traversal Of A Binary Tree
</a> - Hard
</li><li>
<a href="binary-trees/n-ary-tree-preorder-traversal">
N Ary Tree Preorder Traversal
</a> - Easy
</li><li>
<a href="binary-trees/binary-tree-right-side-view">
Binary Tree Right Side View
Expand Down

0 comments on commit 53042f2

Please sign in to comment.