Pluralsight - F# Functional Data Structures [2014, ENG]

seeders: 0
leechers: 0
Added on August 15, 2014 by RocknBassin Other > Tutorials
Torrent verified.



Pluralsight - F# Functional Data Structures [2014, ENG] (Size: 611 MB)
 04. Prerequisites The let Keyword.mp45.47 MB
 05. Prerequisites The Forward Pipe Operator.mp44.75 MB
 07. Prerequisites Records.mp44.04 MB
 03. Prerequisites F# Interactive (FSI).mp43.49 MB
 01. Why Functional Data Structures Matter.mp43.49 MB
 06. Prerequisites Tuples.mp42.65 MB
 02. What Is a Functional Data Structure.mp42.55 MB
 08. Summary.mp41.91 MB
 02. Creating an Array.mp419.49 MB
 09. Array.sum, Array.sumBy, Array.sort, and Array.sortBy.mp412.68 MB
 07. Array.iter and Array.filter.mp411.88 MB
 08. Option Data Type and Array.choose.mp410.27 MB
 10. Array.reduce.mp49.13 MB
 05. Array.map.mp49.13 MB
 11. Array.fold.mp47.02 MB
 03. Accessing Array Elements.mp46.96 MB
 06. Array.mapi.mp46 MB
 12. Array.zip.mp45.98 MB
 07. Searching Within Sequences.mp426.2 MB
 08. Grouping Sequences.mp420.29 MB
 09. Seq.pairwise, Seq.windowed and Seq.collect.mp418.97 MB
 05. More on Sequence Expressions.mp417.48 MB
 03. Using Seq.unfold.mp417.02 MB
 06. Accessing Sequence Elements.mp410.42 MB
 02. Creating Sequences.mp47.54 MB
 04. Collections as Sequences.mp43.98 MB
 10. Sequences The Tradeoffs.mp43.86 MB
 11. Summary.mp41.87 MB
 01. Introduction.mp41.6 MB
 02. Creating Lists.mp48.92 MB
 03. Accessing List Elements.mp46.76 MB
 04. The List Module.mp44.04 MB
 05. List Mutability.mp43.96 MB
 01. Introduction.mp42.75 MB
 07. Performance of List Operations.mp42.28 MB
 06. Combining Lists.mp42.11 MB
 08. Summary.mp41.55 MB
 02. Pattern Matching.mp428.65 MB
 03. Recursive List Traversal.mp412.43 MB
 01. Introduction.mp41.66 MB
 04. Summary.mp41.21 MB
 06. Dictionary and Concurrency.mp420.59 MB
 05. In-Depth Demo - Immutable Style.mp414.39 MB
 02. Dictionary Basics.mp411.9 MB
 04. In-Depth Demo - Mutable Style.mp49.61 MB
 03. Using dict for Immutable Style.mp47.79 MB
 07. Summary.mp42.14 MB
 01. Introduction.mp41.05 MB
 03. The Set Module and Set Operations.mp413.78 MB
 02. Creating Sets.mp413.24 MB
 06. Choosing Which Lookup to Use.mp48.27 MB
 04. Hidden Mutability.mp47.96 MB
 05. Maps.mp45.4 MB
 07. Summary.mp42.87 MB
 01. Introduction.mp42.12 MB
 04. Trees and Discriminated Unions.mp421.95 MB
 02. Trees Using Luc Recursive OO Types.mp410.55 MB
 05. Choosing a Tree Representation.mp42.71 MB
 03. Discriminated Unions.mp42.35 MB
 06. Summary.mp42.19 MB
 01. Introduction.mp42.02 MB
 03. Type Providers.mp425.43 MB
 05. Making Illegal States Unrepresentable.mp424.59 MB
 08. The Array.parallel Module.mp49.84 MB
 02. Choosing a Data Structure for Productivity.mp47.26 MB
 06. Choosing a Data Structure for Maintainability.mp47.06 MB
 04. Choosing a Data Structure for Reliability.mp45.37 MB
 07. Choosing a Data Structure for Performance.mp43.76 MB
 10. Summary.mp43.27 MB
 01. Introduction.mp42.72 MB
 09. Principles of Performance.mp41.64 MB
 fsharp-functional-data-structures.zip13.66 MB


