Python1 Min Read LetuscrackonJune 8, 2024 Integers – Parity Sort The program must accept N integers as the input. The program must sort the integers based on the parity (Even parity followed by Odd…
Python1 Min Read LetuscrackonJune 7, 2024 Expand and Sort – Integers The program must accept N integers as the input. The program must expand each integer to a maximum value by repeating any one of the…
Python1 Min Read LetuscrackonJune 7, 2024 Sort Matrix & Print Positions Sort Matrix & Print PositionsThe program must accept an integer matrix of size R*C containing only unique integers as the input.…
Python1 Min Read LetuscrackonJune 7, 2024 Sort Integers based on Ones The program must accept N integers as the input. The program must sort the integers based on the number of ones in their binary representation…
C Java Python1 Min Read LetuscrackonJune 7, 2024 Sort String Values – First and Last The program must accept N string values and sort them. Then the program must print the first and the last string values. Input : 5 lion tiger…
C Python2 Min Read LetuscrackonJune 7, 2024 Sort the Vowels The program must accept a string S as the input. The program must arrange the vowels in the string S in sorted order. Finally, the program…