leetcode

Solution to some Leetcode problems written in C++
git clone git://git.dimitrijedobrota.com/leetcode.git
Log | Files | Refs | README | LICENSE

commit 199fe948b9a76833844ec9d6ebd947c3509a1a18
parent fee3fdd4cc99a061f15146b6f8fda1e958d5cba8
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date:   Thu, 26 Jan 2023 14:29:49 +0100

Algorithm I: Day 6

Diffstat:
AProblems/0567.cpp | 1+
MREADME.md | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Problems/0567.cpp b/Problems/0567.cpp @@ -0,0 +1 @@ +Formating: Problems/0567.cpp diff --git a/README.md b/README.md @@ -188,6 +188,7 @@ for solving problems. | 0561 | Easy | [Array Partition](Problems/0561.cpp) | | 0563 | Easy | [Binary Tree Tilt](Problems/0563.cpp) | | 0566 | Easy | [Reshape the Matrix](Problems/0566.cpp) | +| 0567 | Medium | [Permutation in String](Problems/0567.cpp) | | 0572 | Easy | [Subtree of Another Tree](Problems/0572.cpp) | | 0589 | Easy | [N-ary Tree Preorder Traversal](Problems/0589.cpp) | | 0590 | Easy | [N-ary Tree Postorder Traversal](Problems/0590.cpp) |