Skip to content

JackSanders1998/LeetCodeProblems

Repository files navigation

LeetCodeProblems

Completed Solutions:

Problem Title Solution Language Difficulty Statistics
Add Two Numbers Description
Solution
python3 #c5f015 Medium Runtime: 72 ms
Memory: 14.1 MB
Longest Common Prefix Description
Solution
python3 #f03c15 Easy Runtime: 32 ms
Memory: 14.4 MB
Median of Two Sorted Arrays Description
Solution
python3 #1589F0 Hard Runtime: 104 ms
Memory: 14.5 MB
Merge Two Sorted Lists Description
Solution
python3 #f03c15 Easy Runtime: 48 ms
Memory: 14.1 MB
Minimum Elements to Add to Form a Given Sum Description
Solution
python3 #c5f015 Medium Runtime: 728 ms
Memory: 27 MB
Palindrome Number Description
Solution
python3 #f03c15 Easy Runtime: 28 ms
Memory: 14.2 MB
Remove Duplicates From Sorted Array Description
Solution
python3 #f03c15 Easy Runtime: 1012 ms
Memory: 15.8 MB
Remove Element Description
Solution
python3 #f03c15 Easy Runtime: 28 ms
Memory: 14.0 MB
Reverse Integer Description
Solution
python3 #f03c15 Easy Runtime: 28 ms
Memory: 14.0 MB
Roman to Integer Description
Solution
python3 #f03c15 Easy Runtime: 56 ms
Memory: 14.4 MB
Shortest Palindrome Description
Solution
python3 #1589F0 Hard Runtime: 576 ms
Memory: 14.6 MB
Search Insert Position Description
Solution
python3 #f03c15 Easy Runtime: 44 ms
Memory: 14.9 MB
Two Sum Description
Solution
python3 #f03c15 Easy Runtime: 44 ms
Memory: 14.2 MB
Valid Parentheses Description
Solution
python3 #f03c15 Easy Runtime: 24 ms
Memory: 14.3 MB
Valid Sudoku Description
Solution
python3 #c5f015 Medium Runtime: 92 ms
Memory: 14.4 MB
ZigZag Conversion Description
Solution
python3 #c5f015 Medium Runtime: 1212 ms
Memory: 14.8 MB

Checklist:

About

Some Leet Code Problems I've been working on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages