Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

👩‍💻 리트코드 문제 풀이 모음

LeetCode에서 푼 문제들의 모음

💡 문제 목록

문제 번호 문제 이름 풀이 코드 문제 링크
1 Two Sum 1_two-sum.ts 🔗
3 Longest Substring Without Repeating Characters 3_longest-substring-without-repeating-characters.ts 🔗
5 Longest Palindromic Substring 5_longest-palindromic-substring.ts 🔗
6 Zigzag Conversion 6_zigzag-conversion.ts 🔗
11 Container With Most Water 11_container-with-most-water.ts 🔗
12 Integer to Roman 12_integer-to-roman.ts 🔗
15 3Sum 15_3-sum.ts 🔗
16 3Sum Closest 16_3sum-closest.ts 🔗
18 4Sum 18_4sum.ts 🔗
20 Valid Parentheses 20_valid-parentheses.ts 🔗
21 Merge Two Sorted Lists 21_merge-two-sorted-lists.ts 🔗
26 Remove Duplicates from Sorted Array 26_remove-duplicates-from-sorted-array.ts 🔗
27 Remove Element 27_remove-element.ts 🔗
35 Search Insert Position 35_search-insert-position.ts 🔗
39 Combination Sum 39_combination-sum.ts 🔗
42 Trapping Rain Water 42_trapping-rain-water.ts 🔗
45 Jump Game II 45_jump-game-ii.ts 🔗
55 Jump Game 55_jump-game.ts 🔗
58 Length of Last Word 58_length-of-last-word.ts 🔗
70 Climbing Stairs 70_climbing-stairs.ts 🔗
80 Remove Duplicates from Sorted Array II 80_remove-duplicates-from-sorted-array-ii.ts 🔗
88 Merge Sorted Array 88_merge-sorted-array.ts 🔗
91 Decode Ways 91_decode-ways.ts 🔗
98 Validate Binary Search Tree 98_validate-binary-search-tree.ts 🔗
118 Pascal's Triangle 118_pascals-triangle.ts 🔗
121 Best Time to Buy and Sell Stock 121_best-time-to-buy-and-sell-stock.ts 🔗
122 Best Time to Buy and Sell Stock II 122_best-time-to-buy-and-sell-stock-ii.ts 🔗
125 Valid Palindrome 125_valid-palindrome.ts 🔗
128 Longest Consecutive Sequence 128_longest-consecutive-sequence.ts 🔗
134 Gas Station 134_gas-station.ts 🔗
135 Candy 135_candy.ts 🔗
151 Reverse Words in a String 151_reverse-words-in-a-string.py 🔗
169 Majority Element 169_majority-element.ts 🔗
189 Rotate Array 189_rotate-array.ts 🔗
191 Number of 1 Bits 191_number-of-1-bits.ts 🔗
198 House Robber 198_house-robber.ts 🔗
209 Minimum Size Subarray Sum 209_minimum-size-subarray-sum.ts 🔗
217 Contains Duplicate 217_contains-duplicate.ts 🔗
238 Product of Array Except Self 238_product-of-array-except-self.ts 🔗
242 Valid Anagram 242_valid-anagram.ts 🔗
274 H-Index 274_h-index.ts 🔗
347 Top K Frequent Elements 347_top-k-frequent-elements.ts 🔗
380 Insert Delete GetRandom O(1) 380_insert-delete-get-random-o-1.ts 🔗
392 Is Subsequence 392_is-subsequence.ts 🔗
567 Permutation in String 567_permutation-in-string.ts 🔗
605 Can Place Flowers 605_can-place-flowers.ts 🔗
713 Subarray Product Less Than K 713_subarray-product-less-than-k.ts 🔗
1071 Greatest Common Divisor of Strings 1071_greatest-common-divisor-of-strings.ts 🔗
1431 Kids With the Greatest Number of Candies 1431_kids-with-the-greatest-number-of-candies.ts 🔗
1768 Merge Strings Alternately 1768_merge-strings-alternately.ts 🔗
1918 Maximum Score of a Good Subarray 1918_maximum-score-of-a-good-subarray.ts 🔗
1923 Sentence Similarity III 1923_sentence-similarity-iii.ts 🔗
2300 Successful Pairs of Spells and Potions 2300_successful-pairs-of-spells-and-potions.ts 🔗
2406 Divide Intervals Into Minimum Number of Groups 2406_divide-intervals-into-minimum-number-of-groups.ts 🔗
3844 Longest Almost-Palindromic Substring 3844_longest-almost-palindromic-substring.ts 🔗