I am a C beginner, the written test is basically passed, but it is necessary to do two questions in a week to go to the company.
Please help me with your prawn, help me do these two questions, thank you! ! ! I hope that the code can be as detailed as possible.
1. Programming implementation reads data from a text file, and then outputs the output from another file.
For example: A.txt is output for the B.TXT to GFEDCBA in B.TXT.
2, randomly generate 1000 numbers, use the linked list, and then use the bubbling sort, optimal sorting output.
There are 3,000 counts in this document, the first group is 1000 random, and the second group is 1000 bubbles.
The third group is 1000 of the optimal sort. You cannot use arrays.