Click here to Skip to main content
15,922,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: error CS0051: Inconsistent accessibility Pin
George_George23-Jun-08 0:03
George_George23-Jun-08 0:03 
GeneralRe: error CS0051: Inconsistent accessibility Pin
Christian Graus23-Jun-08 0:26
protectorChristian Graus23-Jun-08 0:26 
GeneralRe: error CS0051: Inconsistent accessibility Pin
George_George23-Jun-08 1:35
George_George23-Jun-08 1:35 
GeneralRe: error CS0051: Inconsistent accessibility Pin
Christian Graus23-Jun-08 1:42
protectorChristian Graus23-Jun-08 1:42 
GeneralRe: error CS0051: Inconsistent accessibility Pin
George_George23-Jun-08 21:50
George_George23-Jun-08 21:50 
GeneralRe: error CS0051: Inconsistent accessibility Pin
Christian Graus23-Jun-08 21:52
protectorChristian Graus23-Jun-08 21:52 
GeneralRe: error CS0051: Inconsistent accessibility Pin
George_George23-Jun-08 23:18
George_George23-Jun-08 23:18 
GeneralRe: error CS0051: Inconsistent accessibility Pin
Christian Graus23-Jun-08 23:58
protectorChristian Graus23-Jun-08 23:58 
GeneralRe: error CS0051: Inconsistent accessibility Pin
George_George24-Jun-08 1:50
George_George24-Jun-08 1:50 
GeneralRe: error CS0051: Inconsistent accessibility Pin
User 665823-Jun-08 0:35
User 665823-Jun-08 0:35 
GeneralRe: error CS0051: Inconsistent accessibility Pin
George_George23-Jun-08 1:35
George_George23-Jun-08 1:35 
QuestionLink List Pin
benjamin yap22-Jun-08 18:02
benjamin yap22-Jun-08 18:02 
AnswerRe: Link List Pin
Christian Graus22-Jun-08 18:21
protectorChristian Graus22-Jun-08 18:21 
GeneralRe: Link List Pin
benjamin yap22-Jun-08 19:56
benjamin yap22-Jun-08 19:56 
AnswerRe: Link List Pin
User 665822-Jun-08 20:12
User 665822-Jun-08 20:12 
GeneralRe: Link List Pin
benjamin yap22-Jun-08 20:35
benjamin yap22-Jun-08 20:35 
GeneralRe: Link List Pin
Christian Graus22-Jun-08 21:14
protectorChristian Graus22-Jun-08 21:14 
AnswerRe: Link List Pin
leppie22-Jun-08 21:16
leppie22-Jun-08 21:16 
GeneralRe: Link List Pin
benjamin yap23-Jun-08 0:30
benjamin yap23-Jun-08 0:30 
GeneralRe: Link List Pin
User 665823-Jun-08 0:43
User 665823-Jun-08 0:43 
GeneralRe: Link List Pin
Anthony Mushrow23-Jun-08 1:07
professionalAnthony Mushrow23-Jun-08 1:07 
GeneralRe: Link List Pin
leppie23-Jun-08 11:18
leppie23-Jun-08 11:18 
GeneralRe: Link List [modified] Pin
benjamin yap23-Jun-08 17:09
benjamin yap23-Jun-08 17:09 
GeneralRe: Link List Pin
leppie23-Jun-08 21:23
leppie23-Jun-08 21:23 
benjamin yap wrote:
public LinkList MergeSort(LinkList data)


Yes, it should look like that in the end. The code you pasted is for an int array. You could probably adjust that code to handle a generic linked list (an exercise for you, not me).

You could also just see what wikipedia say about the mergesort algorithm, and write your own from scratch. From what you can see, it is pretty simple.

xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)

GeneralRe: Link List Pin
benjamin yap24-Jun-08 2:09
benjamin yap24-Jun-08 2:09 

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.