SlideShare a Scribd company logo
1.Write a program that uses functions to perform the following operations on singly linked list.:
i) Creation ii) Insertion iii) Deletion iv) Traversal
2. Write a program that uses functions to perform the following operations on doubly linked list.:
i )Creation ii) Insertion iii) Deletion iv) Traversal
3. Write a program that uses functions to perform the following operations on circular linked list.:
i) Creation ii) Insertion iii) Deletion iv) Traversal
4. Write a program that implement stack (its operations) using i) Arrays ii) Pointers
5. Write a program that implement Queue (its operations) using i)Arrays ii) Pointers
6. Write a program that implements the following sorting methods to sort a given list of integers in
ascending order i) Quick sort ii) Heap sort iii) Merge sort
7. Write a program to implement the tree traversal methods ( Recursive and Non Recursive).
8. Write a program to implement a) Binary Search tree
8 b) Write a program to implement B Trees
8 d) write a Program to implement AVLtrees
9. Write a program to implement the graph traversal methods.
10. Implement a Pattern matching algorithms using Boyer- Moore, Knuth Morris-Pratt

More Related Content

DOCX
Ds list of experiments ce
PPSX
Data Structures by Yaman Singhania
DOCX
Data-Structure-Algorithms-.docx
DOC
Data structures question paper anna university
PPTX
SAP ABAP Practice exam
DOCX
HSc Computer Science Practical Slip for Class 12
PPT
Unit i(dsc++)
DOC
Program listds
Ds list of experiments ce
Data Structures by Yaman Singhania
Data-Structure-Algorithms-.docx
Data structures question paper anna university
SAP ABAP Practice exam
HSc Computer Science Practical Slip for Class 12
Unit i(dsc++)
Program listds

Similar to Programms for lab externa l purpose only (20)

DOC
CS8391 Data Structures Part B Questions Anna University
PDF
C++ Lab Maual.pdf
PDF
C++ Lab Maual.pdf
PPTX
Top 10 sap abap faqs-www.bigclasses.com
PPTX
Automated bug localization
DOCX
Prueba de conociemientos Fullsctack NET v2.docx
PDF
Software Architecture - Quiz Questions
PDF
Software Architecture - Quiz Questions
PDF
Computer science sqp
DOCX
OOP Programs
PDF
Data Structure.pdf
PDF
Introduction to phyton , important topic
PPT
Frequently asked questions in c
DOCX
project2.classpathproject2.project project2 .docx
PPT
Frequently asked questions in c
PPTX
Introduction to data structures - Explore the basics
DOCX
Write a complete C programme to implement the following sorting algor.docx
PDF
Java Programming.pdf
PDF
Building Data Pipelines in Python
ODT
(4) cpp automatic arrays_pointers_c-strings_exercises
CS8391 Data Structures Part B Questions Anna University
C++ Lab Maual.pdf
C++ Lab Maual.pdf
Top 10 sap abap faqs-www.bigclasses.com
Automated bug localization
Prueba de conociemientos Fullsctack NET v2.docx
Software Architecture - Quiz Questions
Software Architecture - Quiz Questions
Computer science sqp
OOP Programs
Data Structure.pdf
Introduction to phyton , important topic
Frequently asked questions in c
project2.classpathproject2.project project2 .docx
Frequently asked questions in c
Introduction to data structures - Explore the basics
Write a complete C programme to implement the following sorting algor.docx
Java Programming.pdf
Building Data Pipelines in Python
(4) cpp automatic arrays_pointers_c-strings_exercises
Ad

Recently uploaded (20)

PPTX
History, Philosophy and sociology of education (1).pptx
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
master seminar digital applications in india
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Classroom Observation Tools for Teachers
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Updated Idioms and Phrasal Verbs in English subject
History, Philosophy and sociology of education (1).pptx
202450812 BayCHI UCSC-SV 20250812 v17.pptx
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
What if we spent less time fighting change, and more time building what’s rig...
master seminar digital applications in india
Supply Chain Operations Speaking Notes -ICLT Program
Complications of Minimal Access Surgery at WLH
Final Presentation General Medicine 03-08-2024.pptx
01-Introduction-to-Information-Management.pdf
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
A systematic review of self-coping strategies used by university students to ...
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Classroom Observation Tools for Teachers
Anesthesia in Laparoscopic Surgery in India
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Updated Idioms and Phrasal Verbs in English subject
Ad

Programms for lab externa l purpose only

  • 1. 1.Write a program that uses functions to perform the following operations on singly linked list.: i) Creation ii) Insertion iii) Deletion iv) Traversal 2. Write a program that uses functions to perform the following operations on doubly linked list.: i )Creation ii) Insertion iii) Deletion iv) Traversal 3. Write a program that uses functions to perform the following operations on circular linked list.: i) Creation ii) Insertion iii) Deletion iv) Traversal 4. Write a program that implement stack (its operations) using i) Arrays ii) Pointers 5. Write a program that implement Queue (its operations) using i)Arrays ii) Pointers 6. Write a program that implements the following sorting methods to sort a given list of integers in ascending order i) Quick sort ii) Heap sort iii) Merge sort 7. Write a program to implement the tree traversal methods ( Recursive and Non Recursive). 8. Write a program to implement a) Binary Search tree 8 b) Write a program to implement B Trees 8 d) write a Program to implement AVLtrees 9. Write a program to implement the graph traversal methods.
  • 2. 10. Implement a Pattern matching algorithms using Boyer- Moore, Knuth Morris-Pratt