Cantitate/Preț
Produs

Sedgewick, R: INTRO TO PROGRAMMING IN JAVA 2

Autor Kevin Wayne
en Limba Engleză Paperback – 29 mar 2017
Learningtoprogramisessentialtotheeducationofeverystudent--inthesciences,engineering,andfarbeyond.Asstudentslearntocreateusefulapplications,theyalsotakethefirststepstowardsunderstandingthecomputersciences'massiveimpactonthemodernworld.UsingJava,thisbookaimstoteachprogrammingtoanyonewhoneedsorwanttolearnit,inascientificcontext.PrincetonUniversity'sRobertSedgewickandKevinWayneteachessentialskillsforcomputationalproblem-solvingthatareapplicableinmanymoderncomputingenvironments.FullyupdatedtoreflectJava8andJava'smodern64-bitmemorymodel,thiseditionteachesthroughimportantexamplesfromscience,mathematics,engineering,andcommercialcomputing.Eachchaptercontainsquestionsandanswers,exercises,creativeexercises,andacompelling,classroom-testedcasestudy--allreflectingtheauthors'20+yearsofexperienceteachingintroductoryprogrammingandcomputerscienceatPrinceton.Coverageincludes:
  • Elementsofprogramming:conditionals,loops,arrays,I/O,andmore
  • Functionsandmodules:staticmethods,libraries,clients,andrecursion
  • Object-orientedprogramming:creatinganddesigningdatatypes
  • Algorithmsanddatastructures:performance,sorts,searches,stacks,queues,andsymboltables
LikeallofSedgewickandWayne'sbooks,IntroductiontoProgramminginJava,SecondEditionissupportedbyanextensivewebsite,includinglibrariesforprogrammingwithgraphicsandsound,aswellashundredsofJavaprogramsandreal-worlddatasets.Theseresourcesenablereaderstoworkwithinterestingandengagingexamplesfromtheverybeginning,helpingthemdiscoverthatprogrammingisanatural,satisfying,andcreativeexperience.
Citește tot Restrânge

Preț: 42007 lei

Preț vechi: 48284 lei
-13% Nou

Puncte Express: 630

Preț estimativ în valută:
8040 8380$ 6693£

Carte disponibilă

Livrare economică 14-28 decembrie
Livrare express 03-07 decembrie pentru 4794 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780672337840
ISBN-10: 0672337843
Pagini: 784
Dimensiuni: 184 x 231 x 32 mm
Greutate: 1 kg
Ediția:2 ed
Editura: Sams Publishing

Cuprins

Programs viii
Preface xi
Chapter 1: Elements of Programming 1
1.1 Your First Program 2
1.2 Built-in Types of Data 14
1.3 Conditionals and Loops 50
1.4 Arrays 90
1.5 Input and Output 126
1.6 Case Study: Random Web Surfer 170
Chapter 2: Functions and Modules 191
2.1 Defining Functions 192
2.2 Libraries and Clients 226
2.3 Recursion 262
2.4 Case Study: Percolation 300
Chapter 3: Object-Oriented Programming 329
3.1 Using Data Types 330
3.2 Creating Data Types 382
3.3 Designing Data Types 428
3.4 Case Study: N-Body Simulation 478
Chapter 4: Algorithms and Data Structures 493
4.1 Performance 494
4.2 Sorting and Searching 532
4.3 Stacks and Queues 566
4.4 Symbol Tables 624
4.5 Case Study: Small-World Phenomenon 670
Context 715
Glossary 721
Index 729
APIs 751

Notă biografică

Robert Sedgewick is the William O. Baker Professor of Computer Science at Princeton University, where he was founding chairman of the Department of Computer Science. He has held visiting research positions at Xerox PARC, Institute for Defense Analyses, and INRIA, and served on the board of directors at Adobe Systems. His research interests include analytic combinatorics, design and analysis of algorithms and data structures, and program visualization. He has written seventeen books.
Kevin Wayne is the Phillip Y. Goldman Senior Lecturer in Computer Science at Princeton University, where he has taught since 1998, earning several teaching awards. He is an ACM Distinguished Educator and holds a Ph.D. in operations research and industrial engineering from Cornell University.