Data Structure for B.Tech 2nd Year
In this blog, I just write about Data Structure and Algorithms topic wise.
And here, I am also marking some file links that are very useful for B.Tech 2nd Year Computer Science Students.
So, the topics I covered in this blog are-
- Introduction of Data Structure
- Array
- Linked List
- Stack
- Queue
- Tree
- Graph
- Searching
- Sorting
1. Introduction of Data Structure
- Basically, Data Structure is a way of organizing all the data items that considers not only the storage of elements but also tells the relationship between each item for processing.
- Data Structure is a key organizing factor in the software design.
- In other words, it is a structural representation of logical relationship between individual elements of data for computer processing.
- Primitive Data Structure
- Non-Primitive Data Structure