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 |
Tags
- leetcode
- ubuntu
- AI 경진대회
- 편스토랑
- Real or Not? NLP with Disaster Tweets
- 편스토랑 우승상품
- Docker
- Baekjoon
- 우분투
- 금융문자분석경진대회
- SW Expert Academy
- 코로나19
- dacon
- Git
- 파이썬
- 캐치카페
- 백준
- Kaggle
- 자연어처리
- 더현대서울 맛집
- github
- hackerrank
- 프로그래머스
- ChatGPT
- 프로그래머스 파이썬
- gs25
- 데이콘
- PYTHON
- programmers
- 맥북
Archives
- Today
- Total
목록
반응형
2022/11/22 (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
반응형