Blind 75 Sheet

Prepare for coding interviews with focused DSA practice across arrays, strings, trees, graphs, and more.

68
Topics
13.6
Hrs

Your progress

0%0 / 68 problems solved

About this sheet

Blind 75 provides a focused collection of data structures and algorithms problems for coding interview revision. It helps you revisit familiar topics, recognise useful approaches, and practise turning an idea into a solution you can explain and implement independently.


\n\n

The sheet is organised into 10 topic modules, giving you a clear way to work through different areas of DSA and return to the ones that need more practice.


\n\n

What You Will Practise


\n

Work through arrays, bit manipulation, dynamic programming, graphs, intervals, linked lists, matrices, strings, trees, and heaps. The syllabus also includes binary search on rotated arrays, sliding-window problems, binary search tree questions, and trie operations.


\n

Practise identifying pairs with Two Sum, ordering dependencies with Course Schedule, combining overlapping intervals, and reasoning about choices in Word Break. Other problems explore linked-list pointers, matrix traversal, tree paths, frequent elements, and the median of a data stream.


\n\n

Connect Each Problem to Its Approach


\n

For each question, identify what information you need to keep track of and why your chosen data structure helps. Explain how the approach progresses, when it stops, and what makes the result correct.


\n

Compare related problems as you revise. A change in the input, constraints, or required output may call for a different approach, even when the question initially looks familiar.


\n\n

Practise, Review, and Reattempt


\n

  • \n
  • Start with a straightforward solution and look for improvements where the constraints require them.

  • \n
  • Implement your approach and test edge cases.

  • \n
  • Explain time and space complexity in terms of the work your solution performs.

  • \n
  • Revisit difficult problems after a gap, then mix topics to practise choosing an approach without a topic hint.
  • \n

\n\n

Who Is This Sheet For?


\n

Blind 75 is suitable for students preparing for placements and developers revising for software engineering interviews. You should be comfortable using one programming language and understand core data structures, recursion, and basic complexity analysis.


\n\n

Prepare for Coding Interview Discussions


\n

Use your revision sessions to practise explaining an idea before coding, checking assumptions, and responding to follow-up questions. The aim is to understand the reasoning well enough to solve variations and recognise where you need further practice.

Choose your learning experience

Choose your learning experience
Feature
FreeStart
TUF+Start
Complete Curriculumincluded: Full curriculum accessincluded: Full curriculum access
Planlynot available: Not availableincluded: Build and follow a structured preparation plan
Practice Platformlimited: Access to free questionsincluded: Access to free and premium questions with dedicated servers
Video Solutionslimited: Some problems have YouTube videos with ads and distractionsincluded: Dedicated video solution for every problem

Syllabus

10 Modules68 Topics13.6 Hrs
Two Sum
Best time to buy and sell stock
Contains Duplicate
Product of Array Except Self
Maximum Product Subarray in an Array
Find minimum in Rotated Sorted Array
Search in rotated sorted array-I
3 Sum
Container with most water

Frequently Asked Questions