Logo
Grokking the Coding Interview: Patterns for Coding Questions
Ask Author
Back to course home

0% completed

Introduction to Subsets Pattern

A huge number of coding interview problems involve dealing with Permutations and Combinations of a given set of elements. This pattern describes an efficient Breadth First Search (BFS) approach to handle all these problems.

Let’s jump onto our first problem to develop an understanding of this pattern.

.....

.....

.....

Like the course? Get enrolled and start learning!