Can I use external libraries like Lodash in interviews?
Generally, no. You are expected to use only the standard built-in libraries provided natively by the programming language.
Verify This Answer
Cross-check this information using these trusted sources:
More FAQs in C++ STL vs Java Collections vs Python Built-ins
The equivalent of C++ std::vector in Java is the ArrayList class.
In Python, a Hash Map is simply a dictionary (dict). You create one using curly braces {} or the dict() constructor.
Yes, Python provides the 'heapq' module which allows you to use standard lists as min-heaps.
Still have questions?
Browse all our FAQs or reach out to our support team
