Content
Code editor 1 Given a string print all possible substr: 2 3 – def allsubstrings(str): 4 length Len(str) 5 6 for 1 in range(0, length): for j in range(1 1, length 1): 8 print(str1:j1) 1 all. sub strings (kira:) Tbh if I see this answer as an interviewer I’m failing you, brute force approach should not even ben consider at the "hard" level 09-28 Reply 1 These questions are very common but this is a brute force approach 09-28 Reply 63 8855 Code 83- there’s no way this answer is acceptable it’s literally just brute forcing the problem 10-09 Reply View 4 replies 2260 99 Kira Learning 09-27 Part 47 Hard AP CS question? let’s go computerscience cod… See more A Playlist AP CS Problems Add comment… ProgrammerHumor in