Skip to content

yakovlev-andrey/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode

Leetcode

Array / String

  • Merge Sorted Array
  • Remove Element
  • Remove Duplicates from Sorted Array
  • Remove Duplicates from Sorted Array II
  • Majority Element
  • Rotate Array
  • Best Time to Buy and Sell Stock
  • Best Time to Buy and Sell Stock II
  • Jump Game
  • Jump Game II
  • H-Index
  • Insert Delete GetRandom O(1)
  • Product of Array Except Self
  • Gas Station
  • Trapping Rain Water
  • Roman to Integer
  • Integer to Roman
  • Length of Last Word
  • Longest Common Prefix
  • Reverse Words in a String
  • Zigzag Conversion
  • Find the Index of the First Occurrence in a String
  • Text Justification

Two Pointers

  • Valid Palindrome
  • Is Subsequence
  • Two Sum II - Input Array Is Sorted
  • Container With Most Water
  • 3Sum

Matrix

Hashmap

Intervals

  • Summary Ranges
  • Merge Intervals
  • Insert Interval
  • Minimum Number of Arrows to Burst Balloons

Stack

  • Valid Parentheses
  • Simplify Path
  • Min Stack
  • Evaluate Reverse Polish Notation
  • Basic Calculator

Math

1D DP

  • Climbing Stairs
  • House Robber
  • Word Break
  • Coin Change
  • Longest Increasing Subsequence

Uncategorized

🔥 - Daily Challenge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages