DEV Community

Cover image for Blind75: Introduction
Nayeem Reza
Nayeem Reza

Posted on • Updated on

Blind75: Introduction

In Dec 2018, TeamBlind released this article saying -

New Year Gift to every fellow time-constrained engineer out there looking for a job, here's a list of the best LeetCode questions that teach you to core concepts and techniques for each category/type of problems! Many other LeetCode questions are a mash of the techniques from these individual questions. I used this list in my last job hunt to only do the important questions.

In this series, I'll be solving each of the problems from Blind75 and post the solution approach and the thought process behind each coding problem that I'll attempt to do. Also, I'll add complexity(time, space) analysis of the solutions. I'll use c++ as my programming language to solve these but the main idea is to gather the solution thought process and by that, you can solve the problems in any language you want!

Top comments (0)