R data structures and algorithms increase speed and performance of your applications with efficient data structures and algorithms

What You Will Learn Understand the rationality behind data structures and algorithms Understand computation evaluation of a program featuring asymptotic and empirical algorithm analysis Get to know the fundamentals of arrays and linked-based data structures Analyze types of sorting algorithms Search...

Full description

Bibliographic Details
Main Authors: Prakash, PKS, Rao, Achyutuni Sri Krishna (Author)
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing 2016
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04019nmm a2200409 u 4500
001 EB001942368
003 EBX01000000000000001105270
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781786464163 
050 4 |a QA276.45.R3 
100 1 |a Prakash, PKS 
245 0 0 |a R data structures and algorithms  |b increase speed and performance of your applications with efficient data structures and algorithms  |c Dr. PKS Prakash, Achyutuni Sri Krishna Rao 
260 |a Birmingham, UK  |b Packt Publishing  |c 2016 
300 |a 1 volume  |b illustrations 
653 |a R (Langage de programmation) 
653 |a COMPUTERS / Programming / Algorithms / bisacsh 
653 |a COMPUTERS / Programming Languages / General / bisacsh 
653 |a R (Computer program language) / fast 
653 |a Data structures (Computer science) / http://id.loc.gov/authorities/subjects/sh85035862 
653 |a COMPUTERS / Software Development & Engineering / General / bisacsh 
653 |a Data structures (Computer science) / fast 
653 |a Structures de données (Informatique) 
653 |a R (Computer program language) / http://id.loc.gov/authorities/subjects/sh2002004407 
700 1 |a Rao, Achyutuni Sri Krishna  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
015 |a GBB709155 
776 |z 9781786465153 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781786465153/?ar  |x Verlag  |3 Volltext 
082 0 |a 500 
082 0 |a 620 
082 0 |a 005.13/3 
520 |a What You Will Learn Understand the rationality behind data structures and algorithms Understand computation evaluation of a program featuring asymptotic and empirical algorithm analysis Get to know the fundamentals of arrays and linked-based data structures Analyze types of sorting algorithms Search algorithms along with hashing Understand linear and tree-based indexing Be able to implement a graph including topological sort, shortest path problem, and Prim's algorithm Understand dynamic programming (Knapsack) and randomized algorithms In Detail In this book, we cover not only classical data structures, but also functional data structures. We begin by answering the fundamental question: why data structures? We then move on to cover the relationship between data structures and algorithms, followed by an analysis and evaluation of algorithms. We introduce the fundamentals of data structures, such as lists, stacks, queues, and dictionaries, using real-world examples.  
520 |a We also cover topics such as indexing, sorting, and searching in depth. Later on, you will be exposed to advanced topics such as graph data structures, dynamic programming, and randomized algorithms. You will come to appreciate the intricacies of high performance and scalable programming using R. We also cover special R data structures such as vectors, data frames, and atomic vectors. With this easy-to-read book, you will be able to understand the power of linked lists, double linked lists, and circular linked lists. We will also explore the application of binary search and will go in depth into sorting algorithms such as bubble sort, selection sort, insertion sort, and merge sort. Style and approach This easy-to-read book with its fast-paced nature will improve the productivity of an R programmer and improve the performance of R applications. It is packed with real-world examples 
520 |a Increase speed and performance of your applications with efficient data structures and algorithms About This Book See how to use data structures such as arrays, stacks, trees, lists, and graphs through real-world examples Find out about important and advanced data structures such as searching and sorting algorithms Understand important concepts such as big-o notation, dynamic programming, and functional data structured Who This Book Is For This book is for R developers who want to use data structures efficiently. Basic knowledge of R is expected.