https://github.com/sohnryang/csed331
CSED331: Algorithms ๐ฆ
https://github.com/sohnryang/csed331
Last synced: 3 months ago
JSON representation
CSED331: Algorithms ๐ฆ
- Host: GitHub
- URL: https://github.com/sohnryang/csed331
- Owner: sohnryang
- Created: 2023-03-02T07:22:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T02:02:36.000Z (about 2 years ago)
- Last Synced: 2025-01-18T09:32:46.105Z (5 months ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSED331: Algorithms
> ๊ทธ๋์ ์ผ๋ฃฉ๋ง์ด ๋๊ตฌ๋ผ๊ตฌ์?
์๊ณ ๋ฆฌ์ฆ ํ๋ก๊ทธ๋๋ฐ ๊ณผ์ ์ ์ถ ์ฝ๋
| ASSN | ํค์๋ | ์ฐธ๊ณ ๋ฌธ์ |
| ---- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 1 | ์ ๋ ฌ ์๊ณ ๋ฆฌ์ฆ์ ์์ฉ | |
| 2 | ๋ถํ ์ ๋ณต, linear-time selection, ํ๋ฉด ์์์ ๊ฐ์ฅ ๊ฐ๊น์ด ์ | [BOJ#2261](https://www.acmicpc.net/problem/2261), [BOJ#1933](https://www.acmicpc.net/problem/1933) |
| 3 | ๊ทธ๋ํ ํ์ (BFS, DFS), ๋จ์ ์ | [BOJ#11266](https://www.acmicpc.net/problem/11266) |
| 4 | ์์ ์ ๋ ฌ, ์ต๋จ ๊ฒฝ๋ก ์๊ณ ๋ฆฌ์ฆ | [BOJ#1649](https://www.acmicpc.net/problem/1649) |
| 5 | ๊ทธ๋ฆฌ๋ ์๊ณ ๋ฆฌ์ฆ, minimum spanning tree | [BOJ#6549](https://www.acmicpc.net/problem/6549) |
| 6 | Dynamic programming, ํ๋ ฌ ๊ณฑ์ ์ ์ฌ์ฉํ ๋์ ๊ณํ๋ฒ์ ์ต์ ํ, parametric search | |