/Blind75-Java-Solutions

My solutions to the "LeetCode blind 75" problems in Java.

Primary LanguageJava

Blind 75 solutions in Java

Intro

Hello all, this is a repository where I will be adding my solutions to the famous leetcode blind 75 list. My goal is to eventually complete it. I'm currently doing one problem a day and so I will most likely be pushing daily.

Resources

Here I will put some of the resources I'm using to practice and solve this problems:

Problems and their solution


Arrays & Hashing

Easy

Medium


Two Pointers

Easy

Medium


Sliding Window

Easy

Medium

Hard

  • Minimum window substring

Stack

Easy


Binary Search

Medium


Linked List

Easy

Medium

Hard

  • Merge K sorted lists

Trees

Easy

Medium


Tries

Medium

Hard

  • Word Search II

Backtracking

Medium


Graphs

Medium


1-D Dynamic Programming

Easy


Intervals

Easy


Bit Manipulation

Easy