This repo intended for anyone who wants to improve problem solving skills with JavaScript or want to get a help from solution. All questions are available on programmers.co.kr.
Node.js 12.16.2 or newer
node -v
git clone https://github.com/sooster910/programmers_algorithm_study.git
cd programmers_algorithm_study
npm install
npm i --save-dev jest
git add <file/folder>
git commit -m "<commit message>"
git push origin <your origin branch name>
Tag | LEVEL | 문제 제목 | 문제 링크 |
---|---|---|---|
124 나라의 숫자 | 바로가기 | ||
완전탐색 | 2️⃣ | 카펫 | 바로가기 |
문자열 압축 | 바로가기 | ||
스택/큐 | 2️⃣ | 기능개발 | 바로가기 |
// function solution(number, k) { | 바로가기 | ||
2019 카카오 개발자 겨울 인턴십 | 1️⃣ | 크레인 인형뽑기 게임 | 바로가기 |
정렬 | 2️⃣ | H-Index | 바로가기 |
해시 | 1️⃣ | 완주하지 못한 선수 | 바로가기 |
2020 KAKAO BLIND RECRUITMENT | 3️⃣ | 자물쇠와 열쇠 | 바로가기 |
연습문제 | 2️⃣ | 올바른 괄호 | 바로가기 |
스택/큐 | 2️⃣ | 다리를 지나는 트럭 | 바로가기 |
스택/큐 | 2️⃣ | 프린터 | 바로가기 |
2017 팁스타운 | 2️⃣ | 짝지어 제거하기 | 바로가기 |
2021 KAKAO BLIND RECRUITMENT | 2️⃣ | 메뉴 리뉴얼 | 바로가기 |
깊이/너비 우선 탐색(DFS/BFS) | 2️⃣ | 타겟 넘버 | 바로가기 |
예상 대진표 | 바로가기 | ||
키패드 | 바로가기 |
출처: 프로그래머스 코딩 테스트 연습, https://programmers.co.kr/learn/challenges
Tired of update GitHub README with what you've solved from programmers.co.kr? You want to organize, categorize the problems you've solved to save time looking for things? This would generate README file when you push your solution.
- Node.js
- Puppeteer
- Mustache.js
- github actions