Posts by Ricardo F • 11 points
3 posts
-
1
votes1
answer575
viewsA: C algorithm for registration, search and exclusion
Hi all right ? I hope so =). From what I saw of your code it would be good if you were to refactor it, and change some gaps, besides taking into account the OS that is being executed. Some…
-
0
votes2
answers58
viewsA: Insert at the end of efficient-list
It may be that in the condition if (L==NULL){ return nv; } When it enters it, the return that in the case nv is void or with garbage. There enters into parts of memory that could not enter and…
-
0
votes2
answers433
viewsA: recursive function with lists
Guy’s kind of confused what he posted, but the characteristic of recursion 'and it call itself. As I saw in the statement Voce can return a third list, so I used an auxiliary counter and a "global"…