What does it mean that a particular string is lexicographically greater than another string in java. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does it mean that a particular string is lexicographically greater than another string in java.

Lexicographically greater?

10th May 2017, 8:39 AM
Antriksh
2 Answers
+ 5
Lexicographically means in dictionary order,i.e.if two strings are compared based on dictionary position the string which comes afterwards is said to be Lexicographically greater.
10th May 2017, 8:48 AM
Rishabh Agrawal
Rishabh Agrawal - avatar
0
the data is arranged in dictionary order and another similar concept is collating sequence in which strings are arranged according to their ASCII values
10th May 2017, 11:56 AM
Suhail Pappu
Suhail Pappu - avatar