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 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.
(7399 views)
Book cover: Matters Computational: Ideas, Algorithms, Source CodeMatters Computational: Ideas, Algorithms, Source Code
by
This is a book for a working programmer or anyone interested in methods of computation. The focus is on material that does not usually appear in textbooks on algorithms. We use the C++ programming language for low-level algorithms.
(17839 views)
Book cover: Sequential and Parallel Sorting AlgorithmsSequential and Parallel Sorting Algorithms
by - FH Flensburg
From the table of contents: insertion sort, quicksort, heapsort, mergesort, shellsort, lower bounds, external sorting, sorting networks, sorting on mesh-connected processor arrays, sorting contest. Explanations are followed by source code.
(21345 views)
Book cover: Text AlgorithmsText Algorithms
by - Oxford University Press
This book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It will serve both as a textbook for courses on algorithm design and as a reference for professionals.
(17917 views)