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
- 백준
- 매칭점수
- 파이썬
- hackerrank
- Algorithm
- 격파르타 후기
- DFS: Connected Cell in a Grid
- 구슬탈출2
- Roads and Libraries
- programmers
- 해커랭크
- candies
- 코딩테스트
- Max Array Sum
- 야근지수
- Interview Preparation Kit
- Special String Again
- python
- 피보나치 함수
- 머신러닝
- 알고리즘
- BFS: Shortest Reach in a Graph
- [sqld]자격증합격
- Reverse Shuffle Merge
- 프로그래머스
- Recursion: Davis' Staircase
- 격파르타 합격후기
- Find the nearest clone
- 격파르타 장점
- Common Child
Archives
- Today
- Total
목록해커랭크 (9)
Archive
[Hackerrank] [Medium] Sherlock and the Valid String
https://www.hackerrank.com/challenges/sherlock-and-valid-string/problem Sherlock and the Valid String | HackerRank Remove some characters from the string such that the new string's characters have the same frequency. www.hackerrank.com 풀이 입력으로 string이 주어지고, 각 문자의 빈도 수가 같거나, 하나의 문자를 제거했을 때 빈도 수가 같으면 valid string으로 정의. 먼저 입력 string에 대해 frequency를 세고, 해당 정보를 dictionary에 저장. 그리고 frequency에 대한 빈도 수를 ..
공부/Algorithm
2020. 8. 27. 21:12