Knowledge in data strcutures

File System Data Structure in OS

Pin computer operating system, data structure is used to handle the files here is a short description

Tree semester 2

For more resources please see other content

Tree for BCA student

Check out my other content

notes of advance data structure

notes of advance data structure

Breadth first search

This file contains an experiments which should be implemented by using a C compiler.

Programming in C and Data structures

the pdf contains notes for Programming in C and Data structures

Roadmap to begin with Data structures and algorithms.

This PDF file containing the roadmap structure to begin with Data structures and algorithms.

Data Structures(DS) 3rd Semester B-Tech(CSE) IP University

These are the notes of the subject: Data Structures(DS) in B-tech (Computer science) 3rd Semester. These are the handwritten notes. These are easy to understand and include all the topics covered. They are prepared very carefully and are very clear, and will help you to achieve good marks in the exams.

Data Structures(DS) 3rd Semester Unit-2 B-Tech(CSE) IP University

These are the notes of the subject: Data Structures(DS) in B-tech (Computer science) 3rd Semester. These are the handwritten notes of unit-2. These are easy to understand and include all the topics covered by unit-2. They are prepared very carefully and are very clear, and will help you to achieve good marks in the exams.

Linklist

1)Array vs Linklists 2)Array vs Lists 3)The Node Class 4)Single linked list class a) Inserting at head b)Inserting in the middle c)Get the Ith element d)Remove at head e)Insert at tail f)Delete at tail 5)Linked lists 6)Linked lists with tail a)Insert at tail b)Remove at tail 7)Doubly Linked lists a)Insert at head b)Insert at tail 8)Sentinels 9)DLLists with sentinels 10)Extensions 11)Linked list in Java