Open darcydriscoll opened 2 years ago
public/api/user.php::User::is_nickname_valid
Algorithm appears to be n^2, which sucks. Check comments for more details.
Nope
🐏 Now: Motivation
⚜️ Where's the issue?
public/api/user.php::User::is_nickname_valid
⚜️ What's the issue?
Algorithm appears to be n^2, which sucks. Check comments for more details.
⚜️ Any ideas on how to solve it?
Nope
🦄 Later: Solving it
💠 The problem
💠 The method
💠 Notes