You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Describe the bug
in algorithm lexicographical_compare.md, output of the given example in description is wrong;
output should be true and and in description output is given as false;
To Reproduce
Steps to reproduce the behavior:
Go to 'algorithm/lexicographical_compare'
Scroll down to explanation of the example
See error where result of comparison is written as false;
Expected behavior
for the example mentioned the result should be true as string a[] is lexicographically smaller than string b[]
Compiler (please complete the following information):
Describe the bug
in algorithm lexicographical_compare.md, output of the given example in description is wrong;
output should be true and and in description output is given as false;
To Reproduce
Steps to reproduce the behavior:
Expected behavior
for the example mentioned the result should be true as string a[] is lexicographically smaller than string b[]
Compiler (please complete the following information):
Additional context
snippet must also be edited, also the snippet in markdown file and snippet is different