Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

알고리즘 & 자료구조

├── boj # 백준 알고리즘 문제 풀이 (문제번호-난이도)
├── pgs # 프로그래머스 알고리즘 문제 풀이(문제이름)
├── hacker rank # 해커랭크
└── leet # 리트코드

Algorithm

  • [BOJ] : 백준
  • [PGS] : 프로그래머스
  • [LEET] : 리드코드

Algorithm 폴더 예시

.
├── input.txt # 입력값
├── 1744.test.js # 테스트 케이스
├── # 풀이 및 문제 설명
└── index.js # 코드