Cantitate/Preț
Produs

Algorithms for Functional Programming

Autor John David Stone
en Limba Engleză Paperback – 26 ian 2019
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ț: 42322 lei

Preț vechi: 52903 lei
-20% Nou

Puncte Express: 635

Preț estimativ în valută:
8102 8454$ 6792£

Carte tipărită la comandă

Livrare economică 13-27 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783662586099
ISBN-10: 3662586096
Pagini: 389
Ilustrații: XV, 389 p.
Dimensiuni: 155 x 235 mm
Greutate: 0.57 kg
Ediția:Softcover reprint of the original 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