Posts by argent into • 141 points
3 posts
-
1
votes1
answer71
viewsQ: string comparison + linkedList
Good evening, I am trying to compare a string with a Linked list but I am not having success, the Linked list is being returned a value of another function but I will put here the output of the…
-
5
votes4
answers6903
viewsQ: Generate random numbers that do not repeat
How can I generate a large sequence of random numbers that do not repeat? I have to generate 10,000 numbers from 1 to 1 million and store them in a file and they can’t repeat themselves. However…
-
7
votes1
answer1322
viewsQ: Removal of random numbers in AVL tree
I have to implement an avl that gets 10,000 random numbers from 1 to 1000,000, right after that, I have to remove 1,000 random numbers, both taken from files. txt, I can enter normally, but when it…