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 |
Tags
- PYTHON
- ubuntu
- Baekjoon
- Docker
- 프로그래머스
- 편스토랑 우승상품
- gs25
- 더현대서울 맛집
- 우분투
- 파이썬
- 자연어처리
- 백준
- dacon
- 맥북
- 데이콘
- 코로나19
- Kaggle
- 캐치카페
- 프로그래머스 파이썬
- github
- leetcode
- ChatGPT
- 편스토랑
- 금융문자분석경진대회
- programmers
- Git
- hackerrank
- Real or Not? NLP with Disaster Tweets
- SW Expert Academy
- AI 경진대회
Archives
- Today
- Total
목록
반응형
BaekJoon 25801 Python (1)
반응형
솜씨좋은장씨
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bGYJh8/btrTgH8SHMU/Q0qiQLcz0vEVxYK3iH9p2k/img.png)
코딩 1일 1문제! 오늘의 문제는 백준의 Odd/Even Strings 입니다. 25801번: Odd/Even Strings Consider a string containing lowercase letters only. We call the string odd if every letter in the string appears an odd number of times. Similarly, we call the string even if every letter in the string appears an even number of times. Given a string, dete www.acmicpc.net 👨🏻💻 문제 풀이 collections 의 Counter를 활용하여 문자열 속 각 문자들의 빈도수..
Programming/코딩 1일 1문제
2022. 12. 13. 12:13
반응형