Daily Coding Problem
Language: en
Pages: 299
Authors: Alex Miller
Categories:
Type: BOOK - Published: 2019-01-31 - Publisher:

GET EBOOK

Daily Coding Problem contains a wide variety of questions inspired by real programming interviews, with in-depth solutions that clearly take you through each co
Exercises for Programmers
Language: en
Pages: 120
Authors: Brian P. Hogan
Categories: Computers
Type: BOOK - Published: 2015-09-04 - Publisher: Pragmatic Bookshelf

GET EBOOK

When you write software, you need to be at the top of your game. Great programmers practice to keep their skills sharp. Get sharp and stay sharp with more than
Dynamic Programming for Coding Interviews
Language: en
Pages: 168
Authors: Meenakshi
Categories: Computers
Type: BOOK - Published: 2017-01-18 - Publisher: Notion Press

GET EBOOK

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);
Cracking the Coding Interview
Language: en
Pages: 0
Authors: Gayle Laakmann McDowell
Categories: Computer programmers
Type: BOOK - Published: 2011 - Publisher: CreateSpace

GET EBOOK

Now in the 5th edition, Cracking the Coding Interview gives you the interview preparation you need to get the top software developer jobs. This book provides: 1
Top 20 coding interview problems asked in Google with solutions
Language: en
Pages: 164
Authors: Lin Quan
Categories: Computers
Type: BOOK - Published: 2014-02-07 - Publisher: Lin Quan

GET EBOOK

Must Have for Google Aspirants !!! This book is written for helping people prepare for Google Coding Interview. It contains top 20 programming problems frequent