LOCKDOWN CODING ADVENTURES
172 1st year students of CSE and IT departments were given a challenge to implement selection sort in recursive style of a Linked List in C language on repl.it platform.
After completion of the assignments on 9th May 2020, students were asked to join a meeting on Microsoft Teams to review the code.
3 students from CSE – Dayanand, Tarun kumar and Pragadeesh completed the recursive function code and won a cash prize of Rs 500 each.
The Recursive Selection Sort C-Language Challenge helped reinforce and integrate students’ knowledge of
– selection sort
– recursion
– structures
– pointers
– linked list