The Algorithms and Logic Schemes with examples in C book is a collection of exercises and problems solved, specific to computer programming activity. The approach is gradual, from simple and easy to understand exercises and problems, to specific problems with working with data structures, covering a wide range of elementary processing operations. In order to exemplify the implementation of proposed solutions, programming language C was chosen.
The variety of exercises and problems proposed covers a wide range of operations specific for working with expressions and mathematical functions (mean, minimum, maximum, equation, cmmdc, equation systems, etc.), working with vectors (scalar product, vector product, Sorting, interclassing, etc.) and working with matrix (gathering, multiplying, elevating to power, translating, etc.).
The Algorithms and Logic Schemes with examples in C book can be an important tool for computer programming activity for any student regardless of profile, but also for any high school student who follows a informatic profile.