View Single Post
Old 04-15-2003, 06:13 PM   #8 (permalink)
gqchynaboy
Registered User
 
Join Date: Apr 2003
Posts: 4
gqchynaboy is on a distinguished road
Method 1 “InsertFirst”
If there is no space, Method 5 is called to create new space.
In addition, Method 1 adds integers to the beginning of the list.

Method 2 “InsertLast”
If there is no space, Method 5 is called to create new space.
In addition, Method 2 adds integers to the end beginning of the list.

Method 3 “RemoveFirst”
If there is no space, Method 5 is called to create new space.
In addition, Method 3 removes the integers from the beginning of the list.

Method 4 “RemoveLast”
If there is no space, Method 5 is called to create new space.
In addition, Method 4 removes the last integers of the list

Method 5 “AddSpace”

Am i right??
gqchynaboy is offline   Reply With Quote