Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-structure-in-c-program

LAB EXCERCISES 2

LAB EXCERCISES 3

  • Write a program in C to create a single linked list of more than one node and print it.Source Code
  • Write a program in C to create a single linked list of more than one node and display total number of nodes.Source Code
  • Write a program in C to create a single linked list of more than one node and insert a node at (i) first position (ii) last position and (iii) specified locationSource Code
  • Write a program in C to create a single linked list of more than one node and delete an element at (i) first position (ii) last position and (iii) at specified position. Source Code
  • Write a program in C to create a single linked list of more than one node and search a particular key element.Source Code
  • Write a program in C to create a single linked list and create a copy of list.Source Code
  • Write a program in C to create a single linked list of more than one node and sort all data element in the list.Source Code
  • Write a program in C to create two single linked lists of more than one node and concatenate the list.Source Code
  • Write a program in C to create a doubly linked list of more than one node and display it.Source Code
  • Write a program in C to create a doubly linked list of more than one node and insert a node at (i) first position, (ii) last position and (iii) specified position. Source Code
  • Write a program in C to create a doubly linked list of more than one node and delete an element from (i) first position, (ii) last position and (iii) specified position.Source Code
  • Write a program in C to create doubly linked list and create another doubly list with reverse the elements of first list.
  • Write a program in C to create a circular linked list of more than one node and display it.Source Code
  • Write a program in C to create a circular linked list of more than one node and insert a node at (i) first, (ii) last and (iii) specified location Source Code
  • Write a program in C to create a circular linked list of more than one node and delete an element from (i) first, (ii) last and (iii) specified location Source Code
  • Write a program in C to create a circular doubly linked list of more than one node and display it. Source Code
  • Write a program in C to create a circular doubly linked list of more than one node and insert a node at (i) first, (ii) last and (iii) specified location Source Code
  • Write a program in C to create a circular doubly linked list of more than one node and delete an element from (i) first (ii) last and (iii) specified location. Source Code
  • Write a program in C to read two polynomials and find their sum using single linked list. Source Code

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages