Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Grokking algorithms, Bhargava, Aditya


Варианты приобретения
Цена: 61290.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: 9 шт.  Склад Америка: 29 шт.  
При оформлении заказа до: 2025-07-23
Ориентировочная дата поставки: конец Сентября - начало Октября

Добавить в корзину
в Мои желания

Автор: Bhargava, Aditya
Название:  Grokking algorithms
ISBN: 9781633438538
Издательство: Manning publications
Классификация:



ISBN-10: 1633438538
Обложка/Формат: Hardback
Страницы: 320
Вес: 0.60 кг.
Дата издания: 14.03.2024
Издание: 2 ed
Размер: 186 x 234 x 22
Рейтинг:
Поставляется из: США

      Старое издание
Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People

Автор: Bhargava Aditya
Название: Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People
ISBN: 1617292230 ISBN-13(EAN): 9781617292231
Издательство: Pearson Education
Цена: 47510 T
Наличие на складе: Поставка под заказ.
Описание:

Summary

Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.

Learning about algorithms doesn't have to be boring Get a sneak peek at the fun, illustrated, and friendly examples you'll find in Grokking Algorithms on Manning Publications' YouTube channel.

Continue your journey into the world of algorithms with Algorithms in Motion, a practical, hands-on video course available exclusively at Manning.com (www.manning.com/livevideo/algorithms-​in-motion).

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to understand them but refuse to slog through dense multipage proofs, this is the book for you. This fully illustrated and engaging guide makes it easy to learn how to use the most important algorithms effectively in your own programs.

About the Book

Grokking Algorithms is a friendly take on this core computer science topic. In it, you'll learn how to apply common algorithms to the practical programming problems you face every day. You'll start with tasks like sorting and searching. As you build up your skills, you'll tackle more complex problems like data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python. By the end of this book, you will have mastered widely applicable algorithms as well as how and when to use them.

What's Inside

  • Covers search, sort, and graph algorithms
  • Over 400 pictures with detailed walkthroughs
  • Performance trade-offs between algorithms
  • Python-based code samples

About the Reader

This easy-to-read, picture-heavy introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms.

About the Author

Aditya Bhargava is a Software Engineer with a dual background in Computer Science and Fine Arts. He blogs on programming at adit.io.

Table of Contents

  1. Introduction to algorithms
  2. Selection sort
  3. Recursion
  4. Quicksort
  5. Hash tables
  6. Breadth-first search
  7. Dijkstra's algorithm
  8. Greedy algorithms
  9. Dynamic programming
  10. K-nearest neighbors


Textbook of Colour Doppler and Imaging. 2003

Автор: Bhargava
Название: Textbook of Colour Doppler and Imaging. 2003
ISBN: 8180610322 ISBN-13(EAN): 9788180610325
Издательство: JayPee Brothers
Цена: 43890.00 T
Наличие на складе: Есть
Описание: The purpose of this book is to provide clear, concise and in depth knowledge and use of colour Doppler in various systems of the body including its historical perspective and instrumentation. The utility of colour Doppler in various body systems such as abdomen, peripheral vascular diseases and small parts has been dealt clearly with supportive illustrations. A separate chapter has specifically been given on value of colour Doppler in obstetrics, gynaecological lesions and infertility.

The book will be an essential guide to postgraduates, practicing physicians, obstetricians and gynaecologists and radiologists in their day-to-day practice.


Textbook of Radiology for Residents & Technicians, 5e

Автор: Bhargava
Название: Textbook of Radiology for Residents & Technicians, 5e
ISBN: 8123928025 ISBN-13(EAN): 9788123928029
Издательство: CBS India
Рейтинг:
Цена: 48530.00 T
Наличие на складе: Есть

Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People

Автор: Bhargava Aditya
Название: Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People
ISBN: 1617292230 ISBN-13(EAN): 9781617292231
Издательство: Pearson Education
Рейтинг:
Цена: 47510.00 T
Наличие на складе: Поставка под заказ.
Описание:

Summary

Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.

Learning about algorithms doesn't have to be boring Get a sneak peek at the fun, illustrated, and friendly examples you'll find in Grokking Algorithms on Manning Publications' YouTube channel.

Continue your journey into the world of algorithms with Algorithms in Motion, a practical, hands-on video course available exclusively at Manning.com (www.manning.com/livevideo/algorithms-​in-motion).

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to understand them but refuse to slog through dense multipage proofs, this is the book for you. This fully illustrated and engaging guide makes it easy to learn how to use the most important algorithms effectively in your own programs.

About the Book

