You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that remove() is O(n) in time complexity, could this line of code be replaced by a swap_remove(), or can we simply replace that element by a None value?
Given that remove() is O(n) in time complexity, could this line of code be replaced by a swap_remove(), or can we simply replace that element by a None value?
parry/src/transformation/hertel_mehlhorn.rs
Line 114 in 72f842d