Pregunta de entrevista de Actolap Solutions

1. Given an unsorted array, write a function which will accept the array and return the minimum difference between any pair. 2. Given an array of integers, print the array in such a way that the first element is the first maximum and second element is first minimum and so on. 3. Given an array of numbers, arrange then in a way that yields the largest value.

Respuesta de la entrevista

Anónimo

31 dic 2020

All the questions were based on programming logic and can be easily solved using in any programming language.