Cantitate/Preț
Produs

Algorithms for Functional Programming

Autor John David Stone
en Limba Engleză Hardback – 7 noi 2018
This book presents a variety of widely used algorithms, expressing them in a pure functional programming language to make their structure and operation clearer to readers. In the opening chapter the author introduces the specific notations that constitute the variant of Scheme that he uses. The second chapter introduces many of the simpler and more general patterns available in functional programming. The chapters that follow introduce and explain data structures, sorting, combinatorial constructions, graphs, and sublist search.
Throughout the book the author presents the algorithms in a purely functional version of the Scheme programming language, which he makes available on his website. The book is supported with exercises, and it is suitable for undergraduate and graduate courses on programming techniques.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 42322 lei  6-8 săpt.
  Springer Berlin, Heidelberg – 26 ian 2019 42322 lei  6-8 săpt.
Hardback (1) 60041 lei  6-8 săpt.
  Springer Berlin, Heidelberg – 7 noi 2018 60041 lei  6-8 săpt.

Preț: 60041 lei

Preț vechi: 75052 lei
-20% Nou

Puncte Express: 901

Preț estimativ în valută:
11494 11827$ 9689£

Carte tipărită la comandă

Livrare economică 01-15 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783662579688
ISBN-10: 3662579685
Pagini: 414
Ilustrații: XV, 389 p.
Dimensiuni: 155 x 235 x 34 mm
Greutate: 0.74 kg
Ediția:1st ed. 2018
Editura: Springer Berlin, Heidelberg
Colecția Springer
Locul publicării:Berlin, Heidelberg, Germany

Cuprins

Essential Notations.- The Tool Box.- Data Structures.- Sorting.- Combinatorial Constructions.- Graphs.- Sublist Search.

Notă biografică

John David Stone is a Senior Lecturer in the Department of Computer Science in Grinnell College, Iowa, where he teaches algorithms, computer security, and computational linguistics. His research interests include logic and the foundations of programming.

Textul de pe ultima copertă

This book presents a variety of widely used algorithms, expressing them in a pure functional programming language to make their structure and operation clearer to readers. In the opening chapter the author introduces the specific notations that constitute the variant of Scheme that he uses. The second chapter introduces many of the simpler and more general patterns available in functional programming. The chapters that follow introduce and explain data structures, sorting, combinatorial constructions, graphs, and sublist search. Throughout the book the author presents the algorithms in a purely functional version of the Scheme programming language, which he makes available on his website. The book is supported with exercises, and it is suitable for undergraduate and graduate courses on programming techniques.


Caracteristici

Functional programming languages make it easier to identify and abstract out general patterns of interaction among functions Presents the algorithms in a purely functional version of the Scheme programming language, available on the author's website Suitable for undergraduate- and graduate-level courses on programming techniques