Hi I need help wth writing Python code for the following. Write…

Question Answered step-by-step Hi I need help wth writing Python code for the following. Write… Hi I need help wth writing Python code for the following. Write code a search algorithm that searches a list of strings for a particular song. The searching algorithm will have two inputs: the playlist, which is a string array that contains a list of songs in alphabetical order; and a particular song, which is a string. If the song is found in the list, the algorithm will return the index of the song, and it will return -1 otherwise.This searching algorithm will employ a divide-and-conquer approach similar to that in binary search, but build and algorithm that splits the list into 3 sublists during each step. Computer Science Engineering & Technology Python Programming CS 627 Share QuestionEmailCopy link Comments (0)