Intuit Coding & Algorithms Interview Questions
Master your tech interview with our curated database of real questions from top companies.
2Questions
1Company
2 Questions 1 Company
Showing 2 results
Intuit
Medium
Software EngineerSolve word segmentation and React palindrome validation
Part A — String segmentation: Given a non-empty string s and a dictionary of valid words, design an algorithm to determine whether s can be segmented ...
Coding & Algorithms
0
0
Sep 6, 2025
Intuit
Medium
Software EngineerImplement LRU, Extend to LFU, Analyze Complexity
Implement an in-memory Least Recently Used (LRU) cache with capacity N that supports get(key) -> value and put(key, value). Achieve O( 1) average time...
Coding & Algorithms
0
0
Sep 6, 2025