/data-structures

Assignments for Computer Science (2021-2025) batch of Odisha University of Technology and Research (Formerly CET).

Primary LanguageCCreative Commons Zero v1.0 UniversalCC0-1.0

Data Structures

Assignments for Computer Science (2021-2025) batch of Odisha University of Technology and Research (Formerly CET).

Topic Task
Linked List Create a linked list
Linked List Insert a node at the end
Linked List Insert a node at the start
Linked List Insert a node at a specific position
Linked List Delete a node from the end
Linked List Delete a node from the start
Linked List Delete a node from a specific position
Linked List Delete a node after a specific node
Linked List Implement stack using linked list
Linked List Implement queue using linked list
Linked List Sort a given linked list