Learning F# Functional Data Structures and Algorithms: Get started with F# and explore functional programming paradigm with data structures and algorithms
β Scribed by Masood A.
- Tongue
- English
- Leaves
- 275
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Packt Publishing, 2015. β 274 p. β ISBN: 9781783558476
F# is a multi-paradigm programming language that encompasses object-oriented, imperative, and functional programming language properties. The F# functional programming language enables developers to write simple code to solve complex problems.Starting with the fundamental concepts of F# and functional programming, this book will walk you through basic problems, helping you to write functional and maintainable code. Using easy-to-understand examples, you will learn how to design data structures and algorithms in F# and apply these concepts in real-life projects. The book will cover built-in data structures and take you through enumerations and sequences. You will gain knowledge about stacks, graph-related algorithms, and implementations of binary trees. Next, you will understand the custom functional implementation of a queue, review sets and maps, and explore the implementation of a vector. Finally, you will find resources and references that will give you a comprehensive overview of F# ecosystem, helping you to go beyond the fundamentals.
β¦ Subjects
ΠΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ°;ΠΠΎΠΌΠΏΡΡΡΠ΅ΡΠ½Π°Ρ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΠ°;F#
π SIMILAR VOLUMES
It is the Python version of "Data Structures and Algorithms Made Easy." Table of Contents: <a target="_blank" rel="noopener nofollow" href="http://goo.gl/VLEUca">goo.gl/VLEUca</a> Sample Chapter: <a target="_blank" rel="noopener nofollow" href="http://goo.gl/8AEcYk">goo.gl/8AEcYk</a> Source Code: <a
<p><strong>Β PeelingΒ Data Structures and Algorithms:</strong></p><p>The sample chapter should give you a very good idea of the quality and style of our book. In particular, be sure you are comfortable with the level and with our Python coding style. This book focuses on giving solutions for complex p