0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (5)
  • R2,500 - R5,000 (3)
  • -
Status
Brand

Showing 1 - 8 of 8 matches in All Departments

Algorithms Unplugged (Paperback, Softcover reprint of the original 1st ed. 2011): Berthold Voecking, Helmut Alt, Martin... Algorithms Unplugged (Paperback, Softcover reprint of the original 1st ed. 2011)
Berthold Voecking, Helmut Alt, Martin Dietzfelbinger, Rudiger Reischuk, Christian Scheideler, …
R3,296 Discovery Miles 32 960 Ships in 10 - 15 working days

Algorithms specify the way computers process information and how they execute tasks. Many recent technological innovations and achievements rely on algorithmic ideas - they facilitate new applications in science, medicine, production, logistics, traffic, communication and entertainment. Efficient algorithms not only enable your personal computer to execute the newest generation of games with features unimaginable only a few years ago, they are also key to several recent scientific breakthroughs - for example, the sequencing of the human genome would not have been possible without the invention of new algorithmic ideas that speed up computations by several orders of magnitude. The greatest improvements in the area of algorithms rely on beautiful ideas for tackling computational tasks more efficiently. The problems solved are not restricted to arithmetic tasks in a narrow sense but often relate to exciting questions of nonmathematical flavor, such as: How can I find the exit out of a maze? How can I partition a treasure map so that the treasure can only be found if all parts of the map are recombined? How should I plan my trip to minimize cost? Solving these challenging problems requires logical reasoning, geometric and combinatorial imagination, and, last but not least, creativity - the skills needed for the design and analysis of algorithms. In this book we present some of the most beautiful algorithmic ideas in 41 articles written in colloquial, nontechnical language. Most of the articles arose out of an initiative among German-language universities to communicate the fascination of algorithms and computer science to high-school students. The book can be understood without any prior knowledge of algorithms and computing, and it will be an enlightening and fun read for students and interested adults.

Mathematical Foundations of Computer Science 2014 - 39th International Symposium, MFCS 2014, Budapest, Hungary, August 26-29,... Mathematical Foundations of Computer Science 2014 - 39th International Symposium, MFCS 2014, Budapest, Hungary, August 26-29, 2014. Proceedings, Part I (Paperback, 2014 ed.)
Ersebet Csuhaj-Varju, Martin Dietzfelbinger, Zoltan Esik
R3,322 Discovery Miles 33 220 Ships in 10 - 15 working days

This two volume set LNCS 8634 and LNCS 8635 constitutes the refereed conference proceedings of the 39th International Symposium on Mathematical Foundations of Computer Science, MFCS 2014, held in Budapest, Hungary, in August 2014. The 95 revised full papers presented together with 6 invited talks were carefully selected from 270 submissions. The focus of the conference was on following topics: Logic, Semantics, Automata, Theory of Programming, Algorithms, Complexity, Parallel and Distributed Computing, Quantum Computing, Automata, Grammars and Formal Languages, Combinatorics on Words, Trees and Games.

Mathematical Foundations of Computer Science 2014 - 39th International Symposium, MFCS 2014, Budapest, Hungary, August 26-29,... Mathematical Foundations of Computer Science 2014 - 39th International Symposium, MFCS 2014, Budapest, Hungary, August 26-29, 2014. Proceedings, Part II (Paperback, 2014 ed.)
Ersebet Csuhaj-Varju, Martin Dietzfelbinger, Zoltan Esik
R3,557 Discovery Miles 35 570 Ships in 10 - 15 working days

This two volume set LNCS 8634 and LNCS 8635 constitutes the refereed conference proceedings of the 39th International Symposium on Mathematical Foundations of Computer Science, MFCS 2014, held in Budapest, Hungary, in August 2014. The 95 revised full papers presented together with 6 invited talks were carefully selected from 270 submissions. The focus of the conference was on following topics: Logic, Semantics, Automata, Theory of Programming, Algorithms, Complexity, Parallel and Distributed Computing, Quantum Computing, Automata, Grammars and Formal Languages, Combinatorics on Words, Trees and Games.

