User profile: inukshuk

User info
User name:inukshuk
History
Joined:
Number of posts:18
Latest posts:

A program to calculate the number of predecessors.
It should check numbers to the left of each element. It can't go over 8 because 8 is larger than 6 ...

A program to calculate the number of predecessors.
I'm trying to find the numbers in an array that are smaller or equal than each number in the array. ...

Insertion sort @ linked list
!Thanks What should be changed? If i comment one of the two conditions in the if statement it does n...

Insertion sort @ linked list
I am trying to use this code but the problem is that it hangs and i cant tell why. Any ideas? It sh...

Splitting a function into 3 more functions.
This concludes this exercise, i have pasted the final code for further reference. The initial code w...