Items related to A Common-Sense Guide to Data Structures and Algorithms,...

A Common-Sense Guide to Data Structures and Algorithms, Second Edition: Level Up Your Core Programming Skills - Softcover

  • 4.39 out of 5 stars
    574 ratings by Goodreads
 
9781680507225: A Common-Sense Guide to Data Structures and Algorithms, Second Edition: Level Up Your Core Programming Skills

Synopsis

Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more efficiently, which is particularly important for today’s web and mobile apps. Take a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code, with examples in JavaScript, Python, and Ruby. This new and revised second edition features new chapters on recursion, dynamic programming, and using Big O in your daily work.

Use Big O notation to measure and articulate the efficiency of your code, and modify your algorithm to make it faster. Find out how your choice of arrays, linked lists, and hash tables can dramatically affect the code you write. Use recursion to solve tricky problems and create algorithms that run exponentially faster than the alternatives. Dig into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software. You’ll even encounter a single keyword that can give your code a turbo boost. Practice your new skills with exercises in every chapter, along with detailed solutions.

Use these techniques today to make your code faster and more scalable.

"synopsis" may belong to another edition of this title.

About the Author

Jay Wengrow is an experienced educator and developer who is dedicated to teaching the world to code. He is the founder and CEO of Actualize, a national coding bootcamp and apprenticeship; Anyone Can Learn To Code, an educational company teaching everyone to code through online tutorials, K-12 computer science curriculum, and corporate training.

"About this title" may belong to another edition of this title.

Buy Used

Condition: Very Good
Book is in very good condition...
View this item

FREE shipping within U.S.A.

Destination, rates & speeds

Search results for A Common-Sense Guide to Data Structures and Algorithms,...

Seller Image

Wengrow, Jay
Published by Pragmatic Bookshelf, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
Used Softcover

Seller: Zoom Books East, Glendale Heights, IL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: very_good. Book is in very good condition and may include minimal underlining highlighting. The book can also include "From the library of" labels. May not contain miscellaneous items toys, dvds, etc. . We offer 100% money back guarantee and 24 7 customer service. Seller Inventory # ZEV.1680507222.VG

Contact seller

Buy Used

US$ 29.13
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Wengrow, Jay
Published by Pragmatic Bookshelf, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
Used Softcover

Seller: SecondSale, Montgomery, IL, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. Seller Inventory # 00086727196

Contact seller

Buy Used

US$ 29.51
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 4 available

Add to basket

Stock Image

Wengrow, Jay
Published by Pragmatic Bookshelf, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
Used Softcover

Seller: SecondSale, Montgomery, IL, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: Very Good. Item in very good condition! Textbooks may not include supplemental items i.e. CDs, access codes etc. Seller Inventory # 00086399344

Contact seller

Buy Used

US$ 29.51
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 6 available

Add to basket

Stock Image

Wengrow, Jay
Published by Pragmatic Bookshelf, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
Used Soft cover

Seller: Pulpfiction Books, Vancouver, BC, Canada

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Soft cover. Condition: Fine. 2nd Edition. Second edition, first printing. Fine trade paperback, clean and unmarked. Seller Inventory # 011996

Contact seller

Buy Used

US$ 30.00
Convert currency
Shipping: US$ 11.00
From Canada to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Wengrow, Jay
Published by Pragmatic Bookshelf, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
Used Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: As New. Unread book in perfect condition. Seller Inventory # 38682361

Contact seller

Buy Used

US$ 43.87
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: 8 available

Add to basket

Seller Image

Wengrow, Jay
Published by Pragmatic Bookshelf, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
New Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 38682361-n

Contact seller

Buy New

US$ 46.78
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: 8 available

Add to basket

Stock Image

Jay Wengrow
Published by Pragmatic Bookshelf, Raleigh, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
New Paperback

Seller: Grand Eagle Retail, Mason, OH, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: new. Paperback. If you thought that data structures and algorithms were all just theory, you're missing out on what they can do for your code. Learn to use Big O Notation to make your code run faster by orders of magnitude. Choose from data structures such as hash tables, trees, and graphs to increase your code's efficiency exponentially. With simple language and clear diagrams, this book makes this complex topic accessible, no matter your background. This new edition features practice exercises in every chapter, and new chapters on topics such as dynamic programming and heaps and tries. Get the hands-on info you need to master data structures and algorithms for your day-to-day work.Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more efficiently, which is particularly important for today's web and mobile apps. Take a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code, with examples in JavaScript, Python, and Ruby. This new and revised second edition features new chapters on recursion, dynamic programming, and using Big O in your daily work.Use Big O notation to measure and articulate the efficiency of your code, and modify your algorithm to make it faster. Find out how your choice of arrays, linked lists, and hash tables can dramatically affect the code you write. Use recursion to solve tricky problems and create algorithms that run exponentially faster than the alternatives. Dig into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software. You'll even encounter a single keyword that can give your code a turbo boost. Practice your new skills with exercises in every chapter, along with detailed solutions.Use these techniques today to make your code faster and more scalable This new edition features practice exercises in every chapter, and new chapters on topics such as dynamic programming and heaps and tries. Get the hands-on info you need to master data structures and algorithms for your day-to-day work. Shipping may be from multiple locations in the US or from the UK, depending on stock availability. Seller Inventory # 9781680507225

Contact seller

Buy New

US$ 49.43
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Wengrow, Jay
Published by Pragmatic Bookshelf 8/25/2020, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
New Paperback or Softback

Seller: BargainBookStores, Grand Rapids, MI, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback or Softback. Condition: New. A Common-Sense Guide to Data Structures and Algorithms, Second Edition: Level Up Your Core Programming Skills 1.9. Book. Seller Inventory # BBS-9781680507225

Contact seller

Buy New

US$ 49.64
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 5 available

Add to basket

Stock Image

Jay Wengrow
Published by Pragmatic Bookshelf, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
New PAP

Seller: PBShop.store UK, Fairford, GLOS, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000. Seller Inventory # CW-9781680507225

Contact seller

Buy New

US$ 41.85
Convert currency
Shipping: US$ 7.89
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 15 available

Add to basket

Stock Image

Wengrow, Jay
Published by Pragmatic Bookshelf, 2020
ISBN 10: 1680507222 ISBN 13: 9781680507225
New Softcover

Seller: Lucky's Textbooks, Dallas, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # ABLIING23Mar2811580337086

Contact seller

Buy New

US$ 48.30
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

There are 18 more copies of this book

View all search results for this book