Introduction and 1 question on Leadership principles: 5 mins
Coding: 20 mins
Q1 . Given a single LinkedList having integers as values/data. Reorder the list such that all non-prime numbers appear before prime numbers. Return the head of new list.
Optimised approach and Complete code(list node structure and function) was expected.