Giter Site home page Giter Site logo

algorithmstudy's Introduction

2022_AlgorithmStudy

참가인원

  • 강승훈
  • 김수경
  • 김진산
  • 유영진

목표

  • IM 취득
  • 주 5문제 이상 풀기

진행방식

  • 유형별 난이도별 문항 선정 (상, 중, 하)
    • 백준 문제에서 선정
    • 최소 1문항 풀이
  • 지정 시간까지 풀고 github 업로드
    • 매주 수요일 10시 까지
  • 지정 시간까지 스터디원 코드 보고 이슈 남기기
    • 매주 수요일 10시 까지
  • 매주 수요일 10시 merge 수행
  • 매주 수 10시 웹 미팅
    • 자료구조 학습
    • 이슈가 많은 코드 회의

git 관련

  • 각자 이름으로 branch 생성
  • commit 후 pull request 요청
//1. Fork (선택사항)
//깃허브 홈페이지에서 포크

//2. clone or remote
git clone url

//3.branch 생성
git checkout - b 브랜치명

//4.add
git add .

//5.commit
git commit -m "add(문제난이도/문제번호/이름) : 소스파일.java"
git commit -m "fix(문제난이도/문제번호/이름) : 소스파일.java"

//6. push
git push origin 브랜치명

//7. pull request
//방법 1. 깃 허브 홈페이지에서 compare & pull request 버튼
//방법 2. pull request에서 new pull request -> base:main compare 브랜치 -> create pull request

//8. 코드 리뷰
// 깃 허브 홈페이지 -> pull request 확인 -> review chages -> 코멘트와 Approve 체크 후 submit review

// 깃 pull
git pull origin main

폴더구조

  • 날짜별 폴더 (이름 : 22_02_06)
  • 문제 폴더 (이름 : 문제 난이도_문제번호_문제이름)
  • 각 폴더별 readme 작성

algorithmstudy's People

Contributors

lazybones1 avatar seungh1024 avatar sukyung99 avatar

Watchers

 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.