StudyPlayground / Leetcode-Top_Interview_150

Solving the Top Interview 150 in Leetcode
https://leetcode.com/studyplan/top-interview-150/
0 stars 0 forks source link

Leetcode-Top_Interview_150

Leetcode의 Top Interview 150 알고리즘 스터디


📌 진행방식

  1. 각 회차의 시작 날에는 2-4문제를 선정합니다.
  2. 선정된 문제를 풀고 코드를 업로드합니다.
  3. 각 회차의 마지막 날에는 풀이 설명 시간을 갖습니다.
  • 파일명은 각 문제명의 폴더 안에 닉네임으로 작성합니다.
    • 예: max.js
  • commit은 해당 문제의 폴더명으로 작성합니다.
    • 예: JumpGame(Medium)


📌 풀이내역

회차 기간 문제목록
1회차 24.04.05 ~ 24.04.11 - [Array String] Best Time to Buy and Sell Stock (Easy)
- [Array String] Jump Game (Medium)
- [Math] Palindrome Number (Easy)
- [Math] Pow(x, n) (Medium)
2회차 24.04.12 ~ 24.04.17 - [Array String] Majority Element (Easy)
- [Array String] Jump Game II (Medium)
3회차 24.04.26 ~ 24.05.02 - [Hashmap] Ransom Note (Easy)
- [Hashmap] Group Anagrams (Medium)
- [Binary Search] Search Insert Position (Easy)
- [Binary Search] Search a 2D Matrix (Medium)
4회차 24.05.03 ~ 24.05.09 - [Array String] Roman to Integer (Easy)
- [Array String] Integer to Roman (Medium)
- [Backtracking] Combinations (Medium)
- [Backtracking] Permutations (Medium)
5회차 24.05.10 ~ 24.05.16 - [Linked List] Linked List Cycle (Easy)
- [Linked List] Add Two Numbers (Medium)
- [1D DP] Climbing Stairs (Easy)
- [1D DP] House Robber (Medium)
6회차 24.05.31 ~ 24.06.06 - [Two Pointers] Valid Palindrome (Easy)
- [Two Pointers] Two Sum II - Input Array Is Sorted (Medium)
- [Binary Tree General] Construct Binary Tree from Preorder and Inorder Traversal (Medium)
- [Binary Tree General] Construct Binary Tree from Inorder and Postorder Traversal (Medium)
7회차 24.06.07 ~ 24.06.13 - [Two Pointers] Is Subsequence (Easy)
- [Two Pointers] Container With Most Water (Medium)
- [Graph General] Number of Islands (Medium)
- [Graph General] Surrounded Regions (Medium)
8회차 24.06.21 ~ 24.06.27 - [Two Pointers] 3Sum (Medium)
- [Sliding Window] Minimum Size Subarray Sum (Medium)
- [Bit Manipulation] Single Number (Easy)
- [Bit Manipulation] Single Number II (Medium)
9회차 24.07.05 ~ 24.07.11 - [Category] [Title (Level)]()
- [Category] [Title (Level)]()
- [Divide & Conquer] Convert Sorted Array to Binary Search Tree (Easy)
- [Divide & Conquer] Sort List (Medium)