An open API service indexing awesome lists of open source software.

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) 🥭

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(동적계획법)