일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- String
- MYSQL
- DP
- two pointer
- Trie
- Brute Force
- 스토어드 프로시저
- binary search
- union find
- 그래프
- 다익스트라
- Two Points
- Stored Procedure
- SQL
- Hash
- 이진탐색
- Dijkstra
Archives
- Today
- Total
목록Hash (1)
codingfarm
966. Vowel Spellchecker
https://leetcode.com/problems/vowel-spellchecker/ Vowel Spellchecker - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Given a wordlist, we want to implement a spellchecker that converts a query word into a correct word. For a given query word, the spell checker handles two categor..
Algorithm & Data structure/Problem Solution
2019. 12. 6. 00:24