diff --git a/README.md b/README.md
index 3bee9f3..a4b9dc8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# LeetCode Progress
-### Solved: 215/3312
+### Solved: 216/3312
[█░░░░░░░░░░░░░░░░░░░] 6%
@@ -234,7 +234,7 @@
| 226 | ❌ [Invert Binary Tree](https://leetcode.com/problems/invert-binary-tree/description/) | 77.9% | Easy |
| 227 | ❌ [Basic Calculator II](https://leetcode.com/problems/basic-calculator-ii/description/) | 44.3% | Medium |
| 228 | ✔️ [Summary Ranges](https://leetcode.com/problems/summary-ranges/description/) | 51.7% | Easy |
-| 229 | ❌ [Majority Element II](https://leetcode.com/problems/majority-element-ii/description/) | 52.8% | Medium |
+| 229 | ✔️ [Majority Element II](https://leetcode.com/problems/majority-element-ii/description/) | 52.8% | Medium |
| 230 | ❌ [Kth Smallest Element in a BST](https://leetcode.com/problems/kth-smallest-element-in-a-bst/description/) | 73.8% | Medium |
| 231 | ❌ [Power of Two](https://leetcode.com/problems/power-of-two/description/) | 48.0% | Easy |
| 232 | ❌ [Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/description/) | 67.1% | Easy |