Hi,
Many of the interview coding challenges could be solved using one of the built in library or standard data structures collections.
For example, the problem such as 'Find If Linked List contains Cycle' could be solved using HashSet or using Double Pointer Technique
Which one should I write during whiteboard coding/coding challenge given during interview?
Appricate your response and help.