From fc12bf1de42059571c4fd2f69d8af98fcab9953a Mon Sep 17 00:00:00 2001 From: F4NT0 Date: Sat, 6 Apr 2024 22:13:12 -0300 Subject: [PATCH] Update Home Page --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0078f6b..aa62b69 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ ## StringBuilder Challenges +- [1249. Minimum Remove to Make Valid Parentheses](My-LeetCode-Solvings/blob/main/1249/README.md) $\color{gold}\sf Medium$ - [1544. Make The String Great](My-LeetCode-Solvings/blob/main/1544/README.md) $\color{lightgreen}\sf Easy$ - [1768. Merge Strings Alternately](My-LeetCode-Solvings/blob/main/1768/README.md) $\color{lightgreen}\sf Easy$ @@ -52,6 +53,7 @@ - [389. Find the Difference](My-LeetCode-Solvings/blob/main/389/README.md) $\color{lightgreen}\sf Easy$ + # Unit Tests | Challenge | Status @@ -67,6 +69,7 @@ | 389. Find the Difference | [![389 - Testing Results](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/389.yml/badge.svg)](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/389.yml) | 412. Fizz Buzz | [![412 - Testing Results](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/412.yml/badge.svg)](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/412.yml) | 876. Middle of the Linked List | [![876 - Testing Results](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/876.yml/badge.svg)](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/876.yml) +| 1249. Minimum Remove to Make Valid Parentheses | [![1249 - Testing Results](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/1249.yml/badge.svg)](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/1249.yml) | 1342. Number of Steps to Reduce a Number to Zero | [![1342 - Testing Results](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/1342.yml/badge.svg)](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/1342.yml) | 1480. Running Sum of 1d Array | [![1480 - Testing Results](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/1480.yml/badge.svg)](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/1480.yml) | 1614. Maximum Nesting Depth of the Parentheses | [![1614 - Testing Results](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/1614.yml/badge.svg)](https://github.com/F4NT0/My-LeetCode-Solvings/actions/workflows/1614.yml)