Grokking Algorithms is a friendly take on this core computer science topic. In it, you'll learn how to apply common algorithms to the practical programming problems you face every day. You'll start with tasks like sorting and searching. As you build up your skills, you'll tackle more complex problems like data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python. By the end of this book, you will have mastered widely applicable algorithms as well as how and when to use them.

What's Inside

  • Covers search, sort, and graph algorithms
  • Over 400 pictures with detailed walkthroughs
  • Performance trade-offs between algorithms
  • Python-based code samples

About the Reader

This easy-to-read, picture-heavy introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms.

About the Author

Aditya Bhargava is a Software Engineer with a dual background in Computer Science and Fine Arts. He blogs on programming at adit.io.

Table of Contents

  1. Introduction to algorithms
  2. Selection sort
  3. Recursion
  4. Quicksort
  5. Hash tables
  6. Breadth-first search
  7. Dijkstra's algorithm
  8. Greedy algorithms
  9. Dynamic programming
  10. K-nearest neighbors

Getting Competitive: A Practitioner`s Guide for India

Автор: Bhargava R. C.
Название: Getting Competitive: A Practitioner`s Guide for India
ISBN: 9353577160 ISBN-13(EAN): 9789353577162
Издательство: HarperCollins USA
Рейтинг:
Цена: 13930.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Way back in 1947, as India became independent, Prime Minister Jawaharlal Nehru set out a vision to shape the country's economy and the development of a just and equitable society. Manufacturing was key to this vision, since it is crucial to generating employment and higher growth. More than seventy years later, manufacturing is far from competitive and contributes only 15 per cent of the GDP. As a result, removing the wide socio-economic disparities remains a distant dream. In Getting Competitive, R.C. Bhargava draws upon his unique experience of more than sixty years as a policymaker and industry leader to give practical suggestions. These include replacing socialistic industry-related policies with those that would promote competitive manufacturing, and substituting Western management culture with that of the East to create trust with citizens and partnership relations with industrialists, workers and the government. The bureaucracy must be enabled to facilitate and promote competitiveness. Above all, we need to create national acceptance that manufacturing competitiveness is our first priority. For policymakers and general readers alike, this book brings promise to what has become a disappointing scenario.

Non Obvious Megatrends: How to See What Others Miss and Predict the Future

Автор: Bhargava Rohit
Название: Non Obvious Megatrends: How to See What Others Miss and Predict the Future
ISBN: 1646870026 ISBN-13(EAN): 9781646870028
Издательство: Неизвестно
Цена: 18350.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

WALL STREET JOURNAL BESTSELLER, WINNER OF 9 INTERNATIONAL BOOK AWARDS!

The highly anticipated 10th edition of the groundbreaking innovation book Non-Obvious - featuring ten all new trend predictions for winning the future.

Introducing a book about what it really takes to predict the future, by getting better at understanding the accelerating present.

What can the quirky rules of Icelandic hot tub etiquette and the unexpected celebrity of a Michelin-ranked food stall in Singapore teach you about the future of business and culture?

The answer may not be all that obvious, and that's exactly the point.

For the past decade, innovation expert and marketing professor Rohit Bhargava and his intrepid team of trend curators have produced one of the most widely read annual trend forecasts in the world: the Non-Obvious Trend Report.

Whether you are among one of the more than 1 million readers of a previous edition of this report or not, this completely updated new edition features an unprecedented look behind the scenes at the author's award-winning "Haystack Method" for identifying the ideas and insights others miss by learning to collect ideas the way most people collect frequent flier miles.

You don't need to be a futurist or innovation expert in order to learn to think like one. In this book you'll not only learn how to use the Haystack Method yourself, but also read insights about how to leverage the ten forecasted megatrends to grow your own business or propel your career.

The key to winning the future lies in better understanding the present. This book is an essential guide to becoming a non-obvious thinker and using the art of trend curation to get better at predicting what will be important tomorrow based on learning to better observe patterns in the world today.

List of awards for previous editions:

Winner: Eric Hoffer Business Book of the Year
Winner: Axiom Award Silver Medal (Business Theory)
Winner: INDIE Gold Medal (Business Business Book)
Finalist: Leonard L. Berry Marketing Book Award
Winner: IPPY Silver Medal (Best Business Book)
Finalist: International Book Award (Best Business Book)
Official Selection: Gary's Book Club at CES
Winner: Non-Fiction Book Award (Gold Medal)
Winner: Pinnacle Best Business Book Award


Non-Obvious Guide to Working Remotely (Being Productive Without Getting Distracted, Lonely or Bored)

