Logo

Art of Programming Contest by Ahmed Shamsul Arefin

Small book cover: Art of Programming Contest

Art of Programming Contest
by

Publisher: Gyankosh Prokashoni
ISBN/ASIN: 9843233824
Number of pages: 247

Description:
This book is designed to serve as a textbook for an algorithm course focusing on programming as well as a programming course focusing on algorithms. The book is specially designed to train students to participate in competitions, especially the ACM International Collegiate Programming Contest.

Download or read it online for free here:
Download link
(1.8MB, PDF)

Similar books

Book cover: Algorithms for Programmers: Ideas and Source CodeAlgorithms for Programmers: Ideas and Source Code
by
Aimed to programmers who are interested in the selected algorithms and those who want to create optimized code. It covers low level algorithms, combinatorial generation, fast orthogonal transforms, fast arithmetic, and algorithms for finite fields.
(22914 views)
Book cover: Sorting and Searching Algorithms: A CookbookSorting and Searching Algorithms: A Cookbook
by
Collection of algorithms for sorting and searching, and techniques for implementing dictionaries, with brief and intuitive descriptions. It is assumed that you know C, and that you are familiar with concepts such as arrays and pointers.
(19124 views)
Book cover: Clever Algorithms: Nature-Inspired Programming RecipesClever Algorithms: Nature-Inspired Programming Recipes
by - GitHub
This book provides a handbook of algorithmic recipes from the fields of Metaheuristics, Biologically Inspired Computation and Computational Intelligence that have been described in a complete, consistent, and centralized manner.
(18462 views)
Book cover: Algorithms Notes for ProfessionalsAlgorithms Notes for Professionals
- Goalkicker.com
Contents: Algorithm Complexity; Big-O Notation; Trees; Binary Search Trees; Graph; Dijkstra's Algorithm; A* Pathfinding; Dynamic Programming; Kruskal's Algorithm; Greedy Algorithms; Catalan Number; Sorting; Searching; Pascal's Triangle; etc.
(7368 views)