leetcode-study icon indicating copy to clipboard operation
leetcode-study copied to clipboard

๐Ÿ›ซ ํ•ด์™ธ ์ทจ์—…์„ ์œ„ํ•œ LeetCode ๋ฌธ์ œ ํ’€์ด

Results 100 leetcode-study issues
Sort by recently updated
recently updated
newest added

- [x] Valid Anagram - [x] Counting Bits - [x] Encode and Decode Strings - [x] Construct Binary Tree From Preorder And Inorder Traversal - [ ] Decode Ways

py

- [x] Valid Anagram - [x] Counting Bits - [ ] Encode and Decode Strings - [x] Construct Binary Tree From Preorder And Inorder Traversal - [ ] Decode Ways

java

1. Valid Anagram ์‹œ๊ฐ„ ๋ณต์žก๋„: O(n) ๊ณต๊ฐ„ ๋ณต์žก๋„: O(n) 2. Counting Bits ์‹œ๊ฐ„ ๋ณต์žก๋„: O(n * log n) ๊ณต๊ฐ„ ๋ณต์žก๋„: O(n)

js

- [x] #218 - [x] #233 - [ ] #238 - [ ] #253 - [ ] #268

py

## WEEK 02 Problems - [ ] #218 - [ ] #233 - [ ] #238 - [ ] #253 - [ ] #268

js

- [x] #218 - [x] #233 - [x] #238 - [x] #253 - [x] #268

java

- [x] #218 - [ ] #233 - [ ] #238 - [ ] #253 - [ ] #268

java

- [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

js

- [x] #218 - [ ] #233 - [ ] #238 - [ ] #253 - [ ] #268 ### 1์ฃผ์ฐจ ํ”ผ๋“œ๋ฐฑ ์ถ”๊ฐ€ @DaleSeo @YeonguChoe ๋‘๋ถ„ ํ”ผ๋“œ๋ฐฑ ๋‚ด์šฉ ์ ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค. @DaleSeo๋‹˜...

js

- ๋ฌธ์ œ - ์œ ๋ฃŒ: 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

problem