Description

image
Year of Manufacture : 2014
Manufacturer : Pluralsight
Author : Kit Eason
Duration : 3h 44m
Language : English


This course describes the important data structures - especially collections - available in F#, together with the functions which F# provides for working with them.

http://pluralsight.com/training/Courses/TableOfContents/fsharp-functional-data-structures

CONTENT:
01. Introduction 00:13:15
01. Why Functional Data Structures Matter 01:57
02. What Is a Functional Data Structure? 1:45
03. Prerequisites: F # Interactive (FSI) 01:40
04. Prerequisites: The let Keyword 02:20
05. Prerequisites: The Forward Pipe Operator |> 01:45
06. Prerequisites: Tuples 01:13
07. Prerequisites: Records 01:30
08. Summary 01:01
02. Arrays 00:41:49
01. Introduction 01:18
02. Creating an Array 06:56
03. Accessing Array Elements 02:33
04. The Array Module 01:47
05. Array.map 03:23
06. Array.mapi 02:07
07. Array.iter and Array.filter 03:42
08. Option Data Type and Array.choose 03:27
09. Array.sum, Array.sumBy, Array.sort, and Array.sortBy 04:00
10. Array.reduce 04:04
11. Array.fold 02:43
12. Array.zip 02:27
13. Multi-Dimensional and Jagged Arrays 02:12
14. Summary 01:02
03. Sequences 00:49:35
01. Introduction 00:57
02. Creating Sequences 03:52
03. Using Seq.unfold 06:54
04. Collections as Sequences 01:48
05. More on Sequence Expressions 05:54
06. Accessing Sequence Elements 03:24
07. Searching Within Sequences 08:48
08. Grouping Sequences 07:14
09. Seq.pairwise, Seq.windowed and Seq.collect 07:21
10. Sequences: The Tradeoffs 02:08
11. Summary 01:08
04. Lists 00:12:07
01. Introduction 01:30
02. Creating Lists 02:10
03. Accessing List Elements 02:29
04. The List Module 01:02
05. List Mutability 01:33
06. Combining Lists 01:10
07. Performance of List Operations 01:11
08. Summary 00:59
05. Lists, Pattern Matching, and Recursion 00:16:52
01. Introduction 00:51
02. Pattern Matching 10:15
03. Recursive List Traversal 05:02
04. Summary 00:43
06. Dictionaries 00:22:05
01. Introduction 00:36
02. Dictionary Basics 04:29
03. Using dict for Immutable Style 03:39
04. In-Depth Demo - Mutable Style 03:15
05. In-Depth Demo - Immutable Style 03:47
06. Dictionary and Concurrency 05:11
07. Summary 01:06
07. Sets and Maps 00:19:57
01. Introduction 01:16
02. Creating Sets 03:56
03. The Set Module and Set Operations 05:22
04. Hidden Mutability 03:10
05. Maps 01:57
06. Choosing Which Lookup to Use 02:30
07. Summary 01:42
08. Trees 00:15:42
01. Introduction 01:09
02. Trees Using Recursive OO Types 03:12
03. Discriminated Unions 01:07
04. Trees and Discriminated Unions 07:41
05. Choosing a Tree Representation 01:32
06. Summary 00:59
09. Choosing a Data Structure 00:33:10
01. Introduction 01:34
02. Choosing a Data Structure for Productivity 03:18
03. Type Providers 06:42
04. Choosing a Data Structure for Reliability 02:41
05. Making Illegal States Unrepresentable 07:38
06. Choosing a Data Structure for Maintainability 03:46
07. Choosing a Data Structure for Performance 01:53
08. The Array.parallel Module 02:43
09. Principles of Performance 00:54
10. Summary 01:56

SCREENS:
imageimageimageimage

Sharing Widget


Download torrent
611 MB
seeders:0
leechers:0
Pluralsight - F# Functional Data Structures [2014, ENG]