AbhishekMaira10 / InterviewPrep-CP

A curated list of my solutions to various coding questions implemented in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Preparation

My solutions to coding interview problems on LeetCode, AlgoExpert, IntervewBit, GeeksForGeeks, CodingNinjas, and other interview preparation resources. I will be adding my solutions to this repository every day starting August 29, 2020.

Difficulty Levels solved

⚪ Easy: 5
🔵 Medium: 2
🔴 Hard: 0
⚫ Very Hard: 0
⭐ Good to review

Total: 7

Day 0

GeeksForGeeks

  1. Minimum Number of Coins

Day 1

GeeksForGeeks

  1. 🔵 ⭐ Sliding Window Maximum Hint: Use deque of size K.
  2. 🔵 No Three Consecutive characters

LeetCode

  1. Replace Question Mark

Day 2

GeeksForGeeks

  1. Min Deletions For Unique Frequency Hint: Use a Priority Queue

Day 3

LeetCode

  1. Contains Duplicate - I
  2. Contains Duplicate - II

About

A curated list of my solutions to various coding questions implemented in c++


Languages

Language:C++ 94.9%Language:C 4.9%Language:Python 0.2%