Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.43 KB

File metadata and controls

46 lines (41 loc) · 1.43 KB

DevSet2

  • 5(4)명이 1 team으로 작업
    • 조장(1) , 조원(나머지)
    • 각조에 대하여 조장이 maintainer인 repository DevSetN부여
      • DevSet2, DevSet2, … DevSet9
      • DevSet1 repository 에 guide 등 관련 내용 posting
      • Repository DevSetN 은 조장(maintainer)만 push 할 수 있음
      • 조원은 maintainer에게 PR을 통하여 push 가능
    • 각 repository에는 다음의 file 들이 생성되어야 함
      • README. md : 과제진행에 대한 설명, 역할분담 등등
      • FINAL.md : 과제 결과 분석에 대한 내용 기록(진행과정 포함) +Source files
  • Works to do
    • Implementation of each code
      • Unit test for implementations
        • Periodic(or continuous) build and smoke test
      • Performance tuning
      • Due to June 21st
  • 수행방법은 조별로 협의를 통하여 결정하여 실행
    • 모든 조원이 아래 각 부문에 역할이 정의되고 실행되어야 함
      • Implementation of code(unit test를 포함하여)
      • Performance 측정을 통한 분석 및 개선

선택 언어

JAVA

조원 명단

  • 20130398 구영서(조장)
  • 20163332 권영선
  • 20123782 김남웅
  • 20163927 김은경
  • 20120717 최현태

작업 분배

  • data structure to implement
  • unit test
  • measure performance
NAME Data Structure
최현태 Arrays
김남웅 Simple lists
구영서 Binary search tree
권영선 Bit vectors
김은경 Bins(buckets)