Logo

Problem Solving for Coding Interviews

Small book cover: Problem Solving for Coding Interviews

Problem Solving for Coding Interviews
by

Publisher: GitBook
Number of pages: 285

Description:
An engineer's notes on problem solving. Ideally suited as practice material for coding interviews. This started out as a collection of interview questions and solutions that I accumulated over the years. I've scoured through several forums like Careercup and Glassdoor. While they're an excellent source for questions, finding good solutions with explanations is quite hard. Hence I decided to start preparing my own solutions and sharing it with others. Each post has 5 sections: problem statement, examples, algorithm, code, test cases and a discussion on time-complexity.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: The Practice of Parallel ProgrammingThe Practice of Parallel Programming
by - CreateSpace
This book provides an advanced guide to the issues of the parallel and multithreaded programming. It goes beyond the high-level design of the applications, into the details that are often overlooked but vital to make the programs work.
(21071 views)
Book cover: Concepts, Techniques, and Models of Computer ProgrammingConcepts, Techniques, and Models of Computer Programming
by - The MIT Press
Covered topics: concurrency, state, distributed programming, constraint programming, formal semantics, declarative concurrency, message-passing concurrency, forms of data abstraction, building GUIs, transparency approach to distributed programming.
(25945 views)
Book cover: The Black Art of ProgrammingThe Black Art of Programming
by - Blue Sky Technology
This book is an introduction to computer programming. It covers the essential information of a Computer Science course. Recommended for beginners and intermediate programmers. Contents: Program Structure; Topics from Computer Science; etc.
(16996 views)
Book cover: Zen Style ProgrammingZen Style Programming
by - Lulu Press
This book introduces the concept of functional programming, describes a language that fulfills all the requirements, and shows how to solve simple problems in it. The book shows how to apply these techniques to some problems of varying complexity.
(16866 views)