This note is dedicated to Strings in programming languages!
Strings are cool they enable us to do various things
Lexicographical Order
Solving Codeforces problem Petya and Strings 112A I realized that all comparison of strings (something you usually wouldn’t do) happens in Lexicographical Order. According to ChatGPT this is not for all programming languages but most..