Ads block

Showing posts with label DS. Show all posts
Showing posts with label DS. Show all posts

Unit 1 | Data Structure Notes | AKTU Notes


Unit 1 | Data Structure Notes | AKTU Notes
Contents Data structure  - Data Structure is a branch of Computer Science. - A data structure is a storage that is used to store and organiz…
Read more »

Unit 2 | Data Structure Notes | AKTU Notes


Unit 2 | Data Structure Notes | AKTU Notes
Contents Stack - It is a linear data structure that follows a particular order in which the operations are performed.  - The order may be LI…
Read more »

Unit 3 | Data Structure Notes | AKTU Notes


Unit 3 | Data Structure Notes | AKTU Notes
Contents Searching - Searching Algorithms are designed to check for an element or retrieve an element from any data structure where it is st…
Read more »

Unit 5 | Data Structure Notes | AKTU Notes


Unit 5 | Data Structure Notes | AKTU Notes
Contents Tree  - A tree is a nonlinear hierarchical data structure .  - It consists of nodes connected by edges.  - In which , easy to navig…
Read more »