일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Stored Procedure
- Dijkstra
- 이진탐색
- 스토어드 프로시저
- Brute Force
- 다익스트라
- 그래프
- SQL
- union find
- Trie
- DP
- MYSQL
- binary search
- Hash
- String
- Two Points
- two pointer
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