Автор: Bhargava Rohit
Название: Non-Obvious Guide to Working Remotely (Being Productive Without Getting Distracted, Lonely or Bored)
ISBN: 1646870557 ISBN-13(EAN): 9781646870554
Издательство: Неизвестно
Рейтинг:
Цена: 34010.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

An all new updated 2021 edition of the popular original guide to working from home and adjusting to virtual work featuring the best tips and advice from more than 50 top experts.

Most books on remote work repeat the same tired advice about being productive while wearing sweatpants. The advice in this book is different. Award winning author Rohit Bhargava reveals the secrets of remote work by curating advice from the experts.


In this book, you'll learn:

  • Why trying to recreate a "home studio" for presentations is overrated.
  • How you can build powerful relationships with people you've never met.
  • The seven rules of virtual meetings that everyone should know.
  • How to look and sound amazing on video, without spending a fortune.

Most guides to virtual work pretend like it is better than being face-to-face. It usually isn't. But in today's business world, there are many reasons you need to work remotely or do virtual meetings, from taking parental leave to navigating a global health pandemic.

In this short guide featuring a compilation of the best advice and insights from more than 50 experts from dozens of industries, you will learn the keys to being effective from afar. Whether you need to deliver a presentation to a virtual audience or collaborate with a global team, this handy guide will help you be more productive when you can't be there in person.


This is not a book that will convince you that you need to work remotely every day or that you should go to a Caribbean island and become a digital nomad. It's a guide for anyone forced to work remotely, stuck on too many Zoom calls, and looking for quick actionable advice on how to shift the way they work to get more done every day.


Автор: Bhargava
Название: Post Graduate Medical Entrance Quiz & Question Bank Cd-Rom
ISBN: 8171799698 ISBN-13(EAN): 9788171799695
Издательство: JayPee Brothers India
Рейтинг:
Цена: 12540.00 T
Наличие на складе: Нет в наличии.

Building Happier Kids: Stress-Busting Tools for Parents

Автор: Bhargava Hansa
Название: Building Happier Kids: Stress-Busting Tools for Parents
ISBN: 1610025733 ISBN-13(EAN): 9781610025737
Издательство: Gazelle Book Services
Рейтинг:
Цена: 15590.00 T
Наличие на складе: Нет в наличии.
Описание: Kids today are facing unprecedented pressures--and their mental health is suffering. As a parent, you may feel burned out and exhausted yourself--and perhaps overwhelmed by the idea of taking on your child's stress. But Building Happier Kids offers practical, concrete steps you can take to help your kids and yourself! Dr. Bhargava prescribes taking an intentional pause from modern life's nonstop pace to focus on ways you can meaningfully impact your family's emotional well-being. Overscheduling, homework, and every-present electronic devices may make these seem easier said than done, but Dr. Bhargava offers realistic, balanced advice that will help you prioritize health and restore the happiness of childhood.

Alexa Skills Projects

