Add two linked lists: Given the heads of two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list.
Round 2: Technical Interview
Given an array of N distinct elements, find the minimum number of swaps required to sort the array.
Two nodes of a Binary search tree are swapped, correct it.