Post

[Leetcode] Leetcode 추천 75문제 정리

해외 어느 구직 커뮤니티에 올라온 ‘새해 선물 - 당신의 시간을 아껴줄 Leetcode Top 75문제 선별해봄.’글에 나열된 75문제의 문제 번호난이도를 찾아서 정리해보았다. 부지런히 풀어야지🤓

문제 풀이 모음집

  • Difficulty: 🟢(Easy), 🟡(Medium), 🔴(Hard)

Array

Binary

StatusNo.TitleDifficulty
 371Sum of Two Integers🟡
 191Number of 1 Bits🟢
 338Counting Bits🟢
 268Missing Number🟢
 190Reverse Bits🟢

Dynamic Programming

StatusNo.TitleDifficulty
 70Climbing Stairs🟢
 322Coin Change🟡
 300Longest Increasing Subsequence🟡
 1143Longest Common Subsequence🟡
 139Word Break🟡
 377Combination Sum 4🟡
 198House Robber🟡
 213House Robber 2🟡
 91Decode Ways🟡
 62Unique Paths🟡
 55Jump Game🟡

Graph

Interval

Linked List

StatusNo.TitleDifficultyMy Solution
206Reverse Linked List🟢🗝
141Linked List Cycle🟢 
21Merge Two Sorted Lists🟢🗝
 23Merge K Sorted Lists🔴 
 19Remove Nth Node From End Of List🟡 
 143Reorder List🟡 

Matrix

StatusNo.TitleDifficulty
 73Set Matrix Zeroes🟡
 54Spiral Matrix🟡
 48Rotate Image🟡
 79Word Search🟡

String

Tree

Heap

StatusNo.TitleDifficulty
 23Merge K Sorted Lists🔴
 347Top K Frequent Elements🟡
 295Find Median from Data Stream🔴
This post is licensed under CC BY 4.0 by the author.