Posts

Add two numbers stored in Heap

Traversal of Linked list using C++

Creation of Linked list using C++

Array's Operations

Calculate the remainder of two numbers using C

Division of two numbers using C

Multiplication of two number using C

Subtraction of two numbers using C

Addition of two integer numbers using C

To find the maximum difference of arr[j] - arr[i] such that j>i (efficient way)

To find the maximum difference of arr[j] - arr[i] such that j>i

To find the leader element in sorted or unsorted array (method -2)(efficient way)