0% found this document useful (0 votes)
3 views1 page

Coding Interview Problem Solutions

This document provides an introduction to a collection of coding interview questions and solutions that the author has accumulated over years of experience. It began as questions shared with close friends and received positive feedback, motivating the author to organize the questions and fully work out solutions to share more broadly. The collection is organized with each problem having a statement, examples, algorithm, code, test cases and complexity discussion to fully explain the issues and solutions.

Uploaded by

Igor Rajić
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Coding Interview Problem Solutions

This document provides an introduction to a collection of coding interview questions and solutions that the author has accumulated over years of experience. It began as questions shared with close friends and received positive feedback, motivating the author to organize the questions and fully work out solutions to share more broadly. The collection is organized with each problem having a statement, examples, algorithm, code, test cases and complexity discussion to fully explain the issues and solutions.

Uploaded by

Igor Rajić
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Type to search     

Problem Solving for Coding interviews


Introduction
Introduction

Time complexity cheatsheet

Primitive types
History
Reverse number This started out as a collection of interview questions and solutions that I accumulated over the
Highest product of 3 years. I've shared it with close friends in the past and the feedback has been overwhelmingly
positive.
Find unique

Which appears twice

Nth Fibonacci number


Sources
Palindromic number
I've scoured through several forums like Careercup and Glassdoor. While they're an excellent
Compute parity source for questions, finding good solutions with explanations is quite hard. Hence I decided to
Swap bits start preparing my own solutions and sharing it with others.

Reverse bits

Closest integer Organization


Spreadsheet decoding
Each post has 5 sections: problem statement, examples, algorithm, code, test cases and a
Spreadsheet encoding
discussion on time-complexity.
Intersecting rectangles

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD

You might also like