The example uses the Integer class - how do I use a user defined type called Item with an int & a char, with the int serving as the unique identifier?
Thanks
Adding data at 3rd location: 55
Now the list contain: 55 11 99 22 33 44 66
is the 55 suppose to be 99?
Adding data at 3rd location: 99
Now the list contain: 55 11 99 22 33 44 66
LinkedList exampleErnie April 19, 2011 at 3:22 AM
The example uses the Integer class - how do I use a user defined type called Item with an int & a char, with the int serving as the unique identifier? Thanks
hiqaqnass January 12, 2012 at 11:23 AM
thanks
linkedlistqaqnass January 12, 2012 at 11:27 AM
thanks
Question(typo)Bobbo January 21, 2013 at 3:11 AM
Adding data at 3rd location: 55 Now the list contain: 55 11 99 22 33 44 66 is the 55 suppose to be 99? Adding data at 3rd location: 99 Now the list contain: 55 11 99 22 33 44 66
Post your Comment