From 53042f26691ba0fda932ea5d22a30a733b8e65fc Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 22:30:32 +0000 Subject: [PATCH] chore: Update README with new problem --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4483e64..27a77db 100644 --- a/README.md +++ b/README.md @@ -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) Buy Me A Coffee > Data structures and algorithm problems with solution explanations and implementations for different languages @@ -19,6 +19,10 @@ Vertical Order Traversal Of A Binary Tree - Hard +
  • + + N Ary Tree Preorder Traversal + - Easy
  • Binary Tree Right Side View