https://github.com/yoouyeon/algorithm_study
맞왜틀? 알고리즘 공부 기록
https://github.com/yoouyeon/algorithm_study
algorithm problem-solving
Last synced: 3 months ago
JSON representation
맞왜틀? 알고리즘 공부 기록
- Host: GitHub
- URL: https://github.com/yoouyeon/algorithm_study
- Owner: yoouyeon
- Created: 2023-09-01T14:00:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-17T14:53:15.000Z (3 months ago)
- Last Synced: 2025-09-17T16:55:42.468Z (3 months ago)
- Topics: algorithm, problem-solving
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👍 알고리즘 공부 기록
[](https://leetcode.com/yoouyeon)
## 📚 문제 플랫폼
- [백준](./Baekjoon) - https://www.acmicpc.net/
- [프로그래머스](./Programmers) - https://programmers.co.kr/
- [LeetCode](https://leetcode.com/)
## 📂 폴더 구조
```
📦algorithm_study
┣ 📂.vscode
┃ ┣ 📜launch.json - 디버깅용 설정
┃ ┗ 📜majwaeteul.code-snippets - 백준 자바스크립트 입출력 스니펫
┣ 📂Baekjoon - 난이도별 백준 문제 풀이 코드 모음
┃ ┣ 📂Bronze1
┃ ┣ 📂Bronze2
┃ ┣ 📂...
┃ ┗ 📜README.md
┣ 📂Programmers - 난이도별 프로그래머스 문제 풀이 코드 모음
┃ ┣ 📂Level1
┃ ┣ 📂Level2
┃ ┣ 📂...
┃ ┗ 📜README.md
┣ 📂scripts - 스크립트 모음
┃ ┣ 📂generate-readme - 문제 목록 README 생성 스크립트
┃ ┗ 📂problem-manager - 풀이 코드 파일 생성 스크립트
┣ 📜README.md
┗ 📜package.json
```