TOP
紅利積點抵現金,消費購書更貼心
篩選商品
縮小範圍
裝訂方式
搜尋結果 /

Data Structures

18571
1 / 465
出版日: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]。
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
無庫存
出版日: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
無庫存
出版日: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
無庫存
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
無庫存
出版日: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
無庫存
Quick Data Structures
95 折
出版日:2025/07/22 作者:David Matuszek  出版社:PBKTYFRL  裝訂:平裝
優惠價: 95 1419
無庫存
出版日:2024/07/30 作者:Marcello La Rocca  出版社:MANNING PUBN  裝訂:平裝
優惠價: 1 2500
無庫存
出版日:2023/05/19 作者:Gobi Ramasamy  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Interpreting Lisp ― Programming and Data Structures
滿額折
出版日:2017/07/22 作者:Gary D. Knott  出版社:Apress  裝訂:平裝
Learn Lisp programming in a data structures context, including tables, functions, forms, expressions, typed-pointers, I/O, garbage collection and some applications. This short primer contains a carefu
優惠價: 1 2203
無庫存
Data Structures ─ Abstraction and Design Using Java
90 折
出版日:2015/12/14 作者:Elliot B. Koffman; Paul A. T. Wolfgang  出版社:John Wiley & Sons Inc  裝訂:平裝
Data Structures: Abstraction and Design Using Java, 3rd Edition, combines a strong emphasis on problem solving and software design with the study of data structures. The authors discuss applications o
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures and Algorithms With Javascript
滿額折
出版日:2014/03/22 作者:Michael McMillan  出版社:Oreilly & Associates Inc  裝訂:平裝
If you’re using JavaScript on the server-side, you need to implement classic data structures that conventional object-oriented programs (such as C# and Java) provide. This practical book shows you how
優惠價: 1 2000
無庫存
Genetic Algorithms + Data Structures = Evolution Programs
90 折
出版日:2014/03/31 作者:Zbigniew Michalewicz  出版社:Springer-Verlag New York Inc  裝訂:平裝
Genetic algorithms are founded upon the principle of evolution, i.e., survival of the fittest. Hence evolution programming techniques, based on genetic algorithms, are applicable to many hard optimiza
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures and Algorithms Using Visual Basic.NET
90 折
出版日:2005/03/07 作者:Michael McMillan  出版社:Cambridge Univ Pr  裝訂:平裝
This is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Here, instead of having to translate material on C++ or Java, the professional or student VB.NET programmer will find a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library as well as those which must be developed by the programmer. In an object-oriented fashion, the author presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming. His approach is very practical, for example using timing tests rather than Big O analysis to compare the performance of data structures and algorithms. This book can be used in both beginning and advanced computer programming courses that use the VB.NET language and, most im
優惠價: 9 2807
無庫存
Data Structures and Program Design Using C++
滿額折
出版日:2019/01/31 作者:D. Malhotra; N. Malhotra  出版社:Mercury Learning & Information  裝訂:平裝
Data structures provide a means to manage large amounts of information such as large databases, using SEO, and creating Internet/Web indexing services. This book is designed to present fundamentals of
優惠價: 1 3598
無庫存
出版日:2018/01/01 作者:Kenneth A. Lambert  出版社:Course Technology Ptr  裝訂:平裝
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
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
A Concise Introduction to Data Structures Using Java
90 折
出版日:2013/11/11 作者:Mark J. Johnson  出版社:Taylor & Francis  裝訂:平裝
Designed for a CS2 data structures course, this text provides a thorough but concise overview of data structures as well as a gradual introduction to Java. It uses a concise style and includes pseudoc
優惠價: 9 3185
無庫存
出版日:2012/11/21 作者:John C. Cherniavsky (EDT); J. A. Storer  出版社:Springer-Verlag New York Inc  裝訂:平裝
Data structures and algorithms are presented at the college level in a highly accessible format that presents material with one-page displays in a way that will appeal to both teachers and students. T
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1996/09/01 作者:Iain T. Adamson  出版社:Springer Verlag  裝訂:平裝
All young computer scientists who aspire to write programs must learn something about algorithms and data structures. This book does exactly that. Based on lecture courses developed by the author over
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Algorithms and Data Structures
滿額折
出版日:2025/07/09 作者:Lucien Sina  出版社:CAMINO VERDE  裝訂:平裝
優惠價: 1 1483
無庫存
出版日:2023/12/01 作者:Shubham Gupta  出版社:TORONTO ACADEMIC PR  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/07/21 作者:Narasimha Karumanchi  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 1799
無庫存
Data Structures in Java
滿額折
出版日:2023/05/30 作者:Oswald Campesato  出版社:Mercury Learning & Information  裝訂:平裝
優惠價: 1 2090
無庫存
Data Structures and Algorithms in C++ Pocket Primer
滿額折
出版日:2017/04/30 作者:Lee Wittenberg  出版社:Mercury Learning & Information  裝訂:平裝
This book takes a minimalist approach to the traditional data structures course. It covers only those topics that are absolutely essential; the more esoteric structures and algorithms are left for lat
優惠價: 1 2023
無庫存
Guide to Data Structures ― A Concise Introduction Using Java
90 折
出版日:2018/01/22 作者:James T. Streib; Takako Soma  出版社:Springer-Verlag New York Inc  裝訂:平裝
This accessible and engaging textbook/guide provides a concise introduction to data structures and associated algorithms. Emphasis is placed on the fundamentals of data structures, enabling the reader
優惠價: 9 2835
無庫存
Data Structures and Algorithms With Python
90 折
出版日:2015/01/22 作者:Kent D. Lee; Steve Hubbard  出版社:Springer-Verlag New York Inc  裝訂:平裝
This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of im
優惠價: 9 2430
無庫存
  • 18571
    465
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 465

暢銷榜

客服中心

收藏

會員專區