-
Notifications
You must be signed in to change notification settings - Fork 300
refactor: Make add_to_list non-recursive. #2688
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2688 +/- ##
==========================================
+ Coverage 72.06% 72.09% +0.02%
==========================================
Files 159 159
Lines 31305 31309 +4
==========================================
+ Hits 22561 22571 +10
+ Misses 8744 8738 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a20503f to
ef2ff3c
Compare
ef2ff3c to
c185481
Compare
c185481 to
fffc249
Compare
fffc249 to
f74d996
Compare
f74d996 to
899e461
Compare
899e461 to
33439d7
Compare
0cf065c to
3addb04
Compare
|
One of the call sites also has this comment: Lines 682 to 684 in 206ea35
|
3addb04 to
e115b13
Compare
That would make it |
Hmm right. Let's just leave the TODO as is then. |
Please review very carefully. This should make the function
O(n)instead ofO(n^2).This change is