RunestoneInteractive / RunestoneServer

Interactive books for computer science and mathematics
http://runestoneinteractive.org
Other
576 stars 505 forks source link

typo in slides for analyzing sorts part 2 #2051

Closed ldelaneyDHS closed 1 year ago

ldelaneyDHS commented 1 year ago

What Course are you in Mobile CSP

What Page were you on 5.7 Analyzing Sorts

Describe the bug On the slides for Lesson 5.07 Part 2, slides 69-71 say "binary sort" has a complexity of N^2, but they should match slide 68 and say "bubble sort" has a complexity of N^2

https://docs.google.com/presentation/d/11zhzSU677gmWQdiSYCajgtRUuAUgizcOLTBHbeyvR4E/edit#slide=id.g39015c1fe_11137

paulinelake commented 1 year ago

The slides have been updated. Thank you for reporting the error.