Skip to content

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

Notifications You must be signed in to change notification settings

AbhishekMaira10/InterviewPrep-CP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published