2021-2 Data Structure Project #2 Due date: 2021/11/05 23h 59m 59s.
Notice !! 윈도우에서 리눅스로 단순 파일 복사 및 드래그는 파일 인코딩 변환 문제가 발생 할 수 있으니 반드시 리눅스 환경에서 파일을 재생성 후 테스트 바랍니다!! Notice !! 설계와 실습을 모두 수강하시는 분은 실습 과제제출란에만 제출 해주시면 됩니다 !!
9/30 - ver1 업로드
10/04 - ver2 업로드(표 추가)
10/05 - ver3 업로드(그림 수정, 채점 기준 추가, SEARCH_BP 기능 추가)
10/06 - ver4 업로드(Print_Vector -> Print_vector 수정 / 오타 수정)
10/31 - ver5 업로드(B+tree 대소문자 구별, SEARCH_BP 명령어 -> 대소문자 구별하여 검색)
11/02 - ver6 업로드(동작 예시 수정)
11/03 - ver7 업로드(Program implementation : SEARCH_AVL 예시 수정)
11/04 - ver8 업로드(Program implementation : SEARCH_BP 설명 수정)
11/09 - ver9 업로드(동작 예시 수정, p11~12 VPRINT A, VPRINT B )
10/17 - manager.h : vector<VaccinationData*> Print_vector 추가
- manager.cpp : avl->GetVector(Print_vector); 코드 Manager::VPRINT(string type_) --> Manager::VLOAD() 이동
$ git clone https://github.com/myungoh/DS_Project_2_2021_2.git
$ cd DS_Project_2_2021_2
$ make
$ ./run
$ ls
AVLNode.h AVLTree.h BpTreeDataNode.h BpTreeIndexNode.h main.cpp Manager.cpp VaccinationData.h
AVLTree.cpp BpTree.cpp BpTree.h BpTreeNode.h Makefile Manager.h
$ tar -czvf 2020202001_DS_project2.tar.gz *
AVLNode.h
AVLTree.cpp
AVLTree.h
BpTree.cpp
BpTreeDataNode.h
BpTree.h
BpTreeIndexNode.h
BpTreeNode.h
main.cpp
Makefile
Manager.cpp
Manager.h
VaccinationData.h
$ ls
2020202001_DS_project2.tar.gz
$ tar -xzvf 2020202001_DS_project1.tar.gz
AVLNode.h
AVLTree.cpp
AVLTree.h
BpTree.cpp
BpTreeDataNode.h
BpTree.h
BpTreeIndexNode.h
BpTreeNode.h
main.cpp
Makefile
Manager.cpp
Manager.h
VaccinationData.h