TOP
紅利積點抵現金,消費購書更貼心
篩選商品
縮小範圍
藍思分級
搜尋結果 /

Data Structures

38839
1 / 971
DATA STRUCTURES AND ALGORITHMS IN JAVA 5/E INTERNATIONAL STUDENT VERSION
90 折
出版日:2010/03/16 作者:GOODRICH  出版社:JOHN WILEY & SONS;LTD  裝訂:平裝
Using a unique multimedia format for learning the fundamentals of data structures and algorithms, this conceptually elegant and innovative text incorporates the object-oriented design paradigm with Ja
優惠價: 9 1170
庫存:1
出版日:2025/06/13 作者:Rajesh Bharatiya  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures using Python
95 折
Data Structures using Python provides an introduction to design, analysis, and implementation of data structures using the powerful programming language, Python. This book is designed for a first cour
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Advanced Data Structures
90 折
出版日:2019/05/16 作者:Peter Brass  出版社:Cambridge Univ Pr  裝訂:平裝
This text closely examines ideas, analysis, and implementation details of data structures as a specialised topic in applied algorithms. It looks at efficient ways to realise query and update operations on sets of numbers, intervals, or strings by various data structures, including: search trees; structures for sets of intervals or piece-wise constant functions; orthogonal range search structures; heaps; union-find structures; dynamization and persistence of structures; structures for strings; and hash tables. Instead of relegating data structures to trivial material used to illustrate object-oriented programming methodology, this is the first volume to show data structures as a crucial algorithmic topic. Numerous code examples in C and more than 500 references make Advanced Data Structures an indispensable text.
優惠價: 9 2537
無庫存
出版日:2018/10/11 作者:Kenneth Lambert  出版社:Cengage Learning  裝訂:平裝
Whether you are a computer programming student, hobbyist or professional, Lambert's FUNDAMENTALS OF PYTHON™: DATA STRUCTURES, 2E offers the perfect introduction to object-oriented design and data stru
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/04/26 作者:Wisnu Anggoro  出版社:Packt Pub Ltd  裝訂:平裝
Learn how to build efficient, secure and robust code in C++ by using data structures and algorithms - the building blocks of C++Key FeaturesUse data structures such as arrays, stacks, trees, lists, an
優惠價: 1 2819
無庫存
出版日:2018/03/11 作者:Frank M. Carrano; Timothy M. Henry  出版社:Pearson College Div  裝訂:精裝
A relatable and friendly introduction to data structures and their implementation The 5th Edition of Data Structures and Abstractions with Java introduces readers to data structures (CS-2) i
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Basic Concepts in Data Structures
90 折
出版日:2016/11/30 作者:Shmuel Tomi Klein  出版社:Cambridge Univ Pr  裝訂:精裝
Data structures are the fundamental building blocks of any computer program, used for storing, representing and manipulating data in a computer. This text presents the basic concepts of data structures as part of the art of writing computer programs. The author concentrates on the fundamentals of what should be done to solve a problem efficiently rather than technical implementation details. The text includes pseudocode and covers all the most common data structures, such as queues, stacks, trees, heaps, and hash tables, along with the basics of searching, sorting, and coding. This book can supplement any undergraduate algorithms or discrete math course and will also be accessible to students and researchers in other quantitative disciplines. No prerequisites beyond introductory programming and basic mathematics are required, and the accessible, conceptual presentation will appeal to undergraduates in many quantitative fields. Carefully designed problem sets with selected solutions wil
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Basic Concepts in Data Structures
滿額折
出版日:2016/11/30 作者:Shmuel Tomi Klein  出版社:Cambridge Univ Pr  裝訂:平裝
Data structures are the fundamental building blocks of any computer program, used for storing, representing and manipulating data in a computer. This text presents the basic concepts of data structures as part of the art of writing computer programs. The author concentrates on the fundamentals of what should be done to solve a problem efficiently rather than technical implementation details. The text includes pseudocode and covers all the most common data structures, such as queues, stacks, trees, heaps, and hash tables, along with the basics of searching, sorting, and coding. This book can supplement any undergraduate algorithms or discrete math course and will also be accessible to students and researchers in other quantitative disciplines. No prerequisites beyond introductory programming and basic mathematics are required, and the accessible, conceptual presentation will appeal to undergraduates in many quantitative fields. Carefully designed problem sets with selected solutions wil
優惠價: 9 1930
無庫存
Compact Data Structures ─ A Practical Approach
90 折
出版日:2016/09/08 作者:Gonzalo Navarro  出版社:Cambridge Univ Pr  裝訂:精裝
Compact data structures help represent data in reduced space while allowing it to be queried, navigated, and operated in compressed form. They are essential tools for efficiently handling massive amounts of data by exploiting the memory hierarchy. They also reduce the resources needed in distributed deployments and make better use of the limited memory in low-end devices. The field has developed rapidly, reaching a level of maturity that allows practitioners and researchers in application areas to benefit from the use of compact data structures. This first comprehensive book on the topic focuses on the structures that are most relevant for practical use. Readers will learn how the structures work, how to choose the right ones for their application scenario, and how to implement them. Researchers and students in the area will find in the book a definitive guide to the state of the art in compact data structures.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2014/08/23 作者:Liwu Li  出版社:Springer-Verlag New York Inc  裝訂:平裝
This introduction to the Java language integrates a discussion of object-oriented programming with the design and implementation of data structures. It covers the most important topics, including algo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Fundamentals of Python ─ Data Structures
90 折
出版日:2013/10/31 作者:Kenneth Lambert  出版社:Cengage Learning  裝訂:平裝
Written for computer programming students, hobbyists, and professionals, FUNDAMENTALS OF PYTHON: DATA STRUCTURES is an introduction to object-oriented design and data structures using the popular Pyth
優惠價: 9 1620
無庫存
出版日:2013/09/20 作者:Pat Morin  出版社:Univ of Washington Pr  裝訂:平裝
Offered as an introduction to the field of data structures andalgorithms, Open Data Structures covers the implementation andanalysis of data structures for sequences (lists), queues, priorityqueues, u
優惠價: 1 1977
無庫存
Data Structures And Algorithms In Python
90 折
出版日:2013/03/08 作者:Goodrich  出版社:John Wiley & Sons Inc  裝訂:精裝
Based on the authors’ market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2012/05/10 作者:Varsha H. Patil  出版社:Oxford Univ Press USA  裝訂:平裝
Data Structures Using C++ is designed to serve as a textbook for undergraduate engineering students of computer science and information technology as well as postgraduate students of computer applicat
優惠價: 1 2399
無庫存
出版日:2012/01/01 作者:Duncan A. Buell  出版社:Jones & Bartlett Learning  裝訂:平裝
Intended for second semester computer science students, this textbook on Java programming examines the details of data structures in relation to application development with this popular programming l
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures and Algorithms Made Easy
滿額折
出版日:2011/12/19 作者:Narasimha Karumanchi  出版社:Createspace Independent Pub  裝訂:平裝
Peeling Data Structures and Algorithms for (C/C++ version): * Programming puzzles for interviews * Campus Preparation * Degree/Masters Course Preparation * Instructor’s * GATE Preparation * Big job hu
優惠價: 1 2160
無庫存
出版日:2011/11/12 作者:Michael Main  出版社:Pearson College Div  裝訂:平裝
Data Structures and Other Objects Using Java is a gradual, "just-in-time" introduction to Data Structures for a CS2 course. Each chapter provides a review of the key aspects of object-oriented progr
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2011/11/01 作者:Frank Dehne (EDT); John Iacono (EDT); Jorg-Rudiger Sack (EDT)  出版社:Springer-Verlag New York Inc  裝訂:平裝
This book constitutes the refereed proceedings of the 12th Algorithms and Data Structures Symposium, WADS 2011, held in New York, NY, USA, in August 2011. The Algorithms and Data Structures Symposium
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures & Algorithm Analysis in Java
滿額折
出版日:2011/09/14 作者:Clifford A. Shaffer  出版社:Dover Pubns  裝訂:平裝
" A comprehensive treatment that focuses on how to create efficient data structures and algorithms, this text helps readers understand how to select or design the data structure that will best solve a
優惠價: 9 1127
無庫存
Data Structures & Algorithm Analysis in C++
滿額折
出版日:2011/09/14 作者:Clifford A. Shaffer  出版社:Dover Pubns  裝訂:平裝
" A comprehensive treatment that focuses on how to create efficient data structures and algorithms, this text helps readers understand how to select or design the data structure that will best solve a
優惠價: 9 1229
無庫存
出版日:2010/02/24 作者:Michael Main; Walter Savitch  出版社:Addison-Wesley  裝訂:平裝
Data Structures and Other Objects Using C++ takes a gentle approach to the data structures course in C++. Providing an early, self-contained review of object-oriented programming and C++, this text gi
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2009/10/07 作者:Mark Allen Weiss  出版社:Addison-Wesley  裝訂:平裝
Data Structures and Problem Solving Using Java takes a practical and unique approach to data structures that separates interface from implementation. It is suitable for the second or third programming
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures Using C++
90 折
出版日:2009/07/31 作者:D. S. Malik  出版社:Cengage Learning  裝訂:平裝
Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advan
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Advanced Data Structures
90 折
出版日:2008/09/08 作者:Peter Brass  出版社:Cambridge Univ Pr  裝訂:精裝
This text closely examines ideas, analysis, and implementation details of data structures as a specialised topic in applied algorithms. It looks at efficient ways to realise query and update operations on sets of numbers, intervals, or strings by various data structures, including: search trees; structures for sets of intervals or piece-wise constant functions; orthogonal range search structures; heaps; union-find structures; dynamization and persistence of structures; structures for strings; and hash tables. Instead of relegating data structures to trivial material used to illustrate object-oriented programming methodology, this is the first volume to show data structures as a crucial algorithmic topic. Numerous code examples in C and more than 500 references make Advanced Data Structures an indispensable text.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2008/02/19 作者:Stefan Brandle; Jonathan Geisler; James Roberge; David Whittington  出版社:Jones & Bartlett Learning  裝訂:平裝
C++ Data Structures: A Laboratory Course exemplifies the active learning experience. With a dynamic learn-by-doing focus, this laboratory manual encourages students to explore data structures by imple
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2007/08/02 作者:Jeffrey S. Childs  出版社:Prentice Hall  裝訂:精裝
Most books on data structures are filled with so many technical details (and lack thorough explanations) that the reading becomes difficult. This accessible, conversational presentation explores data
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures & Algorithms in Java
滿額折
出版日:2002/11/01 作者:Robert Lafore  出版社:Pearson P T R  裝訂:精裝
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use
優惠價: 1 2660
無庫存
Classic Data Structures in Java
90 折
出版日:2000/10/01 作者:Timothy Budd  出版社:Pearson College Div  裝訂:精裝
With this book, Tim Budd looks at data structures by providing a solid foundation on the abstract data type (ADT), and uses the graphical elements found in Java when possible. The beginning chapters
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Purely Functional Data Structures
90 折
出版日:1999/07/01 作者:Chris Okasaki  出版社:Cambridge Univ Pr  裝訂:平裝
Most books on data structures assume an imperative language like C or C++. However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques so that programmers can develop their own functional data structures. It includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs can easily be adapted to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.
優惠價: 9 2398
無庫存
Purely Functional Data Structures
90 折
出版日:1998/06/18 作者:Chris Okasaki  出版社:Cambridge Univ Pr  裝訂:精裝
Most books on data structures assume an imperative language like C or C++. However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques so that programmers can develop their own functional data structures. It includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs can easily be adapted to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Manufacturing Data Structures
滿額折
出版日:1995/03/14 作者:Clement  出版社:John Wiley & Sons Inc  裝訂:精裝
Manufacturing Data Structures "Comprehensive yet easy-to-read.Manufacturing Data Structures is filled with anecdotes, yet stresses the importance of maintaining data accuracy. It is valuable reading f
優惠價: 9 3078
無庫存
Data Structures and Algorithms
90 折
出版日:1983/01/01 出版社:ADDISON-WESLEY PUBLISHING  裝訂:精裝
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implement
優惠價: 9 1260
無庫存
出版日:2016/09/01 作者:Nell Dale  出版社:Jones & Bartlett Learning  裝訂:平裝
Dale, Weems, and Richards present readers with the sixth edition of their comprehensive guide to the various implementations, applications, and specifications of abstract data types in the creation of
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2007/08/01 作者:Ellis Horowitz; Sartaj Sahni; Susan Anderson-Freed  出版社:Silicon Pr  裝訂:平裝
New Edition of the Classic Data Structures Text!
Data Structures and Algorithms Using C#
90 折
出版日:2007/03/26 作者:Michael McMillan  出版社:Cambridge Univ Pr  裝訂:平裝
C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.
優惠價: 9 2164
無庫存
Data Structures and Algorithms Using C#
90 折
出版日:2007/03/26 作者:Michael McMillan  出版社:Cambridge Univ Pr  裝訂:精裝
C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1998/06/01 作者:William B. Langdon  出版社:Springer Verlag  裝訂:精裝
Having given away the answer in the subtitle, Langdon (U. of Birmingham, England) explains the nuts and bolts of the automatic creation of program code that actually includes stored data, which previo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Quick Data Structures
95 折
出版日:2025/07/22 作者:David Matuszek  出版社:PBKTYFRL  裝訂:平裝
優惠價: 95 1419
無庫存
Quick Data Structures
95 折
出版日:2025/07/22 作者:David Matuszek  出版社:PBKTYFRL  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
  • 38839
    971
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 971

暢銷榜

客服中心

收藏

會員專區