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

https://github.com/yoouyeon/algorithm_study

맞왜틀? 알고리즘 공부 기록
https://github.com/yoouyeon/algorithm_study

algorithm problem-solving

Last synced: 3 months ago
JSON representation

맞왜틀? 알고리즘 공부 기록

Awesome Lists containing this project

README

          

# 👍 알고리즘 공부 기록

[![Leetcode Stats](https://leetcard.jacoblin.cool/yoouyeon?theme=light,dark&ext=heatmap)](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
```