Posts on page 11

  1. August 20, 2021

    Alice is a kindergarten teacher. She wants to give some candies to the children in her class. All the children sit in a line and each of…

  2. August 20, 2021

    There are two n-element arrays of integers, A and B. Permute them into some a and b such that the relation a[i] + b[i] >= k holds for all i…

  3. August 20, 2021

    You will be given a list of integers,arr, and a single integer k. You must create an array of length k from elements of arr such that its…

  4. August 16, 2021

    Holidays have finished. Thanks to the help of the hacker Leha, Noora managed to enter the university of her dreams which is located in a…

  5. August 16, 2021

    Write a program which identifies the number of combinations of three integers which satisfy the following conditions: You should select…