GithubHelp home page GithubHelp logo

algorithm-theory's Introduction

💯 JavaScript Algorithm Study

If you can't explain it simply, you don't understand it well enough


🔥 목표

학습한 알고리즘 이론들과 문제들을 스터디원들에게 🗣설명할 수 있어야 합니다.


📌 진행 방식

  • 해당 주차에 해당하는 알고리즘 개념을 학습하시고 발표합니다.
  • 매주 알고리즘 2문제를 풀어주시고 스터디원들에게 설명합니다.
  • 매주 일요일 23:59분에 일괄적으로 머지하겠습니다.

✅ 폴더 및 파일 네이밍 규칙

  • 반드시 본인 이름으로 폴더를 먼저 만드신 후 진행해주세요. ex) kimJungHee
  • 본인 이름의 폴더 안에 챕터 번호로 폴더를 하나 더 만들어주세요. ex) Section04
  • 챕터 번호 폴더 안에 문제 번호-파일 이름형태로 파일명을 작성해주세요. ex) 01-뒤집은소수.js

✅ Branch 규칙

  • 본인의 이름으로 브랜치 작성 부탁드립니다.
  • 예시: kimJungHee

✅ Commit 규칙

문제 풀이 관련

  • feat: 새로운 문제 풀이를 추가한 경우(문제이름, 적용 알고리즘)

    feat: Solved 문제 이름 [적용 알고리즘]
    
  • fix: 버그를 고친 경우

    fix: 문제 이름 [적용 알고리즘]
    
  • refactor: 코드 리팩토링, 현재 구현을 개선한 경우

    refactor: 문제 이름 [적용 알고리즘]
    
  • ex) feat: Solved 연속부분순열1 [투포인터 알고리즘]


그 외, 문서 작업 등

⚠️ 대괄호는 구분하기 위함이니 실제 커밋시에는 제외시켜주세요.

  • docs: 문서를 수정한 경우

    docs: Update [문서명] [수정한 부분]
    
  • rename: 파일 혹은 폴더명을 수정하는 경우

    rename: Change [바꾼 문서/폴더명] [기존 문서/폴더명]
    
  • remove: 사용하지 않는 파일 혹은 폴더를 삭제하는 경우

    remove: [문서/폴더명]
    
  • ex) docs: Update README


✅ PR 규칙

커밋을 쌓으신 후 한 번에 PR 부탁드립니다.

💻 문제 풀이, 문서 작성 관련

  • PR 제목: [이름] / 섹션 / 주차
  • [김정희] / 완전탐색 / 8월 4주차

✍️ 수정 및 기타

  • PR 제목: [이름] / 섹션 / PR목적
  • [김정희] / 완전탐색 / 문서 수정

👩🏻‍💻 Contributers

김정희 박혜정 유현규

📆 기간: 2022.08.29 ~

📙 학습 자료 : 알고리즘

algorithm-theory's People

Contributors

wjdgml3834 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.