|
|
|
||
The aim of this course is to provide a brief introduction to the principles
of computers, practice algorithmic thinking, learn simple algorithms
and basic principles of procedural programming.
Last update: T_KDM (17.03.2011)
|
|
||
Töpfer, P. Algoritmy a programovací techniky, Prometheus, Praha 1995. Wróblewski, P. Algoritmy - Datové struktury a programovací techniky, Computer Press, Praha, 2004. Last update: T_KDM (17.03.2011)
|
|
||
Brief history of computers Fundamental hardware and its functionality Operating systems Programming languages Using IDE Elementary statements Variables and constants Basic data structures Input and output Procedures and functions Algorithm and its efficiency Elementary algorithms - divisibility, Euclid's algorithm, Sieve of Eratosthenes, Horner's scheme, long numbers, searching in arrays, etc. Last update: T_KDM (17.03.2011)
|