2.10 Lab Sheet
2.10 Lab Sheet
OBJECTIVE: Develop a C Program to perform insert, delete, display, sort, find and
replace operations on Singly Circular Linked List (SCLL).
MINIUM REQUIREMENTS:
2. C Compiler
3. Text Editor
TASK ANALYSIS:
A. KNOWLEDGE
1. Structure of C Program
2. Function prototype
3. Execution of C program
B. SKILL
Writing algorithm
Selecting suitable instructions
Writing C Program
Manipulation
Activities Creating new node using structure
2. TEACHING POINTS
A. Procedural precautions:
Implementation of a Queue
Hash table implementation
Dynamic memory allocation
ACTION ACTIVITY
5. SCHEME OF EVALUATION
A. Writing pseudocode
A B C T
B. Selecting suitable instructions
2. Manipulation
C. Writing C Program 4 5 6 15
Activities
A. Co Operation
B. Co-Ordination
4.Values C. Communication
5
D. Sharing
E. Leadership
Total 50
5. How can you insert a node to the beginning of a singly circular linked list?