aspose file tools
The moose likes Beginning Java and the fly likes find middle element of linkedlist Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "find middle element of linkedlist" Watch "find middle element of linkedlist" New topic
Author

find middle element of linkedlist

sivakondalu dokku
Greenhorn

Joined: Jan 17, 2012
Posts: 5
Welcome Coderanch


please suggest me, how to insert objects into LinkedList and Find middle element ?









ThankQ
Muhammad Saifuddin
Ranch Hand

Joined: Dec 06, 2005
Posts: 1318




hope it helps.

Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32712
    
    4
But why?
Tony Docherty
Bartender

Joined: Aug 07, 2007
Posts: 1176
    
    3

If there's an even number of elements then there isn't a middle element.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: find middle element of linkedlist
 
Similar Threads
in case of fast array or link list
Loops and LinkedLists...
regarding List
ArrayList vS linkedList
Which Collection to choose?