Day 52 - Sort and Reverse Ques 1) Write a program to reverse the given linked list Ques 2) Write a program to sort the given linked list ques Solution JavaScript Implementation Solution // To Be Added