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
@mtorabirad search_student is supposed to check if the target(combination of gpa and name) is in the students list and return true incase it is present otherwise return false.
it should print True but it prints False because, comp_gpa changes student_gpa to negative and that results in bisect_left returning the wrong index.
The text was updated successfully, but these errors were encountered: