0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
Status
Brand

Showing 1 - 16 of 16 matches in All Departments

Automata, Languages, and Programming - 39th International Colloquium, ICALP 2012, Warwick, UK, July 9-13, 2012, Proceedings,... Automata, Languages, and Programming - 39th International Colloquium, ICALP 2012, Warwick, UK, July 9-13, 2012, Proceedings, Part II (Paperback, 2012 ed.)
Artur Czumaj, Kurt Mehlhorn, Andrew Pitts, Roger Wattenhofer
R1,686 Discovery Miles 16 860 Ships in 10 - 15 working days

This two-volume set of LNCS 7391 and LNCS 7392 constitutes the refereed proceedings of the 39th International Colloquium on Automata, Languages and Programming, ICALP 2012, held in Warwick, UK, in July 2012. The total of 123 revised full papers presented in this volume were carefully reviewed and selected from 432 submissions. They are organized in three tracks focussing on algorithms, complexity and games; logic, semantics, automata and theory of programming; and foundations of networked computation.

Automata, Languages, and Programming - 39th International Colloquium, ICALP 2012, Warwick, UK, July 9-13, 2012, Proceedings,... Automata, Languages, and Programming - 39th International Colloquium, ICALP 2012, Warwick, UK, July 9-13, 2012, Proceedings, Part I (Paperback, 2012 ed.)
Artur Czumaj, Kurt Mehlhorn, Andrew Pitts, Roger Wattenhofer
R1,745 Discovery Miles 17 450 Ships in 10 - 15 working days

This two-volume set of LNCS 7391 and LNCS 7392 constitutes the refereed proceedings of the 39th International Colloquium on Automata, Languages and Programming, ICALP 2012, held in Warwick, UK, in July 2012. The total of 123 revised full papers presented in this volume were carefully reviewed and selected from 432 submissions. They are organized in three tracks focussing on algorithms, complexity and games; logic, semantics, automata and theory of programming; and foundations of networked computation.

Lecture Notes In Computer Science - Parallel Algorithms And Architectures (Paperback, 1987 ed.): Andreas Albrecht, Hermann... Lecture Notes In Computer Science - Parallel Algorithms And Architectures (Paperback, 1987 ed.)
Andreas Albrecht, Hermann Jung, Kurt Mehlhorn
R1,401 Discovery Miles 14 010 Ships in 10 - 15 working days
VLSI Algorithms and Architectures - Aegean Workshop on Computing, Loutraki, Greece, July 8-11, 1986. Proceedings (Paperback,... VLSI Algorithms and Architectures - Aegean Workshop on Computing, Loutraki, Greece, July 8-11, 1986. Proceedings (Paperback, 1986 ed.)
Fillia Makedon, Kurt Mehlhorn, T. Papatheodorou, P. Spirakis
R1,685 Discovery Miles 16 850 Ships in 10 - 15 working days
STACS 84 - Symposium of Theoretical Aspects of Computer Science Paris, April 11-13, 1984 (English, French, Paperback, 1984... STACS 84 - Symposium of Theoretical Aspects of Computer Science Paris, April 11-13, 1984 (English, French, Paperback, 1984 ed.)
M. Fontet, Kurt Mehlhorn
R1,562 Discovery Miles 15 620 Ships in 10 - 15 working days

Sponsored by AFCET (Association Francaise pour la Cybern;&AAe;tique Economique et Technique) and GI (Gesellschaft fur Informatik)

Algorithms and Data Structures - The Basic Toolbox (Hardcover, 2008 ed.): Kurt Mehlhorn, Peter Sanders Algorithms and Data Structures - The Basic Toolbox (Hardcover, 2008 ed.)
Kurt Mehlhorn, Peter Sanders
R1,665 Discovery Miles 16 650 Ships in 12 - 17 working days

Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer should know about the basic algorithmic toolbox: structures that allow efficient organization and retrieval of data, frequently used algorithms, and basic techniques for modeling, understanding and solving algorithmic problems.

This book is a concise introduction addressed to students and professionals familiar with programming and basic mathematical language. 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, and optimization. The algorithms are presented in a modern way, with explicitly formulated invariants, and comment on recent trends such as algorithm engineering, memory hierarchies, algorithm libraries and certifying algorithms. The authors use pictures, words and high-level pseudocode to explain the algorithms, and then they present more detail on efficient implementations using real programming languages like C++ and Java.

The authors have extensive experience teaching these subjects to undergraduates and graduates, and they offer a clear presentation, with examples, pictures, informal explanations, exercises, and some linkage to the real world. Most chapters have the same basic structure: a motivation for the problem, comments on the most important applications, and then simple solutions presented as informally as possible and as formally as necessary. For the more advanced issues, this approach leads to a more mathematical treatment, including some theorems and proofs. Finally, each chapter concludes with a section on further findings, providing views on the state of research, generalizations and advanced solutions.

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.

Algorithms and Data Structures - The Basic Toolbox (Paperback, 1st ed. Softcover of orig. ed. 2008): Kurt Mehlhorn, Peter... Algorithms and Data Structures - The Basic Toolbox (Paperback, 1st ed. Softcover of orig. ed. 2008)
Kurt Mehlhorn, Peter Sanders
R1,817 Discovery Miles 18 170 Ships in 10 - 15 working days

Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer should know about the basic algorithmic toolbox: structures that allow efficient organization and retrieval of data, frequently used algorithms, and basic techniques for modeling, understanding and solving algorithmic problems.

This book is a concise introduction addressed to students and professionals familiar with programming and basic mathematical language. 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, and optimization. The algorithms are presented in a modern way, with explicitly formulated invariants, and comment on recent trends such as algorithm engineering, memory hierarchies, algorithm libraries and certifying algorithms. The authors use pictures, words and high-level pseudocode to explain the algorithms, and then they present more detail on efficient implementations using real programming languages like C++ and Java.

The authors have extensive experience teaching these subjects to undergraduates and graduates, and they offer a clear presentation, with examples, pictures, informal explanations, exercises, and some linkage to the real world. Most chapters have the same basic structure: a motivation for the problem, comments on the most important applications, and then simple solutions presented as informally as possible and as formally as necessary. For the more advanced issues, this approach leads to a more mathematical treatment, including some theorems and proofs. Finally, each chapter concludes with a section on further findings, providing views on the state of research, generalizations and advanced solutions.

Datenstrukturen und Effiziente Algorithmen (German, Paperback, Softcover reprint of the original 2nd ed. 1986): Kurt Mehlhorn Datenstrukturen und Effiziente Algorithmen (German, Paperback, Softcover reprint of the original 2nd ed. 1986)
Kurt Mehlhorn
R2,337 Discovery Miles 23 370 Ships in 10 - 15 working days

Der Entwurf und die Analyse von Datenstrukturen und effizienten Algorithmen hat in den letzten Jahren grosse Bedeutung erlangt: Algorithmus ist der zentrale Begriff der Informatik und Effizienz bedeutet Geld. Ich habe den Stoff in drei Bande und neun Kapitel gegliedert. Band 1: Sortieren und Suchen (Kapitel I bis ill) Band 2: Graphenalgorithmen und NP-Vollstandigkeit (Kapitel IV bis VI) Band 3: Mehrdimensionales Suchen und Algorithmische Geometrie (Kapitel VII und Vill), Algorithmische Paradigmen (Kapitel IX) Die Bande 2 und 3 haben Band 1 als gemeinsame Basis, sind aber voneinander un- abhangig. Grosse Teile dieser Bande koennen ohne detaillierte Kenntnis von Band 1 gelesen werden; eine Kenntnis der algorithmischen Grundprinzipien, wie sie etwa in Kapitel I oder in vielen anderen Buchern uber Datenstrukturen und Algorith- men vermittelt werden, genugt. Die spezifischen Voraussetzungen fur die Bande 2 und 3 sind in den jeweiligen Vorworten angegeben. In allen drei Banden stellen wir wichtige effiziente Algorithmen fur die grundlegenden Probleme in dem jeweiligen Gebiet vor und analysieren sie. Wir messen dabei Effizienz durch die Laufzeit auf einem realistischen Modell einer Rechenanlage, das wir in Kapitel I einfuhren. Die meisten der vorgestellten Algorithmen wurden erst in den letzten Jahren gefunden; die Informatik ist ja schliesslich eine sehr junge Wissenschaft. Es gibt kaum Satze in diesem Buch, die alter als 20 Jahre sind, und mindestens die Halfte des Stoffes ist junger als 10 Jahre. Ich habe stets versucht, den Leser bis an den Stand der Forschung heranzufuhren.

Informatik 2000 - Neue Horizonte Im Neuen Jahrhundert 30. Jahrestagung Der Gesellschaft Fur Informatik Berlin, 19.-22.... Informatik 2000 - Neue Horizonte Im Neuen Jahrhundert 30. Jahrestagung Der Gesellschaft Fur Informatik Berlin, 19.-22. September 2000 (German, Paperback, 2000 ed.)
Kurt Mehlhorn, Gregor Snelting
R2,295 Discovery Miles 22 950 Ships in 10 - 15 working days

Die Gesellschaft fur Informatik veranstaltet ihre 30. Jahrestagung, die Informatik 2000, vom 19.- 22. September 2000 in Berlin. Die Jahrestagung 2000 beschaftigt sich mit den zentralen Themen "Zukunft der Informatik-Ausbildung,""Bioinformatik," "Aktuelle Trends in der Informatik" und "Softwaretechnik 2000."
Neben Praxisberichten aus der Industrie finden sich Forschungsberichte namhafter aber auch junger Forscher. Die genannten Schwerpunktthemen werden durch Workshops, die im Schlusskapitel des Kongressbandes dokumentiert sind, sinnvoll erganzt."

Grundlagen der Programmiersprachen (German, Paperback, 1986 ed.): Jacques Loeckx Grundlagen der Programmiersprachen (German, Paperback, 1986 ed.)
Jacques Loeckx; Kurt Mehlhorn, Reinhard Wilhelm
R1,497 Discovery Miles 14 970 Ships in 10 - 15 working days

Dieses Buch behandelt Grundlagen von Programmiersprachen, deren Verknupfung mit realen Rechenmaschinen und - exemplarisch - Algorithmen. Das Ziel des Buches ist es, eine solide Basis fur das Studium der Informatik zu legen. Es ist ins besondere fur Studenten im Grundstudium des Studienganges Informatik gedacht. Ein Programm ist nur dann brauchbar, wenn es das gestellte Problem korrekt loest, und dies daruber hinaus mit der gewunschten Effizienz tut. Aussagen uber die Korrektheit und Effizienz eines Programms sind nur dann moeglich, wenn die verwendete Programmiersprache exakt definiert ist, d.h., wenn die Menge der Pro gramme (Syntax) und deren Bedeutung (Semantik) festliegen. Die Definition von Syntax und Semantik nimmt daher in diesem Buch einen wichtigen Platz ein. For male Definitionen werden erst dann lebendig, wenn sie auf einem guten intuitiven Verstandnis aufbauen, und wenn sie zu Folgerungen in der Form von Satzen fuhren. Daher enthalt dieses Buch eine grosse Anzahl von Beispielen, Satzen und Aufgaben. Die Grundlagen der Programmiersprachen werden eingefuhrt anhand einer spezifischen Programmiersprache, PROSA genannt (PROgrammiersprache SAar brucken). PROSA ist der Programmiersprache Pascal sehr ahnlich, weicht aber in einigen Punkten (z.B. dynamische Felder, geschachtelte Verbunde) aus didaktischen Grunden ab. Die Abweichungen dienen zum einen der Vereinfachung, und zum an deren der lllustration einiger Konzepte, die Pascal nicht kennt. Die Benutzung von Pascal in einem begleitenden Programmierpraktikum stellt aber keinerlei Problem dar.

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.

Granularity of Parallel Memories (Paperback): Kurt Mehlhorn, U Vishkin Granularity of Parallel Memories (Paperback)
Kurt Mehlhorn, U Vishkin
R433 Discovery Miles 4 330 Ships in 10 - 15 working days
Constructive Hopf's Theorem - Or how to Untangle Closed Planar Curves (Hardcover): Kurt Mehlhorn, K Melhorn, C Yap Constructive Hopf's Theorem - Or how to Untangle Closed Planar Curves (Hardcover)
Kurt Mehlhorn, K Melhorn, C Yap
R716 Discovery Miles 7 160 Ships in 10 - 15 working days
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.

"

Algorithms - ESA 2008 - 16th Annual European Symposium, Karlsruhe, Germany, September 15-17, 2008, Proceedings (Paperback, 2008... Algorithms - ESA 2008 - 16th Annual European Symposium, Karlsruhe, Germany, September 15-17, 2008, Proceedings (Paperback, 2008 ed.)
Kurt Mehlhorn
R4,199 R3,653 Discovery Miles 36 530 Save R546 (13%) Ships in 12 - 17 working days

This book constitutes the refereed proceedings of the 16th Annual European Symposium on Algorithms, ESA 2008, held in Karlsruhe, Germany, in September 2008 in the context of the combined conference ALGO 2008.

The 67 revised full papers presented together with 2 invited lectures were carefully reviewed and selected: 51 papers out of 147 submissions for the design and analysis track and 16 out of 53 submissions in the engineering and applications track. The papers address all current subjects in algorithmics reaching from design and analysis issues of algorithms over to real-world applications and engineering of algorithms in various fields. Special focus is given to mathematical programming and operations research, including combinatorial optimization, integer programming, polyhedral combinatorics and network optimization.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Midnights
Taylor Swift CD R418 Discovery Miles 4 180
HP 330 Wireless Keyboard and Mouse Combo
R800 R450 Discovery Miles 4 500
Patrice Motsepe - An Appetite For…
Janet Smith Paperback R300 R240 Discovery Miles 2 400
Our Poisoned Land - Living In The…
Jacques Pauw Paperback  (1)
R447 R49 Discovery Miles 490
Stealth SX-C10-X Twin Rechargeable…
R499 R269 Discovery Miles 2 690
Bosch GBM 320 Professional Drill…
R725 R580 Discovery Miles 5 800
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Crystal Aire Concentrate - Ocean Mist…
R199 Discovery Miles 1 990
Spectra S2 Hospital Grade Double…
 (9)
R3,299 Discovery Miles 32 990

 

Partners