CSS 352 Assignment 7

$30.00

Download Details:

  • Name: Assignment-7-Sorting-vkyott.zip
  • Type: zip
  • Size: 2.27 KB

Category:

Description

Rate this product

1. Write a C-program for insertion sort using a singly linked linear list. For this puspose, you use a function as described below, which will be called repeatedly from the main function. So, initially the output will be a null list. Insert an element in a sorted singly linked linear list such that after insertion the list will also be sorted.

2. Given a singly linked linear list, write a C-program for making a list which is reverse of the given list