Given an** integer X**  and a string str  consisting of space-separated texts  and numbers  placed alternately, the task is to sort the string such that texts and numbers appear in decreasing order of numbers associated after removal of all numbers less than X . If two strings have the same values then sort them in the lexicographic order of the string.

#arrays #sorting #strings #bubblesort #python

Sort a String in order of values after removal of values smaller than X
1.30 GEEK