Primality Testing in Polynomial Time - From Randomized Algorithms to "PRIMES Is in P" (Paperback, 2004 ed.): Martin... Primality Testing in Polynomial Time - From Randomized Algorithms to "PRIMES Is in P" (Paperback, 2004 ed.)
Martin Dietzfelbinger
R1,573 Discovery Miles 15 730 Ships in 10 - 15 working days

A self-contained treatment of theoretically and practically important efficient algorithms for the primality problem. The text covers the randomized algorithms by Solovay-Strassen and Miller-Rabin from the late 1970s as well as the recent deterministic algorithm of Agrawal, Kayal and Saxena. The volume is written for students of computer science, in particular those with a special interest in cryptology, and students of mathematics, and it may be used as a supplement for courses or for self-study.

Sequential and Parallel Algorithms and Data Structures - The Basic Toolbox (Paperback, 1st ed. 2019): Peter Sanders, Kurt... Sequential and Parallel Algorithms and Data Structures - The Basic Toolbox (Paperback, 1st ed. 2019)
Peter Sanders, Kurt Mehlhorn, Martin Dietzfelbinger, Roman Dementiev
R1,503 Discovery Miles 15 030 Ships in 10 - 15 working days

This textbook is a concise introduction to the basic toolbox of structures that allow efficient organization and retrieval of data, key algorithms for problems on graphs, and generic techniques for modeling, understanding, and solving algorithmic problems. The authors aim for a balance between simplicity and efficiency, between theory and practice, and between classical results and the forefront of research. 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, optimization, collective communication and computation, and load balancing. The authors also discuss important issues such as algorithm engineering, memory hierarchies, algorithm libraries, and certifying algorithms. Moving beyond the sequential algorithms and data structures of the earlier related title, this book takes into account the paradigm shift towards the parallel processing required to solve modern performance-critical applications and how this impacts on the teaching of algorithms. The book is suitable for undergraduate and graduate students and professionals familiar with programming and basic mathematical language. Most chapters have the same basic structure: the authors discuss a problem as it occurs in a real-life situation, they illustrate the most important applications, and then they introduce simple solutions as informally as possible and as formally as necessary so the reader really understands the issues at hand. As they move to more advanced and optional issues, their approach gradually leads to a more mathematical treatment, including theorems and proofs. The book includes many examples, pictures, informal explanations, and exercises, and the implementation notes introduce clean, efficient implementations in languages such as C++ and Java.

Sequential and Parallel Algorithms and Data Structures - The Basic Toolbox (Hardcover, 1st ed. 2019): Peter Sanders, Kurt... Sequential and Parallel Algorithms and Data Structures - The Basic Toolbox (Hardcover, 1st ed. 2019)
Peter Sanders, Kurt Mehlhorn, Martin Dietzfelbinger, Roman Dementiev
R1,535 Discovery Miles 15 350 Ships in 10 - 15 working days

This textbook is a concise introduction to the basic toolbox of structures that allow efficient organization and retrieval of data, key algorithms for problems on graphs, and generic techniques for modeling, understanding, and solving algorithmic problems. The authors aim for a balance between simplicity and efficiency, between theory and practice, and between classical results and the forefront of research. 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, optimization, collective communication and computation, and load balancing. The authors also discuss important issues such as algorithm engineering, memory hierarchies, algorithm libraries, and certifying algorithms. Moving beyond the sequential algorithms and data structures of the earlier related title, this book takes into account the paradigm shift towards the parallel processing required to solve modern performance-critical applications and how this impacts on the teaching of algorithms. The book is suitable for undergraduate and graduate students and professionals familiar with programming and basic mathematical language. Most chapters have the same basic structure: the authors discuss a problem as it occurs in a real-life situation, they illustrate the most important applications, and then they introduce simple solutions as informally as possible and as formally as necessary so the reader really understands the issues at hand. As they move to more advanced and optional issues, their approach gradually leads to a more mathematical treatment, including theorems and proofs. The book includes many examples, pictures, informal explanations, and exercises, and the implementation notes introduce clean, efficient implementations in languages such as C++ and Java.

Taschenbuch der Algorithmen (German, Paperback): Berthold Voecking, Helmut Alt, Martin Dietzfelbinger, Rudiger Reischuk,... Taschenbuch der Algorithmen (German, Paperback)
Berthold Voecking, Helmut Alt, Martin Dietzfelbinger, Rudiger Reischuk, Christian Scheideler, …
R1,171 Discovery Miles 11 710 Ships in 12 - 17 working days

