I am trying to do a Leaderboard for a game by using a Sorted Linked List. I was able to do so by sorting the point in descending order which mean higher point to lower point. Moreover, I will also …
Tag: sortedlist
Creating a sorted link list out of a normal linked list
As I’ve just started programming a few months back a lot of new information is coming and I’m having trouble catching up.So here I have created what I thought was a sorted linked list.Turns out it is not sorted The method works,it inserts the persons,but they arent sorted like they should be.What part of the code do I need to