Category:Shelf:Algorithms and data structures

From Wikibooks, open books for an open world
Jump to navigation Jump to search

< Computer sciencepurge this page's server cache
< Mathematical logic

Algorithms and data structures
Books on this shelf deal with algorithms and data structures. An algorithm is a finite sequence of instructions, an explicit, step-by-step procedure for solving a problem, often used for calculation and data processing. It is formally a type of effective method in which a list of well-defined instructions for completing a task, will when given an initial state, proceed through a well-defined series of successive states, eventually terminating in an end-state. A data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.