Logo

Algorithms Notes for Professionals

Small book cover: Algorithms Notes for Professionals

Algorithms Notes for Professionals

Publisher: Goalkicker.com
Number of pages: 257

Description:
Contents: Getting started with algorithms; 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.

Home page url

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

Similar books

Book cover: Algorithm ImplementationAlgorithm Implementation
- Wikibooks
This book shows how common algorithms are written in various programming languages, providing code implementations and explanation. Topics: Checksums; Date and time; Graphs; Hashing; Optimization; Search; Simulation; Sorting; String searching; etc.
(17597 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.
(19055 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.
(17747 views)
Book cover: Art of Programming ContestArt of Programming Contest
by - Gyankosh Prokashoni
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 - the ACM International Collegiate Programming Contest.
(23688 views)