Skip to content

Commit 2987fbe

Browse files
Update README.md
1 parent eb0fc95 commit 2987fbe

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,23 @@
33
# R Data Structures and Algorithms
44
<a href="https://www.packtpub.com/application-development/r-data-structures-and-algorithms?utm_source=Github&amp;utm_medium=Repository&amp;utm_campaign=9781786465153"><img src="https://d1ldz4te4covpm.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/5153_5666_R%20Data%20Structures%20and%20Algorithms.png" alt="Learning Vulkan" height="256px" align="right"></a>
55

6-
This is the code repository for [R Data Structures and Algorithms](https://www.packtpub.com/application-development/r-data-structures-and-algorithms?utm_source=Github&utm_medium=Repository&utm_campaign=9781786465153), published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
6+
This is the code repository for [R Data Structures and Algorithms](https://www.packtpub.com/application-development/r-data-structures-and-algorithms?utm_source=Github&utm_medium=Repository&utm_campaign=9781786465153), published by Packt.
7+
**Increase speed and performance of your applications with efficient data structures and algorithms**
8+
9+
## What is this book about?
10+
We begin by answering the fundamental question: why data structures? In this book, we cover not only classical data structures, but also functional data structures.
11+
This book covers the following exciting features:
12+
* The intricacies of high performance and scalable programming using R
13+
* The rationality behind data structures and algorithms
14+
* Fundamentals of arrays and linked-based data structures
15+
* Dynamic programming (Knapsack) and randomized algorithms
16+
17+
This easy-to-read book is packed with real-world examples, and with its fast-paced nature, it will improve the productivity of an R programmer and improve the performance of R applications. If you feel this book is for you, get your [copy](https://www.amazon.com/Data-Structures-Algorithms-Dr-Prakash-ebook/dp/B01IF7NLIC/ref=sr_1_2?ie=UTF8&qid=1521014648&sr=8-2&keywords=R+Data+Structures+and+Algorithms) today!
18+
19+
### Amazon Reviews
20+
21+
![Amazon reviews](https://github.com/PacktPublishing/R-Data-Structures-and-Algorithms/blob/master/Amazon.png)
22+
723
## Instructions and Navigations
824
All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
925

0 commit comments

Comments
 (0)