# Get Well Prepared for Google Interview

These are set of questions which are solved for the following card in Leetcode

* [Google Interview Card](https://leetcode.com/explore/interview/card/google/)

## Google Interview Card

### Interview Process

* [929.-unique-email-addresses](https://chkrishnatej.gitbook.io/interview-prep/dsa-problems/929.-unique-email-addresses "mention")

## Arrays and Strings

* [3.-longest-substring-without-repeating-characters](https://chkrishnatej.gitbook.io/interview-prep/dsa-problems/3.-longest-substring-without-repeating-characters "mention")
* [11.-container-with-most-water](https://chkrishnatej.gitbook.io/interview-prep/dsa-problems/11.-container-with-most-water "mention")

## Linked List

* [2.-add-two-numbers](https://chkrishnatej.gitbook.io/interview-prep/dsa-problems/2.-add-two-numbers "mention")
