Knowledge in data structure fundamentals

Hotel management system

this is a c code that implements a retail service for hotel managment systems usinf files , data structures in c.

data structures: queues

Queue is a linear data structure where the first element is inserted from one end called REAR and deleted from the other end called as FRONT. ... In a queue, one end is always used to insert data (enqueue) and the other is used to delete data (dequeue), because queue is open at both its ends

Definition of data structures

The basic definition of data structures is data structures is the arrangement of data elements of similar types that holds a perfect structure.

Minimal spanning tree

Minimal spanning tree method is the shortest path to search an element... It has free tree,rooted tree, weighed tree.

DATA BASE MANAGEMENT SYSTEM.

WE WILL KNOW ABOUT THE DATA STRUCTURES.

Trees and their explaination

Knowledge about Trees in data structures.

Performing data structure operations

Knowledge about data structure operations in data structures

Traversing Linear arrays

Knowledge about Traversing linear arrays in data structure

Deletion Algorithm in data structure

Knowledge about Deletion algorithm and diagram in data structure

Array representation of stack

Knowledge about array representation of stack in data. structure

Evaluation of postfix expression

Knowledge about evaluation of a postfix expression in data structure

Symbol Tables - DSA notes

This pdf Contains notes on Topic Symbol Tables - DSA notes. This is part of book DSA made easy.