Python1 Min Read LetuscrackonJune 13, 2024 String Rank among SubStrings A string S is passed as the input. The program must generate the set (all unique) of all the substrings of S and then sort that set…
Python1 Min Read LetuscrackonJune 11, 2024 Reverse String Rank among SubStrings A string S is passed as the input. The program must generate the set (all unique) of all the substrings of S in the reverse order…
C Java JavaScript Python2 Min Read LetuscrackonJune 10, 2024 Xth Rank – Students The name and score of N students in a test are passed as input to the program. Also, an integer X is passed as input to…
Python1 Min Read LetuscrackonJune 6, 2024 Students Rank Students Rank: There are N students who have taken a test. The students who have scored same marks are allocated the same rank. The…