Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 875 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 875 Bytes

DevSet3

조원

학번 조원
20132182 강동원(팀장)
20124826 박상영
20122132 권우성
20132862 김현빈
20132569 조성주

과제

  • SET Implementation

Works to do

  • Implementation of each code
    • Unit test for implementations
  • Periodic(or continuous) build and smoke test
  • Performance tuning
  • Due to June 21st

진행도

분야 담당 진행도
Arrays 강동원 100%
Simple lists 김현빈 100%
Binary search tree(list) 권우성 100%
Bit vectors 박상영 100%
Bins(buckets) 강동원 100%

선택언어

  • Java

진행과정

  • 공통 Interface 정의
  • 각자 폴더에 Fork 하여 개별 작업 진행
  • 각 자료구조에 맞는 method 정의
  • master에게 Pull request
  • master는 Pull request 확인 후 이상없으면 merge
  • JUnit Test 생성 및 Performance tuning