Trexquant Coding & Algorithms Interview Questions
Practice the exact questions companies are asking right now.
2Questions
1Company
2 Questions 1 Company
Showing 2 results
Trexquant
Medium
Software EngineerImplement Trie search with wildcard matching
Design a text dictionary using a Trie. Support the following operations: - addWord(word): Insert a lowercase English word. - search(pattern): Return t...
Coding & Algorithms
0
0
Sep 1, 2025
Trexquant
Medium
Software EngineerMaintain median of a data stream
Design a data structure that supports: - addNum(int x): Add an integer from a stream. - findMedian(): Return the median of all inserted numbers so far...
Coding & Algorithms
0
0
Sep 1, 2025