[图书][B] Data structures and algorithms using C

M McMillan - 2007 - books.google.com
data structures and algorithms using C#. The data structures we use in this book are found …
to measure the performance of a data structure and/or algorithm. This class will take the place …

[图书][B] Handbook of algorithms and data structures: in Pascal and C

GH Gonnet, R Baeza-Yates - 1991 - dl.acm.org
… , excellent chapters cover five categories of algorithms: searching, sorting, selection, … a
particular algorithm or data structure works, or about some aspect of an algorithm's complexity. I …

[图书][B] Data structures and algorithms

JE Hopcroft, JD Ullman, AV Aho - 1983 - academia.edu
… of algorithms than data structures, although we do discuss the basics of data structures suitable
… Suppose that there were constants n 0 and c such that for all n ≥ n 0 , we had 3n ≤ c2n. …

[图书][B] An introduction to data structures and algorithms

JA Storer - 2012 - books.google.com
… any data structures besides standard 1-dimensional arrays. In later chapters, we will be able
to design algorithmsC = _6 from which c=6 follows, and then back-substituting c=6 into the …

[图书][B] Data structures and algorithms 1: Sorting and searching

K Mehlhorn - 2013 - books.google.com
… we compare the data structures introduced in the first six sections. The last section covers
data structures for … Let us assume that we have 4 algorithms A,B,C,D for solving problem P 2 …

[图书][B] Data structures and algorithms in C++

MT Goodrich, R Tamassia, DM Mount - 2011 - books.google.com
… added more examples of data structure and algorithm analysis. • … STL data structures into
many of our data structures. • We … course, such as CS210 (T/W/C/S versions) in the IEEE/ACM …

[图书][B] A practical introduction to data structures and algorithm analysis

CA Shaffer - 1997 - people.cs.vt.edu
… to create a separate “C” object everywhere in the document that a “C” appears. The solution
… representation for “C” objects. Then, every place in the document that needs a “C” in a given …

[PDF][PDF] Data structures and algorithm analysis in C

AW Mark - 1992 - elib.vku.udn.vn
… book describes data structures, methods of organizing large amounts of data, and algorithm
… The algorithms in this book are presented in ANSI C, which, despite some flaws, is arguably …

[图书][B] Mastering algorithms with C

K Loudon - 1999 - books.google.com
… This book covers how and why certain data structures and algorithms work, real applications
that use them (including many examples), and their implementation. Mathematical rigor …

[图书][B] Algorithms in c++, parts 1-4: fundamentals, data structure, sorting, searching

R Sedgewick - 1998 - books.google.com
… in data members; we use C-style character strings instead of relying on strings in the C++
library; we do not use the most “lightweight” possible wrapper classes; and we use simple, …