/**
Stack(use array to implement)
Version: 2.0
Member function as follow:
Size()
Push(T) // inset an elm
Pop() // delete the last elm
Empty() // if it is an empty list
Print()
Update Logfile:
1. optimize the member function.
2. add the standard excetption
3. ehance the logical struct
4. be more simple to use
5. can be enlarged automatly
6. use dynamic allocatin
Unresolved problem:
there are still some problem in my stack class.
it will be sovled in the next version.
posted on 2009-04-27 16:33
亦夏 阅读(246)
评论(0) 编辑 收藏 引用 所属分类:
DataStruct