https://github.com/hy57in/mangorithm
🥭망고리즘 스터디 (Algorithm & CS Study) 🥭
https://github.com/hy57in/mangorithm
algorithm codingtest javascript python3
Last synced: about 2 months ago
JSON representation
🥭망고리즘 스터디 (Algorithm & CS Study) 🥭
- Host: GitHub
- URL: https://github.com/hy57in/mangorithm
- Owner: hy57in
- License: mit
- Created: 2021-04-08T02:00:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T07:46:05.000Z (almost 4 years ago)
- Last Synced: 2025-05-08T20:17:19.449Z (about 2 months ago)
- Topics: algorithm, codingtest, javascript, python3
- Language: HTML
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🥭망고리즘 스터디 (Algorithm & CS Study) 🥭
🌏 세계로, 우주로, 미래로! 알고리즘 일짱이 될거얌 😈
1. javascript 코테강의
2. 백준
3. 프로그래머스
4. 기타## 👩🏻💻 스터디원
|이름|GitHub|
|------|---|
|김효진|[@hy57in](https://www.github.com/hy57in)|
|이상조|[@sjoleee](https://www.github.com/sjoleee)|## 🌳 규칙
- 매일 최소 1문제씩 풀고 풀이 업로드
- 1일1커밋!
- 학습한 내용 공유## 📚 학습주제
1. section1 : 기본문제풀이
2. section2 : 1,2차원 탐색
3. section3 : 문자열 탐색
4. section4 : 완전 탐색(브루트 포스)
5. section5 : 효율성(투포인터 알고리즘, 슬라이딩윈도우, 해쉬)
6. section6 : 자료구조(스택, 큐)
7. section7 : 정렬과 그리디, 결정알고리즘
8. section8 : 재귀함수와 완전탐색(깊이우선탐색, DFS)
9. section9 : 그래프와 탐색(DFS, BFS(넓이우선))
10. section10 : Dynamic programming(동적계획법)