Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 프로그래머스 파이썬
- Real or Not? NLP with Disaster Tweets
- 데이콘
- AI 경진대회
- dacon
- 더현대서울 맛집
- 맥북
- hackerrank
- ChatGPT
- leetcode
- 금융문자분석경진대회
- github
- ubuntu
- Git
- 편스토랑
- gs25
- 코로나19
- Kaggle
- SW Expert Academy
- 캐치카페
- 우분투
- Docker
- Baekjoon
- programmers
- PYTHON
- 편스토랑 우승상품
- 백준
- 자연어처리
- 파이썬
- 프로그래머스
Archives
- Today
- Total
목록
반응형
BaekJoon 25859 Python (1)
반응형
솜씨좋은장씨
[BaekJoon] 25859번 : Sort by Frequency (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Sort by Frequency 입니다. 25859번: Sort by Frequency The input consists of a single string, appearing on a line by itself, starting in column 1 and not exceeding column 70. The input will contain only lowercase letters (at least one letter). www.acmicpc.net 🧑🏻💻 문제 풀이 입력 받은 단어를 collections 의 Counter 를 활용하여 단어 속에 있는 알파벳을 카운팅 한 다음 카운팅 된 수 내림차순 -> 알파벳 오름차순으로 정렬한 뒤 cnt_items = sor..
Programming/코딩 1일 1문제
2022. 11. 22. 12:00
반응형