Algorithms and programming methods is mainly addressed to the students of Faculty of Economy Cybernetics, Statistics and Informatics (first year), from the Academy of Economic Studies of Bucharest, while it is also useful to other people interested in studying the field.
The book is organized in four chapters: recursivity, files, graphs, programming methods. First chapter presents the construction and use of recursive subprograms, including resource usage. Second chapter presents theoretical notions (files, records, organization methods and access types) and algorithms for using text and binary files in C applications. Third chapter presents fundamental graph notions and algorithms. Fourth chapter presents specific programming methods used in solving problems (Divide et impera, Greedy si Bactracking), with theoretical and practical aspects and examples.