steviemilitello / leetcode-practice

a repo to store completed leetcode problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“– Leetcode Practice πŸ“–

πŸ’» Description

  • A repo to store completed Leetcode problems
  • The purpose of this repo is to keep track of the problem I have completed as well as share with others my solutions

πŸ“ Table of Contents

# Name Difficulty Status
001 Two Sum Easy  :white_check_mark:
002 Add Two Numbers Medium  :white_check_mark:
003 Longest Substring Without Repeating Characters Medium  :white_check_mark:
004 Median of Two Sorted Arrays Hard  :white_check_mark:
005 Longest Palindrome Substring Medium  :white_check_mark:
006 Zigzag Conversion Medium  :white_check_mark:
007 Reverse Integer Medium
008 String to Integer Medium
009 Palindrome Number Easy  :white_check_mark:
010 Regular Expression Matching Hard
011 Container With Most Water Medium
012 Integer to Roman Medium
013 Roman to Integer Easy  :white_check_mark:
014 Longest Common Prefix Easy  :white_check_mark:
020 Valid Parentheses Easy  :white_check_mark:
021 Merge Two Sorted Lists Easy  :white_check_mark:
026 Remove Duplicates from Sorted Array Easy  :white_check_mark:
027 Remove Element Easy  :white_check_mark:
035 Search Insert Position Easy  :white_check_mark:
058 Length of Last Word Easy  :white_check_mark:
066 Plus One Easy  :white_check_mark:
067 Add Binary Easy  :white_check_mark:
070 Climbing Stairs Easy  :white_check_mark: