Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 814 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 814 Bytes

Coding Interview Practice Problems

This repository contains my solutions to some common coding interview practice problems. My first solution may not be the most optimal but it should pass all tests.

The coding problems come from this Notion

The Notion was created by Engineering with Utsav

Here is video that inspired me to create this repository How to Prepare for Technical Interviews, Part 1 - Coding

The goal of this repository

  1. Have my solution to some coding interview problem in the Notion
  2. The solution should pass all test cases
  3. Later I plan to create optimized the solutions