latest Post

Algorithms and data structures


Algorithms are a step-by-step procedure for making calculations, used in data processing and automated reasoning - this creates an output that is often, but not always, predictable. Data structures provide a way of storing and organizing data in a computer so it can be used efficiently - different kinds of data structures are suited to different kinds of applications and may be highly specialized to specific tasks.

Together, algorithms and data structures underlie all other aspects of computer science, and involve learning how to store and process data as efficiently as possible, while ensuring algorithms are able to cope with the system in question. You’ll learn things such as linked lists, sorting and recursion, trees, hashing, greedy solutions, graphs and optimizing data arrangements. You may also go on to the analysis of algorithms (determining the amount of resources necessary to execute algorithms).

About Seth Mensah

Seth Mensah
Recommended Posts × +

0 comments:

Post a Comment