Click here to Skip to main content
15,888,984 members
Home / Discussions / Java
   

Java

 
AnswerRe: In-place Merge-Sort with doubly linked list Pin
TheLaughingManAnDerTU25-Apr-11 9:03
TheLaughingManAnDerTU25-Apr-11 9:03 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
Manfr3d25-Apr-11 9:16
Manfr3d25-Apr-11 9:16 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
TheLaughingManAnDerTU25-Apr-11 10:29
TheLaughingManAnDerTU25-Apr-11 10:29 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
Manfr3d25-Apr-11 12:20
Manfr3d25-Apr-11 12:20 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
JavaStudent_LA25-Apr-11 16:11
JavaStudent_LA25-Apr-11 16:11 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
Manfr3d25-Apr-11 22:46
Manfr3d25-Apr-11 22:46 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
TheLaughingManAnDerTU26-Apr-11 6:04
TheLaughingManAnDerTU26-Apr-11 6:04 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
Manfr3d27-Apr-11 0:05
Manfr3d27-Apr-11 0:05 
In my opinion it's not an advantage for the algorithm. It can be an advantage when dealing with the data structure itself. However, if you split the list, you have to reconnect the first to the last element of the sub-list and vice versa. It's also not that easy to check whether you reached the last element, cause you need help pointers or something similar.
GeneralRe: In-place Merge-Sort with doubly linked list Pin
JavaStudent_LA29-Apr-11 15:17
JavaStudent_LA29-Apr-11 15:17 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
Manfr3d30-Apr-11 3:41
Manfr3d30-Apr-11 3:41 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
JavaStudent_LA3-May-11 16:26
JavaStudent_LA3-May-11 16:26 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
Manfr3d3-May-11 21:58
Manfr3d3-May-11 21:58 
GeneralMessage Removed Pin
4-May-11 4:44
JavaStudent_LA4-May-11 4:44 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
Manfr3d4-May-11 7:32
Manfr3d4-May-11 7:32 
GeneralRe: In-place Merge-Sort with doubly linked list Pin
JavaStudent_LA8-May-11 11:41
JavaStudent_LA8-May-11 11:41 
Questionmysql to oracle conversion tool Pin
ankit.mathurs21-Apr-11 16:39
ankit.mathurs21-Apr-11 16:39 
AnswerRe: mysql to oracle conversion tool Pin
TorstenH.21-Apr-11 22:56
TorstenH.21-Apr-11 22:56 
Questionform validations in java Pin
ships_agr20-Apr-11 23:47
ships_agr20-Apr-11 23:47 
AnswerRe: form validations in java Pin
TorstenH.21-Apr-11 1:36
TorstenH.21-Apr-11 1:36 
GeneralRe: form validations in java Pin
ships_agr21-Apr-11 20:19
ships_agr21-Apr-11 20:19 
GeneralRe: form validations in java Pin
TorstenH.21-Apr-11 22:36
TorstenH.21-Apr-11 22:36 
GeneralRe: form validations in java Pin
ships_agr25-Apr-11 9:15
ships_agr25-Apr-11 9:15 
QuestionProblem with my code Pin
mofuobi20-Apr-11 23:45
mofuobi20-Apr-11 23:45 
AnswerRe: Problem with my code Pin
TorstenH.21-Apr-11 1:30
TorstenH.21-Apr-11 1:30 
QuestionIWAB0380E Errors were encountered while validating XML schemas. XSD: Pin
R V Reddy20-Apr-11 20:07
R V Reddy20-Apr-11 20:07 

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.