CrackML by @ml.with.umang
Core interview lane

Python & DSA interview questions.

Practice 42 high-signal questions covering the concepts and decisions interviewers probe in Python & DSA.

Serialize and Deserialize Binary TreePython & DSA · hard · Evidence 80/100Partition into K equal-sum subsetsPython & DSA · hard · Evidence 77/100Implement an in-place sorting algorithm and analyze every loop.Python & DSA · medium · Evidence 77/100Solve the maximum-points-on-a-line problem.Python & DSA · hard · Evidence 77/100Count and SayPython & DSA · medium · Evidence 77/100K Closest Points to OriginPython & DSA · medium · Evidence 77/100Validate a NumberPython & DSA · medium · Evidence 77/100Logger Timer With Additional ConstraintsPython & DSA · medium · Evidence 77/100Simplify a Relative PathPython & DSA · medium · Evidence 77/100Add/Subtract Operators to Reach a TargetPython & DSA · hard · Evidence 77/100Remove Invalid ParenthesesPython & DSA · hard · Evidence 77/100Robot Cleaner: Find the CheesePython & DSA · hard · Evidence 77/1003SumPython & DSA · medium · Evidence 77/100Sliding Window AveragePython & DSA · easy · Evidence 77/100Solve a variation of Longest Increasing Path in a Matrix.Python & DSA · hard · Evidence 77/100Tree DiameterPython & DSA · medium · Evidence 77/100Random pick with weightPython & DSA · medium · Evidence 77/100Optimize a Grid Computation From O(n²) to O(n)Python & DSA · hard · Evidence 77/100Valid Word AbbreviationPython & DSA · easy · Evidence 77/100Basic Calculator With + and *Python & DSA · medium · Evidence 77/100Second Greatest Number From DigitsPython & DSA · medium · Evidence 77/100Subarray Sum Equals KPython & DSA · medium · Evidence 77/100Next Greater ElementPython & DSA · medium · Evidence 77/100Moving average from a data streamPython & DSA · easy · Evidence 77/100Solve merge intervals.Python & DSA · medium · Evidence 77/100Count Monotonic RunsPython & DSA · medium · Evidence 77/100Lowest Common Ancestor of a Binary TreePython & DSA · medium · Evidence 77/100LRU Cache With Delete and LastPython & DSA · medium · Evidence 77/100Binary Tree Vertical Order TraversalPython & DSA · medium · Evidence 77/100Add Decimal Numbers as StringsPython & DSA · medium · Evidence 77/100Palindrome PermutationPython & DSA · easy · Evidence 77/100Find and print a path from a source to a destination through obstacles.Python & DSA · medium · Evidence 75/100Implement MinStack with O(1) minimum lookup.Python & DSA · medium · Evidence 75/100How do you reason about time and space complexity in ML-adjacent coding?Python & DSA · medium · Evidence 75/100Generate valid word combinations from a word list.Python & DSA · medium · Evidence 75/100Solve a backtracking problem and explain pruning.Python & DSA · medium · Evidence 75/100Find the Kth largest element in an array.Python & DSA · medium · Evidence 70/100Find the maximum number of consecutive ones in a binary array.Python & DSA · easy · Evidence 70/100Find the maximum water level that still permits a path from start to end.Python & DSA · hard · Evidence 70/100Navigate a mouse to cheese using only an API that tells whether a move is valid.Python & DSA · hard · Evidence 70/100Search in Rotated Sorted ArrayPython & DSA · medium · Evidence 66/100Binary Tree Maximum Path SumPython & DSA · hard · Evidence 66/100