chankruze / data-structures

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:C 97.1%Language:C++ 2.9%