Posts

Showing posts from April, 2020

C language Code for Assignment of Double Linked List

Below this is my code for Assignment Double Linked List with Menu

Summary of Even Semester, 2020

Image
Summary of Data Structure Even Semester 2020 Introduction to Data Structure Data structure ® a particular way of organizing data in a computer so that it can be used effectively. Purpose: to reduce the space and time complexities of different tasks. Types of Data Structure: ·          Array ·          Linked Lists ·          Stack ·          Queue ·          Binary Tree ·          Binary Search Tree ·          Heap ·          Hashing Data Structure ·          Matrix ·          Trie