Coder Social home page Coder Social logo

programmerscodingtest's Introduction

Commit Rules

백준 허브를 사용할 경우는 commit 따로 작성 x.

새로운 문제 추가 시 예시

  • Add 사용.
  • "level"과 "문제이름" 및 "통과여부" 제목에 기입. (pass of fail)
  • 통과 시) 특별히 수행한 Solution이 있다면 본문에 기입.
  • 실패 시) 통과하지 못한 test case 본문에 기입.

"[Add] level2 괄호 회전하기 - fail

failed 13, 14 test case"

기존에 틀렸던 문제 해결 시 예시

  • Fix 사용
  • "level"과 "문제이름" 및 "fix" 제목에 기입.
  • 해결한 test case 및 Solution 본문에 기입.

"[Fix] level2 괄호 회전하기 - fix

solved 13 test case using blabla skills"

기존에 해결했던 문제 개선 시 예시

  • Refactor 사용
  • "level"과 "문제이름" 및 "refactor" 제목에 기입.
  • 개선한 방향(성능, 속도, 가독성 등등)과 어떤 Solution을 통해 개선했는지 기입.

"[Refactor] level2 괄호 회전하기 - refactor

change this code blabla"

programmerscodingtest's People

Contributors

brighthyeon avatar

Stargazers

 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.