When To Choose BFS Over DFS? (Essential For Coding Rounds)
Summary
I gained a key insight from an on-campus coding round at Samsung where the solution to a complex graph problem, involving finding maximum reachable steps through pipe connections in a matrix, strongly...
Interview Experience
This insight comes from an actual on-campus round recently conducted by Samsung in our college. We were given 3 hours to solve a single problem in Round 1. The question (as far as I remember) involved: a square matrix, seven types of pipes, each allowing movement in specific directions, a starting p...


