instabase Interview Questions — 2 DSA Problems
2 problems with full solutions in Python, Java, C++, JavaScript, Go, Rust.
Most frequently asked instabase LeetCode questions for software engineering interviews.
- Subarray With Elements Greater Than Varying Threshold (HARD) — Array, Stack, Union Find, Monotonic Stack
- Implement Trie (Prefix Tree) (MEDIUM) — Hash Table, String, Design, Trie
I
instabase
2 questions tracked2 with solutions
Frequency scoreSorted highest → lowest frequency✓ Our Solution = we have a detailed walkthrough
Showing 2 of 2 questions
1HardSubarray With Elements Greater Than Varying Threshold✓ Our Solution ArrayStackUnion FindMonotonic Stack
2Hash TableStringDesignTrie