Description: In this homework, we are going to implement various ADTs including “doubly
linked list”, “dynamic array” and “binary search tree”. Based on the parameter to the
“make” command, we will generate 3 different executables: “adtTest.dlist”,
“adtTest.array”, and “adtTest.bst”, representing the test programs for the “doubly
linked list”, “dynamic array” and “binary search tree”, respectively.
To Search:
File list (Check if you may need any files):
include\array.h
.......\bst.h
.......\cmdCharDef.h
.......\cmdParser.h
.......\dlist.h
.......\myUsage.h
.......\rnGen.h
.......\util.h
lib\lib.d
...\libcmd-32.a
...\libcmd-64.a
...\libcmd.a
...\libutil.a
src\cmd\.depend.mak
...\...\.extheader.mak
...\...\cmdCharDef.h
...\...\cmdParser.h
...\main\.depend.mak
...\....\.extheader.mak
...\....\adtTest.o
...\....\main.cpp
...\....\main.o
...\....\Makefile
...\Makefile.lib
...\util\.depend.mak
...\....\.extheader.mak
...\....\array.h
...\....\bst.h
...\....\dlist.h
...\....\Makefile
...\....\myString.cpp
...\....\myString.o
...\....\myUsage.h
...\....\rnGen.h
...\....\util.cpp
...\....\util.h
...\....\util.o
do.all
genDo
src\cmd
...\main
...\util
include
lib
src
bin