Knowledge in Data Structures & algorithms

data structure unit 2

It covers all the topics related to unit 2 data structure as prescribed by AKTU syllabus

Extended binary tree

It covers all the topics related to extended binary tree as per AKTU syllabus

linklist

It completely covers all the topics related to linklist

algorithm and data structure

implementation learning od data structure and algoirthm.

PROGRAMMING & DATA STRUCTURE (NOTES) B.TECH

This clip contains notes of PROGRAMMING & DATA STRUCTURE for the students of B.Tech 1st year.

Algorithms and Problem Solving

The clip covers the important topics of Algorithms and Problem Solving

Data Structures and its fundamentals

Data Structures, the contents gives a fully described introduction of the subject and tell about its fundamentals. It is a briefs the user about the data types, sorting, methods, arrays, data, and so on

algorithms

algorithm and various problem solving algorithm

Database Administration

Database administration techniques using MONGO DB illustrations and with perfect examples. Proper guidance in making and managing database with mongo db.

Amity University Data structure Previous year paper

In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification.More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data. Data structures serve as the basis for abstract data types (ADT). The ADT defines the logical form of the data type. The data structure implements the physical form of the data type.Different types of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks. For example, relational databases commonly use B-tree indexes for data retrieval,while compiler implementations usually use hash tables to look up identifiers. Data structures provide a means to manage large amounts of data efficiently for uses such as large databases and internet indexing services. Usually, efficient data structures are key to designing efficient algorithms. Some formal design methods and programming languages emphasize data structures, rather than algorithms, as the key organizing factor in software design. Data structures can be used to organize the storage and retrieval of information stored in both main memory and secondary memory.

Data structure and algorithms

Here is some important notes on data structure and algorithm with various notations for algorithms.

Data Structure (Doubly Linked List & Tree) (class notes)

It has various programs on the topic: Doubly Linked List Circular Doubly Linked List It also contains the topic "TREE". Types of Tree