Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyh196201/algorithm
https://github.com/kyh196201/algorithm
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyh196201/algorithm
- Owner: kyh196201
- Created: 2021-07-28T08:53:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:57:16.000Z (3 months ago)
- Last Synced: 2024-09-18T10:24:50.355Z (3 months ago)
- Language: JavaScript
- Size: 370 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algorithm
### 다시 풀어볼 문제
- [터렛](https://www.acmicpc.net/problem/1002)
- [하노이 탑 이동 순서](https://www.acmicpc.net/problem/11729) : 재귀
- [소수 찾기](https://www.acmicpc.net/problem/1929)
- [블랙잭](https://www.acmicpc.net/problem/2798) : 브루트 포스
- [완주하지 못한 선수](https://programmers.co.kr/learn/courses/30/lessons/42576) : 해시 테이블
### leetcode
- [longest-repeating-character-replacement](https://leetcode.com/problems/longest-repeating-character-replacement/description) : sliding window