Автор: Bhargava Madhur
Название: Alexa Skills Projects
ISBN: 1788997255 ISBN-13(EAN): 9781788997256
Издательство: Неизвестно
Рейтинг:
Цена: 53940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Amazon Echo is a smart speaker developed by Amazon, which connects to Amazon`s Alexa Voice Service and is entirely controlled by voice commands. Amazon Echo is currently being used for a variety of purposes such as home automation, asking generic queries, and even ordering a cab or pizza.

Always Eat Left Handed: 15 Surprising Secrets for Killing It at Work and in Real Life

Автор: Bhargava Rohit
Название: Always Eat Left Handed: 15 Surprising Secrets for Killing It at Work and in Real Life
ISBN: 1940858275 ISBN-13(EAN): 9781940858272
Издательство: Неизвестно
Цена: 17430.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

#1 Amazon Best Seller - Business Overall
Finalist: Best Business Book - International Book Awards
Finalist: Best Career Advice Book - Foreword INDIES Book Award

A SELF-HELP BOOK FOR PEOPLE SURROUNDED BY OBVIOUS ADVICE

This entertainingly irreverent book from Wall Street Journal bestselling author and occasional Georgetown University professor Rohit Bhargava filled is with brutally honest secrets of success no one has ever dared to tell you.

Start smoking? Be a cross-dresser? Procrastinate more? Make people cry? Learn to yodel?

Reading just a few of these "secrets," you might wonder if this book is serious. Indeed, it is. Through a bite-size collection of 15 quirky and insightful stories told in a highly readable non-boring style, you'll learn how to:

  • Think faster on your feet when things go wrong
  • Be the type of person everyone wants to work with
  • Get better at starting (and ending) conversations
  • Find resilience after failure without losing optimism
  • Stand out by being the most approachable person in any room

For anyone sick of hearing you should do what you love, take more risks and make mistakes, this empowering book is like a desperately needed pair of noise-canceling headphones for uselessly obvious advice. Instead, Always Eat Left Handed offers a real world, no-nonsense playbook for getting ahead in school, work and life by doing exactly the opposite of what most people tell you. Starting, of course, with eating left handed.


Non-Obvious 2016 Edition: How to Think Different, Curate Ideas & Predict the Future

Автор: Bhargava Rohit
Название: Non-Obvious 2016 Edition: How to Think Different, Curate Ideas & Predict the Future
ISBN: 1940858151 ISBN-13(EAN): 9781940858159
Издательство: Неизвестно
Цена: 16510.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Get the 2018 Updated 8th Edition of This Book http: //a.co/7iscpOc

#1 Amazon Best Seller - ALL BUSINESS (2015 Edition)
#1 Marketing, #1 Entrepreneurship, #1 Market Research and more
TOP 50 ALL AMAZON KINDLE BOOKS (2015 Edition)
Wall Street Journal Best Seller (2015 Edition)
Winner: Axiom Business Theory Silver Medal (2017 Edition)
Official Selection: Gary's Book Club at CES (2017 Edition)

How does the dramatic decline of golf explain the boom in sales of music on vinyl? What can the world's most exclusive restaurants teach you about the future of consumption? What cultural trend unites a transgender six year old, a Somali supermodel, and a Canadian Prime Minister?

The answers to these questions may not be all that obvious. And that's exactly the point.

Non-Obvious delves into the curation process the author has used for years to build his Trend Reports and takes readers behind the scenes of trend curation (much to the delight of past readers who have been asking about this for years), and show them the methodology they can use to predict the future for themselves.

In this sixth edition, discover how to use the power of non-obvious thinking to grow your business and make a bigger impact in the world. Non-Obvious is filled with entertaining insights like how a pioneering comedy- club charging audiences per laugh may forecast the future of consumption or how a wave of tech firms hiring yogis and offering classes in mindfulness may change the overall culture of business.

Trends featured in this year's report include: E-mpulse Buying, Strategic Downgrading, Optimistic Aging, B2Beyond, Personality Mapping, Branded Utility, Mainstream Multiculturalism, Earned Consumption, Anti-Stereotyping, Virtual Empathy, Data Overflow, Heroic Design, Insourced Incubation, Automated Adulthood, and Obsessive Productivity.

Non-Obvious takes a brutally honest look back at more than 60 previous trends from 2011 to 2015, providing an honest assessment of what came true, what was a dud, and why it matters.

In the end Non-Obvious is a book that will show you how to think different, curate your ideas and get better at predicting what will be important tomorrow based on learning to better observe patterns in the world today.


The Non-Obvious Guide to Marketing & Branding (Without a Big Budget)

Автор: Bhargava Rohit
Название: The Non-Obvious Guide to Marketing & Branding (Without a Big Budget)
ISBN: 164687045X ISBN-13(EAN): 9781646870455
Издательство: Неизвестно
Цена: 16510.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

An all new updated 2021 edition of the popular original guide to marketing and branding featuring actionable advice that will help you tell a better story, win more customers, earn more loyalty and make more money.

Being good at marketing might seem like a dark art. All those in-your-face ads, annoying pop-ups and desperate $497 online training courses make most people hate marketing. But the truth is, every business leader and entrepreneur needs to understand how marketing really works.

In this candid guide, bestselling author and award-winning marketing expert Rohit Bhargava offers the ultimate guide to every part of marketing - from writing a tagline to building a simple one-page marketing strategy. In this guide, you'll learn:

  • How to get an unlimited marketing budget by doing things that work.
  • The key to creating unstoppable word of mouth for your idea or product.
  • Why it is a mistake to try and be on every social media platform.
  • The secret to buying advertising at a fraction of the "sticker price."
  • How to create a tagline that people remember for your business.
  • Fit your entire marketing strategy on one page and maintain your focus.

Inspired by real life conversations and experiences with hundreds of business owners and entrepreneurs, as well as the author's 15+ year career leading marketing for some of the most successful brands in the world, this is the rare guide that will skip all the useless definitions, avoid the fluff and cut right to the point to give you the real-life advice you need to hear with an irreverent non-obvious perspective you deserve.

From downloadable one page guides to real life stories and examples, this guide will give you the inspiration and tools to put together a winning marketing strategy to grow your business - no matter how much you know about marketing already.



Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия