leetcode-study
leetcode-study copied to clipboard
๐ซ ํด์ธ ์ทจ์ ์ ์ํ LeetCode ๋ฌธ์ ํ์ด
- [x] Valid Anagram - [x] Counting Bits - [x] Encode and Decode Strings - [x] Construct Binary Tree From Preorder And Inorder Traversal - [ ] Decode Ways
- [x] Valid Anagram - [x] Counting Bits - [ ] Encode and Decode Strings - [x] Construct Binary Tree From Preorder And Inorder Traversal - [ ] Decode Ways
1. Valid Anagram ์๊ฐ ๋ณต์ก๋: O(n) ๊ณต๊ฐ ๋ณต์ก๋: O(n) 2. Counting Bits ์๊ฐ ๋ณต์ก๋: O(n * log n) ๊ณต๊ฐ ๋ณต์ก๋: O(n)
## WEEK 02 Problems - [ ] #218 - [ ] #233 - [ ] #238 - [ ] #253 - [ ] #268
- [x] https://github.com/DaleStudy/leetcode-study/issues/218 - [x] https://github.com/DaleStudy/leetcode-study/issues/233 - [x] https://github.com/DaleStudy/leetcode-study/issues/238 - [ ] https://github.com/DaleStudy/leetcode-study/issues/253 - [ ] https://github.com/DaleStudy/leetcode-study/issues/268
- [x] #218 - [ ] #233 - [ ] #238 - [ ] #253 - [ ] #268 ### 1์ฃผ์ฐจ ํผ๋๋ฐฑ ์ถ๊ฐ @DaleSeo @YeonguChoe ๋๋ถ ํผ๋๋ฐฑ ๋ด์ฉ ์ ์ฉํ์ต๋๋ค. @DaleSeo๋...
- ๋ฌธ์ - ์ ๋ฃ: https://leetcode.com/problems/alien-dictionary/ - ๋ฌด๋ฃ: https://www.lintcode.com/problem/892/ - ํ์ด: https://www.algodale.com/problems/alien-dictionary/ - ์์น: https://github.com/DaleStudy/leetcode-study/tree/main/alien-dictionary