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 |
Tags
- 알고리즘
- BFS: Shortest Reach in a Graph
- 해커랭크
- 매칭점수
- python
- DFS: Connected Cell in a Grid
- 머신러닝
- Max Array Sum
- Common Child
- 파이썬
- 프로그래머스
- [sqld]자격증합격
- programmers
- Roads and Libraries
- 백준
- Recursion: Davis' Staircase
- candies
- 격파르타 합격후기
- 야근지수
- 피보나치 함수
- Algorithm
- Reverse Shuffle Merge
- Special String Again
- Interview Preparation Kit
- 구슬탈출2
- Find the nearest clone
- 격파르타 장점
- hackerrank
- 코딩테스트
- 격파르타 후기
Archives
- Today
- Total
목록Common Child (1)
Archive

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