Skip to content

A repository for my ongoing preparation for Software Engineering Interviews.

Notifications You must be signed in to change notification settings

kalpak92/TechInterview2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TechInterview2020

This repository contains the solutions to problems done from various resources for the upcoming interviews.

Array

Prefix Sum

Two Pointers

Sliding Window

String

Divide and Conquer

Binary Search

Linked List

Stack

Hashing

Heaps

Two Heaps

Merge Intervals

Recursion

Trees

BFS on Trees

DFS on Trees

Binary Search Trees

Subsets and Backtracking

Graphs

Dynamic Programming