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
- 너비 우선 탐색
- Lv. 2
- 자바스크립트
- Python
- Lv. 3
- group by
- bfs
- join
- 오블완
- C언어
- 깊이 우선 탐색
- 동적계획법
- Lv. 1
- level 3
- 파이썬
- 티스토리챌린지
- Java
- programmers
- Dynamic Programming
- DP
- SQL 고득점 KIT
- Lv. 0
- LEVEL 2
- softeer
- 소프티어
- dfs
- javascript
- SQL
- select
- 프로그래머스
Archives
- Today
- Total
목록2025/01/17 (1)
몸과 마음이 건전한 SW 개발자
코드트리 | HashMap / 순서를 바꾸었을 때 같은 단어 그룹화하기 {언어 : Python} [가장 작은 시공간복잡도]
문제 링크https://www.codetree.ai/trails/complete/curated-cards/challenge-group-same-word/description Code Tree | Learning to Code with ConfidenceA super-comprehensive, meticulously arranged Coding Learning Curriculum engineered by Algorithm Experts composed of former International Olympiad in Informatics (IOI) medalists.www.codetree.ai정답 코드import sysinput = sys.stdin.readlinen = int(input())words = ..
알고리즘/풀었지만 다시 보기
2025. 1. 17. 17:09