Skip to content

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

Strings

Trie

Merge Intervals

Design Problems

Recursion

Trees

BFS on Trees

DFS on Trees

Binary Search Trees

Subsets and Backtracking

Graphs

DFS

BFS

Bipartite Graph

Cycle in a Graph

Connected Components

Topological Sort

Strongly Connected Components

Djikstra's Algorithm

Minimum Spanning Tree

Disjoint Sets

Dynamic Programming

0-1 Fractional Knapsack

Unbounded Knapsack

Fibonacci Sequence

Palindromic Subsequence

Longest Common Substring

Substring problems

Greedy

Math