Click here to Skip to main content
15,907,326 members
Home / Discussions / C#
   

C#

 
GeneralRe: The greatest question Saving a linked list Pin
Sasuko22-Jun-05 11:53
Sasuko22-Jun-05 11:53 
GeneralRe: The greatest question Saving a linked list Pin
DavidNohejl22-Jun-05 12:10
DavidNohejl22-Jun-05 12:10 
GeneralRe: The greatest question Saving a linked list Pin
Sasuko22-Jun-05 12:24
Sasuko22-Jun-05 12:24 
GeneralRe: i didn't get what you mean? Pin
kimo_helmy22-Jun-05 20:28
kimo_helmy22-Jun-05 20:28 
GeneralRe: The greatest question Saving a linked list Pin
Anonymous22-Jun-05 22:08
Anonymous22-Jun-05 22:08 
GeneralRe: The greatest question Saving a linked list Pin
DavidNohejl23-Jun-05 0:52
DavidNohejl23-Jun-05 0:52 
GeneralRe: The greatest question Saving a linked list Pin
Sasuko23-Jun-05 6:28
Sasuko23-Jun-05 6:28 
GeneralRe: The greatest question Saving a linked list Pin
DavidNohejl23-Jun-05 6:56
DavidNohejl23-Jun-05 6:56 
Forget about linked list.

Sasuko wrote:
array is finite

Who says so? ArrayList is growing array, that means if there is no place for new item, it re-create array with double size... There isn't limit. ArrayList is actually much better then linked list implemented by yourself.

"The capacity of an ArrayList is the number of elements the list can hold. As elements are added to an ArrayList, the capacity is automatically increased as required through reallocation."

How on earth you can think that ArrayList is somehow limited but linked list isn't? Did you even try to look up what ArrayList actually is?! link[^]

David

"Stay Kul And Happy" I.A.
GeneralRe: The greatest question Saving a linked list Pin
Sasuko23-Jun-05 7:20
Sasuko23-Jun-05 7:20 
Generalsorting Pin
Moslems22-Jun-05 11:24
Moslems22-Jun-05 11:24 
GeneralRe: sorting Pin
DavidNohejl22-Jun-05 11:56
DavidNohejl22-Jun-05 11:56 
Generallinked lists Pin
Moslems22-Jun-05 11:21
Moslems22-Jun-05 11:21 
GeneralDelete a locked file Pin
nemopeti22-Jun-05 11:06
nemopeti22-Jun-05 11:06 
GeneralRe: Delete a locked file Pin
Dave Kreskowiak22-Jun-05 12:53
mveDave Kreskowiak22-Jun-05 12:53 
GeneralRe: Delete a locked file Pin
nemopeti22-Jun-05 21:12
nemopeti22-Jun-05 21:12 
GeneralRe: Delete a locked file Pin
Dave Kreskowiak23-Jun-05 2:17
mveDave Kreskowiak23-Jun-05 2:17 
GeneralC+ to c# Pin
GoodQuestion22-Jun-05 10:29
GoodQuestion22-Jun-05 10:29 
GeneralRe: C+ to c# Pin
Jeff Martin22-Jun-05 10:47
Jeff Martin22-Jun-05 10:47 
GeneralRe: C+ to c# Pin
DavidNohejl22-Jun-05 10:49
DavidNohejl22-Jun-05 10:49 
QuestionAlternative to Aspose.Word? Pin
Carl Mercier22-Jun-05 9:48
Carl Mercier22-Jun-05 9:48 
AnswerRe: Alternative to Aspose.Word? Pin
Scott Serl23-Jun-05 11:58
Scott Serl23-Jun-05 11:58 
GeneralRe: Alternative to Aspose.Word? Pin
Carl Mercier23-Jun-05 13:43
Carl Mercier23-Jun-05 13:43 
QuestionHow to move a directory to a diferent particion Pin
nemopeti22-Jun-05 8:23
nemopeti22-Jun-05 8:23 
AnswerRe: How to move a directory to a diferent particion Pin
Dave Kreskowiak22-Jun-05 9:16
mveDave Kreskowiak22-Jun-05 9:16 
GeneralSOLVED Pin
nemopeti22-Jun-05 10:47
nemopeti22-Jun-05 10:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.