Sort alphabeticaly an ARRAY of STRING

galexis
2021-06-29
2021-07-18
  • galexis - 2021-06-29

    Hi community,
    Is it possible to sort alphabeticaly an array of string ?
    Thanks for your help.

     
  • nothinrandom - 2021-07-18

    @galexis,

    could you elaborate and maybe provide some inputs and results of what you are expecting? There are many types of string sort algorithms. A "quick and simple" one can be implemented by performing memory comparison of strings and then sort them.

     

Log in to post a comment.