Znalezione w sieci
Algorithms and Data Structures: The Basic Toolbox
Data: 2011-09-22, Autor: K. Mehlhorn, P. Sanders - Springer, 2008, Dział: Struktury danych
This book is a concise introduction addressed to students and professionals familiar with programming and basic mathematical language. Individual chapters cover arrays and linked lists, hash tables and associative arrays, sorting and selection, priority queues, sorted sequences, graph representation, graph traversal, shortest paths, minimum spanning trees, and optimization.
WięcejA Practical Introduction to Data Structures and Algorithm Analysis
Data: 2011-09-22, Autor: Clifford A. Shaffer - Virginia Tech, 2010, Dział: Struktury danych
A comprehensive treatment of fundamental data structures and algorithm analysis with a focus on how to create efficient data structures and algorithms. Aims to help the reader gain an understanding of how to select or design the data structure that will best solve a particular problem.
WięcejSorting and Searching Algorithms: A Cookbook
Data: 2011-09-22, Autor: Thomas Niemann, 2008, Dział: Struktury danych
This is a collection of algorithms for sorting and searching, with brief and intuitive descriptions. It is assumed that you know C, and that you are familiar with concepts such as arrays and pointers. The text presents several sorting algorithms, techniques for implementing dictionaries, structures that allow efficient search, insert, and delete operations, algorithms that sort data and implement dictionaries for very large files.
WięcejSequential and Parallel Sorting Algorithms
Data: 2011-09-22, Autor: H. W. Lang - FH Flensburg, 2000, Dział: Struktury danychSequential and parallel sorting algorithms explained, followed by source code. 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.
WięcejClever Algorithms: Nature-Inspired Programming Recipes
Data: 2011-09-22, Autor: Jason Brownlee - Lulu.com, 2011, Dział: Struktury danychThis 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. These standardized descriptions were carefully designed to be accessible, usable, and understandable.
Więcej
