IIT Bombay Interview Questions — 2 DSA Problems
2 problems with full solutions in Python, Java, C++, JavaScript, Go, Rust.
Most frequently asked IIT Bombay LeetCode questions for software engineering interviews.
- Score After Flipping Matrix (MEDIUM) — Array, Greedy, Bit Manipulation, Matrix
- Find the Index of the First Occurrence in a String (EASY) — Two Pointers, String, String Matching
IB
IIT Bombay
2 questions tracked2 with solutions
Frequency scoreSorted highest → lowest frequency✓ Our Solution = we have a detailed walkthrough
Showing 2 of 2 questions
1ArrayGreedyBit ManipulationMatrix
2Two PointersStringString Matching