Hi, per the front page of the Python Wiki at wiki.python.org, "If you want to edit a page and have just signed up... please write to the pydotorg-www mailing list describing what you would like to edit, and we'll add you to the EditorsGroup" My username on the wiki is RollandRusin ( https://wiki.python.org/moin/RollandRusin), email the same as the one I'm using to send this (rolland.r.rusin@gmail.com), and I'm requesting to be added to the EditorsGroup. Firstly, I'd like to contribute a fix to the parentheses on the "*Average Case*" column for the "*Intersection s&t*" row under "*set*". O(min(len(s), len(t)) *-> * O(min(len(s), len(t))) The big O notation for this cell is not properly closed and has been bothering me. Look forward to hearing from you, Rolland Rusin
On Wed, 30 Mar 2022 at 09:59, R R <rolland.r.rusin@gmail.com> wrote:
Hi, per the front page of the Python Wiki at wiki.python.org,
"If you want to edit a page and have just signed up... please write to the pydotorg-www mailing list describing what you would like to edit, and we'll add you to the EditorsGroup"
My username on the wiki is RollandRusin (https://wiki.python.org/moin/RollandRusin), email the same as the one I'm using to send this (rolland.r.rusin@gmail.com), and I'm requesting to be added to the EditorsGroup.
Firstly, I'd like to contribute a fix to the parentheses on the "Average Case" column for the "Intersection s&t" row under "set".
O(min(len(s), len(t)) -> O(min(len(s), len(t)))
The big O notation for this cell is not properly closed and has been bothering me.
Not sure which page that is, but copyediting is always welcome. Thank you for offering to fix that! You should have editing access now. ChrisA
participants (2)
-
Chris Angelico -
R R