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 ([email protected]), 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
_______________________________________________
pydotorg-www mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to