Learning Functional Data Structures And Algorithms Save

Learning Functional Data Structures and Algorithms published by Packt

Project README

#Learning Functional Data Structures and Algorithms This is the code repository for Learning Functional Data Structures and Algorithms, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book is about functional algorithms and data structures. Algorithms and data structures are fundamentals of computer programming.

##Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

user=> (def v [7 11 19 52 42 72]) 
#'user/v 
user=> (def v1 (conj v 52)) 
#'user/v1 

You need to install Scala and Clojure. All the examples were tested with Scala version 2.11.7. The Clojure examples were tested with Clojure version 1.6.0. You don’t need any IDE as most of the examples are small enough, so you can key them in the REPL (Read/Eval/Print Loop).

You also need a text editor. Use whichever you are comfortable with.

##Related Data Structure and Algorithms Products

###Suggestions and Feedback Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781785888731

Open Source Agenda is not affiliated with "Learning Functional Data Structures And Algorithms" Project. README Source: PacktPublishing/Learning-Functional-Data-Structures-and-Algorithms
Stars
34
Open Issues
1
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating