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
- 구슬탈출2
- Special String Again
- BFS: Shortest Reach in a Graph
- 야근지수
- 프로그래머스
- 코딩테스트
- python
- 매칭점수
- 파이썬
- 알고리즘
- 머신러닝
- Reverse Shuffle Merge
- 격파르타 합격후기
- Recursion: Davis' Staircase
- Algorithm
- candies
- 백준
- programmers
- DFS: Connected Cell in a Grid
- Roads and Libraries
- Interview Preparation Kit
- Find the nearest clone
- 피보나치 함수
- Common Child
- hackerrank
- 격파르타 장점
- 해커랭크
- Max Array Sum
- [sqld]자격증합격
- 격파르타 후기
Archives
- Today
- Total
목록Reverse Shuffle Merge (1)
Archive
[Hackerrank] [Hard] Reverse Shuffle Merge
https://www.hackerrank.com/challenges/reverse-shuffle-merge/problem Reverse Shuffle Merge | HackerRank Given a string, find the lexicographically smallest substring that satisfies the given conditions. www.hackerrank.com 풀이 입력으로 문자열 s를 받을 때 아래 조건을 만족하는 알파벳 순으로 가장 앞선 문자열 A를 찾는 문제 s \in merge( reverse(A) , shuffle(A) ) merge 연산은 파라미터로 두 개의 string을 받는데, 각 string의 입력 순서만 맞으면 됨. merge( 'abac', 'bcbc'..
공부/Algorithm
2020. 8. 31. 20:46