Skip to content

Latest commit

 

History

History
43 lines (40 loc) · 4.47 KB

File metadata and controls

43 lines (40 loc) · 4.47 KB

LeetCode-Solutions

A repository for my accepted LeetCode solutions.

Current Solution Counts

Difficulty Count
Easy 18
Medium 10
Hard 0
Total 28

Solution Table

# Name Difficulty Solution
9 Palindrome Number Easy C++
12 Integer to Roman Medium C++
13 Roman to Integer Easy C++
20 Valid Parentheses Easy C++
94 Binary Tree Inorder Traversal Medium C++
100 Same Tree Easy C++
102 Binary Tree Level Order Traversal Medium C++
104 Maximum Depth of Binary Tree Easy C++
136 Single Number Easy C++
144 Binary Tree Preorder Traversal Medium C++
145 Binary Tree Postorder Traversal Medium C++
175 Combine Two Tables Easy MySQL
182 Duplicate Emails Easy MySQL
206 Reverse Linked List Easy C++
226 Invert Binary Tree Easy C++
237 Delete Node in a Linked List Easy C++
242 Valid Anagram Easy C++
258 Add Digits Easy C++
542 01 Matrix Medium C++
595 Big Countries Easy MySQL
713 Subarray Product Less Than K Medium C++
958 Check Completeness of a Binary Tree Medium C++
1302 Deepest Leaves Sum Medium C++
1470 Shuffle the Array Easy C++
1662 Check If Two String Arrays are Equivalent Easy C++
1689 Partitioning Into Minimum Number Of Deci-Binary Numbers Medium C++
1732 Find the Highest Altitude Easy C++
1757 Recyclable and Low Fat Products Easy MySQL