About this document
Understanding Data Structures & Algorithms by akash kurhe is a document available to read on EtoBox.
Data structure organizes data in memory and specifies how data is stored and accessed. There are two categories of data structures - primitive and non-primitive. Primitive structures like integers and characters are directly operated on by machines, while non-primitive structures like arrays and linked lists are more sophisticated structures derived from primitive ones. Common data structure operations include traversing, inserting, deleting, searching, and sorting data. An algorithm is a set of steps to so
- Author
- akash kurhe
- Language
- EN