Hinter vielen Programmen stecken clevere Verfahren, die man als Algorithmen bezeichnet. Algorithmen losen nicht nur mathematische Aufgaben, die sich mit Zahlen beschaftigen, sondern auch andere, ganz alltagliche Problemstellungen, bei denen logischer Spursinn, raumliche Orientierung oder geschicktes Verhandeln gefragt sind, beispielsweise: Wie sollten Seerauber eine Schatzkarte aufteilen, bzw. Bankangestellte den Geheimcode des Tresors? Wie ermittle ich den kurzesten Weg zwischen zwei Orten? Wie kann ich einen Kuchen gerecht aufteilen? Dieses Buch vollfuhrt einen Streifzug durch die faszinierende Welt der Algorithmen. Es verlangt keine Vorkenntnisse, so dass Schuler ab der Mittelstufe und Informatik-interessierte Laien neue und uberraschende Einblicke gewinnen konnen. In 43 Artikeln von Informatikern, die an Universitaten im In- und Ausland lehren, werden besonders elegante Algorithmen anschaulich und umgangssprachlich erklart, so dass die besondere Faszination der Informatik spurbar wird."

Algorithmen Und Datenstrukturen - Die Grundwerkzeuge (German, Paperback, 2014 ed.): Martin Dietzfelbinger, Kurt Mehlhorn, Peter... Algorithmen Und Datenstrukturen - Die Grundwerkzeuge (German, Paperback, 2014 ed.)
Martin Dietzfelbinger, Kurt Mehlhorn, Peter Sanders
R1,339 Discovery Miles 13 390 Ships in 10 - 15 working days

Algorithmen bilden das Herzstuck jeder nichttrivialen Anwendung von Computern, und die Algorithmik ist ein modernes und aktives Gebiet der Informatik. Daher sollte sich jede Informatikerin und jeder Informatiker mit den algorithmischen Grundwerkzeugen auskennen. Dies sind Strukturen zur effizienten Organisation von Daten, haufig benutzte Algorithmen und Standardtechniken fur das Modellieren, Verstehen und Losen algorithmischer Probleme. Dieses Buch ist eine straff gehaltene Einfuhrung in die Welt dieser Grundwerkzeuge, gerichtet an Studierende und im Beruf stehende Experten, die mit dem Programmieren und mit den Grundelementen der Sprache der Mathematik vertraut sind. Die einzelnen Kapitel behandeln Arrays und verkettete Listen, Hashtabellen und assoziative Arrays, Sortieren und Auswahlen, Prioritatswarteschlangen, sortierte Folgen, Darstellung von Graphen, Graphdurchlaufe, kurzeste Wege, minimale Spannbaume und Optimierung. Die Algorithmen werden auf moderne Weise prasentiert, mit explizit angegebenen Invarianten, und mit Kommentaren zu neueren Entwicklungen wie Algorithm Engineering, Speicherhierarchien, Algorithmenbibliotheken und zertifizierenden Algorithmen. Die Algorithmen werden zunachst mit Hilfe von Bildern, Text und Pseudocode erlautert; dann werden Details zu effizienten Implementierungen gegeben, auch in Bezug auf konkrete Sprachen wie C++ und Java.

"

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
Shield Sheen Xtreme (Strawberry) (750ml)
R97 Discovery Miles 970
Complete Clumping Cat Litter (10kg)
R151 Discovery Miles 1 510
Brother LX27NT Portable Free Arm Sewing…
 (1)
R3,999 R2,999 Discovery Miles 29 990
Alva 3-Panel Infrared Radiant Indoor Gas…
R1,499 R1,199 Discovery Miles 11 990
Butterfly A4 80gsm Paper Pads - Bright…
R36 Discovery Miles 360
Sylvanian Families Country Tree School
 (7)
R2,759 Discovery Miles 27 590
Cadac Power Cooker
R299 R194 Discovery Miles 1 940
Mediabox NEO TV Stick (Black) - Netflix…
R1,189 Discovery Miles 11 890
It: Chapter 1
Bill Skarsgård Blu-ray disc R111 Discovery Miles 1 110

 

Partners