Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...


Top Series in United States

Showing 1 - 12 of 12 results for “steve hubbard
Skip side bar filters
  • Data Structures and Algorithms with Python

    With an Introduction to Multiprocessing

    Series series Computer Science (R0)
    This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms—supported by motivating examples—that bring meaning to the problems faced by computer programmers. The idea of computational complexity is introduced, demonstrating what can and ... Read more

    $49.49 USD

  • Data Structures and Algorithms with Python

    Series series Computer Science (R0)
    This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms supported by examples that bring meaning to the problems faced by computer programmers. The idea of computational complexity is also introduced, demonstrating what can and cannot be ... Read more

    $53.99 USD

  • Audiobook

    Prophet's Cry, A

    Understanding Your Life As A Prophet

    Narrated by Steve Silbulsky ...

    Unabridged

    48 min

    Apostle Hubbard releases an outstanding tool of wisdom in A Prophet's Cry. As he deals with seven critical areas that is often misunderstood in the prophetic ministry as well as the call of the prophetic upon a person's life. ... Read more

    $11.00 USD or Free with Kobo Plus

  • Audiobook

    Little Journeys to the Homes of Eminent Painters (Unabridged)

    optional

    Unabridged

    8 hours 16 min

    Have you ever wondered what inspires greatness? Embark on a captivating journey with Elbert Hubbard in his "Little Journeys to the Homes of Eminent Painters." Travel beyond the canvas and step into the studios and homes of history's most revered artists. From Michelangelo's sculpting chisel to Rembrandt's etching tools, Hubbard offers a glimpse into the lives that shaped iconic masterpieces. ... Read more

    $4.99 USD

People who read these also enjoyed

  • Algorithms

    Essential Information about Algorithms and Data StructuresA Classic ReferenceThe latest version of Sedgewick’s best-selling series, reflecting an indispensable body of knowledge developed over the past several decades.Broad CoverageFull treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should ... Read more

    $65.69 USD

  • Computer Programming In C Language

    Computer Programming In C Language : Computer Programming In C Language teaches the generic Programming techniques using C programming language in an easy-to-follow style, without assuming previous experience in any other language. A variety of examples make learning these Concepts with C both fun and practical. This book is organized in such a manner that students and programmers with prior ... Read more

    $5.99 USD or Free with Kobo Plus

  • The Art of R Programming

    A Tour of Statistical Software Design

    R is the world's most popular language for developing statistical software: Archaeologists use it to track the spread of ancient civilizations, drug companies use it to discover which medications are safe and effective, and actuaries use it to assess financial risks and keep economies running smoothly.The Art of R Programming takes you on a guided tour of software development with R, from basic ... Read more

    $23.99 USD

  • Algorithms in a Nutshell

    A Practical Guide

    Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. This updated edition of Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs—with just enough math to let you understand and analyze algorithm ... Read more

    $36.79 USD

  • Assembly Language:Simple, Short, And Straightforward Way Of Learning Assembly Programming

    This book is intended for beginners who would like to learn the basics of Assembly Programming. This book uses Simple words, Short sentences and Straightforward paragraphs. The triple S way to learn Assembly Programming. The topics covered in this book includes a brief introduction to assembly, common arithmetic instructions, character and string input and display routines, flow controls including ... Read more

    $3.44 USD or Free with Kobo Plus

  • Introduction to Verilog

    by Bob Zeidman ...
    This self-study guide gives a step-by-step tutorial for each aspect of the language and follows a logical progression from basic syntax to complex tasks and functions. It allows someone with no knowledge of Verilog or HDLs to follow the chapters in sequence to gain a full understanding of the language. Each chapter builds on the information presented in the previous chapters. Also, illustrative ... Read more

    $9.99 USD

  • Dynamic Programming for Coding Interviews

    A Bottom-Up approach to problem solving

    I wanted to compute 80th term of the Fibonacci series. I wrote the rampant recursive function,int fib(int n){ return (1==n 2==n) ? 1 : fib(n-1) + fib(n-2);}and waited for the result. I wait… and wait… and wait…With an 8GB RAM and an Intel i5 CPU, why is it taking so long? I terminated the process and tried computing the 40th term. It took about a second. I put a check and was shocked to find ... Read more

    $3.99 USD

  • Hands-On Data Structures and Algorithms with Python

    Write complex and powerful code using the latest features of Python 3.7

    Learn to implement complex data structures and algorithms using PythonKey FeaturesUnderstand the analysis and design of fundamental Python data structuresExplore advanced Python concepts such as Big O notation and dynamic programmingLearn functional and reactive implementations of traditional data structuresBook DescriptionData structures allow you to store and organize data efficiently. They are ... Read more

    $34.19 USD or Free with Kobo Plus