Books

Fundamentals of Data Structures

by Ellis Horowitz

Description

This new edition provides a comprehensive and technically rigorous introduction to data structures such as arrays, stacks, queues, linked lists, trees and graphs and techniques such as sorting hashing that form the basis of all software. In addition, this text presents advanced or specialized data structures such as priority queues, efficient binary search trees, multiway search trees and digital search structures. Click to open   Click to open  

Data structure and algorithms Made easy

by Narshimha Karumachi

Description

Reading books is a kind of enjoyment. Reading books is a good habit. We bring you a different kinds of books. You can carry this book where ever you want. It is easy to carry. It can be an ideal gift to yourself and to your loved ones. Care instruction keep away from fire.

Click to open   Click to open  

Data Structures with C (Schaum's Outline Series)

by Seymour Lipschutz

Description

The book gives a clear and concise presentation of wider range of data structures topics supported with variety of pedagogical features. C programs are used to depict the concepts and algorithm implementation makes it easier for the readers to comprehend. MCQs included in the text will help practicing the earlier learnt concept. Thus, this book will be an excellent self-teach and test preparation material for beginners.

Click to open   Click to open  

Youtube Tutorials

Neso academy channel

Decription

Data Structures are a specialized means of organizing and storing data in computers in such a way that we can perform operations on the stored data more efficiently. Data structures have a wide and diverse scope of usage across the fields of Computer Science and Software Engineering.

Freecodecamp channel

Decription

In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science. There are three main parts to this course: algorithms, data structures, and a deep dive into sorting and searching algorithms. By the end, you will understand what algorithms and data structures are, how they are measured and evaluated, and how they are used to solve problems.