Giter VIP home page Giter VIP logo

problem-solving-study's Introduction

Problem Solving Study

HOW TO? (2019-1 updated)

  • 2주에 최소 3문제가 출제됩니다. (난이도 상중하)
  • 최소 한 문제를 풀기
  • 최소 두 문제에 코멘트(피드백)

HOW TO SUBMIT SOLUTION

자세한 내용은 cra16#8 참고

1. fork cra16's repository

2. clone the forked repository

git clone https://github.com/**your username**/Problem-Solving-Study

3. add a remote of cra16's repository as name 'upstream'

git remote add upstream https://github.com/cra16/Problem-Solving-Study

4. fetch the remote

git fetch upstream

5. merge the upstream's master branch on your origin's master

(optional) git checkout master
git merge master upstream/master

6. make PR(Pull Request) in github

HOW TO REVIEW OTHER SOLUTION

  • comment on PR

언어는 무엇을 쓰나요?

필자는 C++을 주로 쓰는 편입니다.
알고리즘 문제 풀기 초반에는 파이썬을 사용했었는데, 대회나 회사 알고리즘 시험에서 파이썬은 지원해주는 곳도 있고, 안해주는 곳도 있지만 C++은 무조건 지원해준다고 보시면 되기에 C++로 넘어왔습니다.
물론 무조건 C++로 풀라는 것은 아니고 자바나 파이썬으로 푸셔도 괜찮습니다!
하지만 이 스터디에서는 C++과 파이썬으로 제한하겠습니다.

참고하면 좋은 사이트

  1. https://www.acmicpc.net/blog/view/55
  2. https://www.acmicpc.net/blog/view/70
  3. https://www.acmicpc.net/problem/15552
  4. http://www.hanbit.co.kr/channel/category/category_view.html?cms_code=CMS7666432249
    ps. 4번의 경우 "C++ STL 프로그래밍(##)"이라고 ## 안에 1~10까지 넣어서 구글에 검색하시면 한빛미디어에서 잘 정리해놓은 글이 있습니다!

problem-solving-study's People

Contributors

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