Skip to content

Commit

Permalink
Update Home Page
Browse files Browse the repository at this point in the history
  • Loading branch information
F4NT0 committed Apr 7, 2024
1 parent 6cacbb0 commit fc12bf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@

## 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$

## Bit Manipulation Challenges

- [389. Find the Difference](My-LeetCode-Solvings/blob/main/389/README.md) $\color{lightgreen}\sf Easy$


# Unit Tests

| Challenge | Status
Expand All @@ -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)
Expand Down

0 comments on commit fc12bf1

Please sign in to comment.