![]() |
Data is stored in a wrong way in linkedlist-Help
Code:
public static void Main(String[] args)Console: Do you want to put the data at some specific position? pos: 1 Console.WriteLine("Enter element to put at specified position :"); 3 So when it display the list it shows like as : 3 5 6 7 e 1 8 Why it is inserting "e" in the middle? Please advise. Thanks |
Re: Data is stored in a wrong way in linkedlist-Help
Probably because of
Code:
insertAt(str, ind); |
| All times are GMT +5.5. The time now is 18:43. |