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

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 문제λ₯Ό 더 ν’€μ–΄λ³Έ ν›„...

java

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

js

1. construct-binary-tree-from-preorder-and-inorder-traversal λ¬Έμ œλŠ” tree λ¬Έμ œκ°€ μ΅μˆ™μΉ˜ μ•Šμ•„ λ‹€λ₯Έ 풀이λ₯Ό μ°Έκ³ ν•˜μ˜€μŠ΅λ‹ˆλ‹€.

js

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

ts

- [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 μ—μ„œλŠ” μ‹œκ°„λ³΅μž‘λ„λ₯Ό...

js