-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add CSES problem to practice problems list #1528
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
Conversation
src/data_structures/sparse-table.md
Outdated
|
|
||
| ## Practice Problems | ||
|
|
||
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.
can you remove this whitespace
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.
Done
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.
keep the empty line
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.
ok
src/data_structures/sparse-table.md
Outdated
| * [Codeforces - Map](http://codeforces.com/contest/15/problem/D) | ||
| * [Codeforces - Awards for Contestants](http://codeforces.com/contest/873/problem/E) | ||
| * [Codeforces - Longest Regular Bracket Sequence](http://codeforces.com/contest/5/problem/C) | ||
| * [CSES - Static Range Minimum Queries](https://cses.fi/problemset/task/1648) |
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.
the link leads to a problem with update queries, fix the link
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.
Fixed
Corrected the link for CSES - Static Range Minimum Queries. and removed the whitespace.
Kindly Add this problem to your practice problems list.