• Complain

John Carey - C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications

Here you can read online John Carey - C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: Packt Publishing Pvt. Ltd., genre: Computer / Science. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications
  • Author:
  • Publisher:
    Packt Publishing Pvt. Ltd.
  • Genre:
  • Year:
    2019
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Become an expert C++ programmer by learning how to build applications with C++ data structures and algorithmsKey FeaturesExplore data structures, such as arrays, stacks, and graphs with real-world examplesStudy the trade-offs between algorithms and data structures and discover what works and doesntDiscover how techniques, such as bloom filters and multi-way heaps boost real-world applicationsBook DescriptionC++ is a mature multi-paradigm programming language that enables you to write high-level code with great control over the hardware. Significant pieces of our software infrastructure today, including databases, browsers, frameworks, and GUI toolkits tend to be written in C++.The book is structured in three parts: the first part covers data structures in detail, the second part explains basic algorithm design techniques, and the third part covers advanced techniques. Youll begin with an introduction to C++ data structures and see how to store data using linked lists, arrays, stacks, and queues. The book then explains the greedy algorithms and the divide and conquer algorithms that facilitate faster computations in your programs. The book ends by showing how by using graph algorithms and dynamic programming, you can develop applications that can perform high calculations.With this book, youll learn how to implement standard data structures and algorithms in idiomatic C++ 14/17 code that is efficient and also scales well.What you will learnBuild applications using hashtables, dictionaries, and setsImplement a URL shortening service using a bloom filterImplement common algorithms, such as heap sort and merge sort in string data typesUse C++ template metaprogramming to write code librariesExplore how modern hardware affects the actual run-time performance of programsUse appropriate modern C++ idioms like std:: array instead of C-style arraysWho This Book Is ForThis course is designed for developers or students who want to revisit basic data structures and algorithms, are familiar with C++ 14/17, and have taken at least one prior algorithms course.

John Carey: author's other books


Who wrote C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications? Find out the surname, the name of the author of the book and a list of all author's works by series.

C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
C Data Structures and Algorithm Design Principles Leverage the power of - photo 1
C++ Data Structures and Algorithm Design Principles
Leverage the power of modern C++ to build robust and scalable applications John Carey Shreyans Doshi Payas Rajan
C++ Data Structures and Algorithm Design Principles
Copyright 2019 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals.

However, Packt Publishing cannot guarantee the accuracy of this information. Authors: John Carey, Shreyans Doshi, and Payas Rajan Technical Reviewer: Shubham Srivastava Managing Editor: Aniket Shedge Acquisitions Editors: Kunal Sawant and Sneha Shinde Production Editor: Shantanu Zagade Editorial Board: Shubhopriya Banerjee, Bharat Botle, Ewan Buckingham, Mahesh Dhyani, Manasa Kumar, Alex Mazonowicz, Bridget Neale, Dominic Pereira, Shiny Poojary, Abhisekh Rane, Erol Staveley, Ankita Thakur, Nitesh Thakur, and Jonathan Wray. First Published: October 2019 Production Reference: 1311019 ISBN: 978-1-83882-884-4 Published by Packt Publishing Ltd. Livery Place, 35 Livery Street Birmingham B3 2PB, UK

Table of Contents
Preface
About
This section briefly introduces the authors, the coverage of this book, the technical skills you'll need to get started, and the hardware and software requirements required to complete all of the included activities and exercises.
About the Book
C++ is a mature multi-paradigm programming language that enables you to write high-level code with a high degree of control over the hardware. Today, significant parts of software infrastructure, including databases, browsers, multimedia frameworks, and GUI toolkits, are written in C++.

This book starts by introducing C++ data structures and how to store data using linked lists, arrays, stacks, and queues. In later chapters, the book explains the basic algorithm design paradigms, such as the greedy approach and the divide-and-conquer approach, which are used to solve a large variety of computational problems. Finally, you will learn the advanced technique of dynamic programming to develop optimized implementations of several algorithms discussed in the book. By the end of this book, you will have learned how to implement standard data structures and algorithms in efficient and scalable C++ 14 code.

About the Authors
John Carey A composer and pianist, John Carey's formal education is almost exclusively based within the musical realm. Having used computers and other forms of technology extensively in his artistic endeavors, he invested years of self-study in the subjects of programming and mathematics and now works professionally as a software engineer.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications»

Look at similar books to C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications»

Discussion, reviews of the book C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.