leetcode-study
leetcode-study copied to clipboard
π« ν΄μΈ μ·¨μ μ μν LeetCode λ¬Έμ νμ΄
4μ£Όμ°¨ λ΅μ μ μΆν©λλ€.
4μ£Όμ°¨ λ¬Έμ νμ΄ μλ£!
- Number of 1 Bits - Counting Bits - Reverse Bits - Missing Number - Group Anagrams
## μμ λ΄μ© - μΆκ°λ μν¬νλ‘μ°λ PR μμ λ³κ²½λ νμΌμ λμ κ°ν(newline) λ¬Έμκ° μλμ§ νμΈν©λλ€. - λͺ¨λ νμΌμ κ°ν μ²λ¦¬κ° λμ΄ μλ€λ©΄, GitHub Job Summary μ `λͺ¨λ νμΌμ΄ μ¬λ°λ₯΄κ² κ°ν...
- [x] #218 - [x] #233 - [x] #238 - [ ] #253 - [ ] #268 #253κ³Ό #268 λ¬Έμ λ λ°λ‘ ν리μ§κ° μμ, μ μ¬ν μ νμ Easy λ¬Έμ λ₯Ό λ νμ΄λ³Έ ν...
- [x] Valid Anagram - [ ] Counting Bits - [ ] Encode and Decode Strings - [ ] Construct Binary Tree From Preorder And Inorder Traversal - [ ]...
1. construct-binary-tree-from-preorder-and-inorder-traversal λ¬Έμ λ tree λ¬Έμ κ° μ΅μμΉ μμ λ€λ₯Έ νμ΄λ₯Ό μ°Έκ³ νμμ΅λλ€.
- [x] Valid Anagram - [x] Counting Bits - [x] Encode and Decode Strings - [x] Construct Binary Tree From Preorder And Inorder Traversal - [x] Decode Ways
- [x] https://github.com/DaleStudy/leetcode-study/issues/218 - [x] https://github.com/DaleStudy/leetcode-study/issues/233 - [ ] https://github.com/DaleStudy/leetcode-study/issues/238 - [x] https://github.com/DaleStudy/leetcode-study/issues/253 - preorder μν `O(N)` μλ€κ° findIndex μν `O(N)` μ΄ μ€μ²©λμ΄ μμΌλ `O(N^2)`λ‘ μκ°νλλ° leetcode analyze μμλ μκ°λ³΅μ‘λλ₯Ό...