Skip to content

sooster910/programmers_algorithm_study

Repository files navigation

README build

👋 Programmers(coding test platform) JavaScript solution & test case, auto generated README.md

Background

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.

Installing from source

Requirements

Node.js 12.16.2 or newer

Check Node.js version on Terminal
    node -v

Get the source code and install packages

git clone https://github.com/sooster910/programmers_algorithm_study.git
cd programmers_algorithm_study
npm install

🛠 Install Testing Dependency : Jest

    npm i --save-dev jest

Genrate/ Getting updates README.md

    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


How this repo generates README.md automatically

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.

workflowImage

Built with

  • Node.js
  • Puppeteer
  • Mustache.js
  • github actions

About

Programmers coding test platform solution w JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published