-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fixed issue #514 #524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed issue #514 #524
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the work.
this fixes #514 |
@tanmay-sinha, Thanks for MR, but at many places PS: If you don't mind, I can propose a MR which fixes those issues. |
@finn0 Yes actually I know that many places still have this issue. It is completely fine if you make a PR . BTW, I am interested in knowing how will you change all the places . Any scripts or else? |
I am interested in knowing how will you change all the places . Any scripts or else?
I will use "sed" and regex, to find and replace all changes. When I will
write regex format and test it, I will reply to this thread.
|
@finn0 If you have the time, please fix the remaining places with a wrong notation. I haven't actually checked if there are any remaining ones left, but only checked the actual changes from @tanmay-sinha. Not sure how effective Regex is in such a task, since also half-open intervals like About the blank space: Latex (or mathjax) will determine automatically how much space is between the comma and the second term. You can quickly test that for yourself by rendering the following code at https://cp-algorithms.com/test.php:
This will work for all intervals inside mathematical environments. For other intervals (I'm guessing in older articles it might be written with backticks like |
* Fixed typo in stack modification * changed [l;r] to [l,r] in required places. * Fixed some more range issues. * added missing comma
changed l; r to l, r in required places (not in any code)(#514 )