SE-352
Embedded Software

Lab Assignment 1 (Due
Wednesday, Feb. 14)
Design and implement a solution to real-time database operations.
1) The data objects should be structured in a binary search
tree;
2) The keys of data objects are in the range of [100,
999];
3) Allow four types of manual operations:
- insert a node (with given key
value)
- search a node (with given key
value)
- delete a node (with given key
value)
- output all trees according to
"in-order" traversal.
4) Code should be compiled in Microsoft Visual C++ 6.0 or up.
5) When your code is executed, an instruction on how to use
it should be displayed.
On the due day, you need to submit a softcopy of your source code.
|