Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 829 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 829 Bytes

오픈소스SW 7조

과제 : SET Implementation

  • Works to do
    • Unit test for implementations
      • Periodic(or continuous) build and smoke test
    • Performance tuning

Workflow

  1. Fork the repository and then Clone to local.
  2. Create a new branch to work.
  3. Fetching origin repository to update with the latest version.
  4. Merge the origin repositry's branch into local branch before push.
  5. Create Pull Request

조원 명단

  • 20125095 이한규(조장)
  • 20164731 임성원
  • 20122964 정원철
  • 20135286 조건상
  • 20165953 주광우

작업 분배

  • One person per data structure to implement, unit test, and measure performance
NAME Data Structure
이한규 Arrays
임성원 Simple lists
정원철 Binary search tree
조건상 Bit vectors
주광우 Bins(buckets)