Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Common Child
- Interview Preparation Kit
- 격파르타 합격후기
- 코딩테스트
- Special String Again
- 알고리즘
- 피보나치 함수
- 매칭점수
- Algorithm
- python
- Reverse Shuffle Merge
- 격파르타 장점
- Find the nearest clone
- 해커랭크
- Max Array Sum
- 머신러닝
- 파이썬
- 프로그래머스
- [sqld]자격증합격
- 구슬탈출2
- 격파르타 후기
- programmers
- Roads and Libraries
- candies
- DFS: Connected Cell in a Grid
- Recursion: Davis' Staircase
- 야근지수
- 백준
- hackerrank
- BFS: Shortest Reach in a Graph
Archives
- Today
- Total
목록Common Child (1)
Archive
[Hackerrank] [Medium] Common Child
https://www.hackerrank.com/challenges/common-child/problem Common Child | HackerRank Given two strings a and b of equal length, what's the longest string (s) that can be constructed such that s is a child to both a and b? www.hackerrank.com 풀이 입력으로 두 개의 string이 주어졌을 때 공통된 child의 최대 길이를 구하는 문제 child : string에서 문자를 1개 이상 삭제한 결과물 ex) s1 = ABCD, s2 = ABDC -> longest common child : ABC or ABD ex) s1 ..
공부/Algorithm
2020. 8. 28. 11:26