#1 Assignment - BucketSort
Implement Bucket Sort algorithm using C programming language. Use struct to implement linked-list data structure.
Deadline
- Monday 7th Oct. 22:00
RUN
Please make sure that your code is compiled and ran successfully. We will run your code by the following command.
gcc [studentNo].c -o out
./outSubmission
Submit just a C file in LMS. The file should be named as [9652xxxx.c]. For example 96521234.c.
