Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~290 People Reached
Favorite Forums
Member Avatar for laki

hi i want to reverse the LL useing recurtion in C#, i am able to print it in reverse order but unable to store it as LL in reverse order, below is the code for it ::) [CODE] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] System;[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] System.Collections.Generic;[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] System.Text;[/COLOR] [COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] linearLL[/COLOR] { [COLOR=#0000ff]class[/COLOR] [COLOR=#008080]LinkList [/COLOR]{ …

Member Avatar for Lord Soth
0
290