GithubHelp home page GithubHelp logo

baby-lion-pair-matching-java's Introduction

짝꿍 자동 매치 어플리케이션

아기사자반 교육과정에선 메타인지 타임이라는 훈련생 간의 공부한 내용 공유 및 토론 시간을 가진다. 이 메타인지 타임에서는 2명 혹은 3명씩 짝꿍이 되어 각자 상대방에게 지난 주에 공부한 내용을 말로 설명하고 피드백 받게 된다.

이 메타인지 타임에서 사용하게 될 짝꿍 자동 매치 어플리케이션을 개발한다.

요구사항 정리

(1) 어플리케이션이 시작하면 콘솔창에서 다음 메시지와 함께 참가할 훈련생의 수를 입력받는다.

ex)

참가할 훈련생은 몇 명인가요?
9

(2) 다음 메시지와 함께 한 라인에 한명씩 훈련생의 이름을 입력받는다.

참가할 훈련생의 이름을 입력하세요.
김사자
이아기
박멋사
최테킷
...
  • 이때 훈련생의 이름은 공백을 제외하고 1~20자 이내여야 한다.
  • 동명 이인이 입력될 경우 구분을 위해 입력된 사람의 이름 뒤에 _{알파벳}이 붙는다.
    • ex) 김사자_A, 김사자_B, 김사자_C ...

(3) 다음 메시지와 함께 짝꿍 매칭 결과가 출력된다.

짝꿍 매칭 결과입니다.
1팀 - 김사자,박멋사
2팀 - 이아기,최테킷
...
  • 모든 짝꿍은 랜덤으로 매치한다.
  • 기본으로 짝꿍은 2명으로 구성되나, 전체 인원이 홀수일 경우 한 팀은 3명으로 구성된다.

baby-lion-pair-matching-java's People

Contributors

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