wonkwonlee / leetcode-python

LeetCode algorithm study with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode Problem with Python

Studying LeetCode problems with Python

Since 2021.03.20

Try to use Pythonic approaches.

Although I have studied algorithms and data structure since my undergraduate, I realize I have shallow experience in Python.

Most of my prior algorithmic study was focused on C and Java.

This project is to familiarize myself with fundamentals of algorithms and data structure and further to prepare the coding interview.

Algorithm and Data Structure

Problems

# Title Difficulty
1 Two Sum Easy
2 Add Two Numbers Medium
3 Longest Substring Without Repeating Characters Medium
4 Median of Two Sorted Arrays Hard
5 Longest Palindromic Substring Medium
6 ZigZag Conversion Medium
7 Reverse Integer Easy
8 String to Integer (atoi) Medium
9 Palindrome Number Easy
10 Regular Expression Matching Hard
11 Container With Most Water Medium
12 Integer to Roman Medium
13 Roman to Integer Easy
14 Longest Common Prefix Easy
15 3Sum Medium
16 3Sum Closest Medium
17 Letter Combinations of a Phone Number Medium
18 4Sum Medium
19 Remove Nth Node From End of List Medium
20 Valid Parentheses Easy
21 Merge Two Sorted Lists Easy
26 Remove Duplicates from Sorted Array Easy
27 Remove Element Easy
695 Max Area of Island Medium

About

LeetCode algorithm study with Python


Languages

Language:Python 100.0%