Skip to content

tchLin/LeetToElite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

LeetToElite

My repository for leetcode record. Review and learning purposes!

I'm still learning so feel free to point out where I could improve :)

All solutions were made with the sole intent of solving the corresponding LeetCode challenge.
Solutions may not be as efficient as possible.

Easy Medium Hard

# Title Difficulty Solution
1 Two Sum Easy Python
14 Longest Common Prefix Easy Python
20 Valid Parentheses Easy Python
21 Merge Two Sorted Lists Easy Python
26 Remove Duplicates from Sorted Array Easy Python
53 Maximum Subarray Easy Python
88 Merge Sorted Array Easy Python
118 Pascal's Triangle Easy Python
121 Best Time to Buy and Sell Stock Easy Python
136 Single Number Easy Python
141 Linked List Cycle Easy Python
183 Customers Who Never Order Easy SQL
196 Delete Duplicate Emails Easy SQL
203 Remove Linked List Elements Easy Python
206 Reverse Linked List Easy Python
217 Contains Duplicate Easy Python
237 Delete Node in a Linked List Easy Python Java
242 Valid Anagram Easy Python
344 Reverse String Easy Python
350 Intersection of Two Arrays II Easy Python
383 Ransom Note Easy Python
387 First Unique Character in a String Easy Python
566 Reshape the Matrix Easy Python
584 Find Customer Referee Easy SQL
595 Big Countries Easy SQL
627 Swap Salary Easy SQL
1484 Group Sold Products By The Date Easy SQL
1527 Patients With a Condition Easy SQL
1667 Fix Names in a Table Easy SQL
1757 Recyclable and Low Fat Products Easy SQL
1873 Calculate Special Bonus Easy SQL
7 Reverse Integer Medium Python