Blogs

01

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.

Read More
02

Stack

Stack is a linear data structure which follows a particular order in which the operations are performed. The order may be LIFO(Last In First Out) or FILO(First In Last Out).

Read More
03

Trees

A tree data structure is defined as a collection of objects or entities known as nodes that are linked together to represent or simulate hierarchy.

Read more
04

Searching Techniques

Searching is an operation or a technique that helps finds the place of a given element or value in the list.

Read More
05

Arrays

An array is a data structure for storing multiple data items that have a similar data type.

Read More

Contact us


This is a project made by us under the title

Integrated Platform for Data Structures

in partial fulfillment of requirements for award of degree

Bachelor of Engineering (SE)