[LeetCode] 616. Add Bold Tag in String
String과 words List가 input으로 주어지고, 주어진 words List의 substring이 s에 존재한다면 html의 bold tag()를 앞뒤로 씌워 return 하는 문제다. Input: s = "abcxyz123", words = ["abc","123"] Output: "abcxyz123" Explanation: The two strings of words are substrings of s as following: "abcxyz123". We add before each substring and after each substring. 이 문제 역시 다양한 Data Structure와 Algorithm을 활용해 풀 수 있겠지만, Min Heap을 사용해 풀었다. Min Heap은 ..
기술(Tech, IT)/리트코드(LeetCode)
2023. 5. 7. 17:43
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- tf-idf
- 딕셔너리
- join
- 오블완
- ml
- 안드로이드
- 리트코드
- Hash Map
- The Economist
- 이코노미스트
- 티스토리챌린지
- vertex shader
- The Economist Espresso
- 파이썬
- Android
- machine learning
- Python
- 이코노미스트 에스프레소
- C++
- min heap
- leetcode
- Computer Graphics
- 소켓 프로그래밍
- 투 포인터
- defaultdict
- java
- socket programming
- DICTIONARY
- I2C
- 머신 러닝
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함
반응형