leetcode

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

commit ed2688609ec760f5ef099cb1b16b18b21cf9706a
parent f9527a41cc5df11f0d4a22d681c9e9cc31046e3d
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date:   Sun, 29 Jan 2023 18:38:51 +0100

Algorithm I: Day 9

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

diff --git a/Problems/0994.cpp b/Problems/0994.cpp @@ -0,0 +1 @@ +Formating: Problems/0994.cpp diff --git a/README.md b/README.md @@ -258,6 +258,7 @@ for solving problems. | 0989 | Easy | [Add to Array-Form of Integer](Problems/0989.cpp) | | 0990 | Medium | [Satisfiability of Equality Equations](Problems/0990.cpp) | | 0993 | Easy | [Cousins in Binary Tree](Problems/0993.cpp) | +| 0994 | Medium | [Rotting Oranges](Problems/0994.cpp) | | 0997 | Easy | [Find the Town Judge](Problems/0997.cpp) | | 1008 | Medium | [Construct Binary Search Tree from Preorder Traversal](Problems/1008.cpp) | | 1014 | Medium | [Best Sightseeing Pair](Problems/1014.cpp) |