Giter VIP home page Giter VIP logo

javascript-algorithm-challenge's Introduction

JavaScript-Algorithm-Challenge

자바스크립트 알고리즘 첼린지!

문제 풀기

  1. Challenge 폴더에 본인 이름의 폴더를 만든다.
  2. Problems에서 풀고 싶은 문제를 Challenge 폴더에 복붙한다.
  3. 문제의 README.md로 문제를 파악한다.
  4. solve.js에서 문제를 해결하는 함수를 작성한다.
  5. 문제 푼 폴더에서 push후 pr을 날린다.
  6. 3인 이상 문제 확인 후 머지 진행한다.

문제 업로드

  1. Problems폴더에 문제 제목으로 폴더를 만든다
  2. README.md 파일에 문제 설명을 적는다
ex)

## 설명

문제1 : 배열의 삭제
다음 배열에서 400, 500를 삭제하는 code를 입력하세요.
var nums = [100, 200, 300, 400, 500];
  1. solve.js를 아래와 같이 작성한다.
// 문제1 : 배열의 삭제
// 다음 배열에서 400, 500를 삭제하는 code를 입력하세요.
var nums = [100, 200, 300, 400, 500];

커밋 메시지 컨벤션

타입 설명

  • Solve: 문제
  • Feat : 새로운 기능 추가
  • Fix : 버그 수정
  • Docs : 문서 수정
  • Style : 공백, 세미콜론 등 스타일 수정
  • Refactor : 코드 리팩토링
  • Perf : 성능 개선
  • Test : 테스트 추가
  • Chore : 빌드 과정 또는 보조 기능(문서 생성기능 등) 수정

진행하는 이유

  1. 깃 & 깃허브 습관잡기
  2. 알고리즘 문제 익숙해지기

진행 하시다가 궁금하시거나 막히시면 pr 부탁 드립니다. 감사합니다.

javascript-algorithm-challenge's People

Contributors

jsk3342 avatar yoojs1205 avatar dana-y avatar jihoon-chae avatar hyebin-woo avatar nam-wijeong avatar hee1231 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.