Question: please help in python Problem Description/Requirement Specifications: For this activity, you (and a partner) will write a program that reads the contents of two files

please help in python please help in python Problem Description/Requirement Specifications: For this activity, you (and

Problem Description/Requirement Specifications: For this activity, you (and a partner) will write a program that reads the contents of two files - GirlNames.txt and BoyNames.txt - into two separate lists. (These files contain the most popular girl and boy names). The user should be able to enter a boy's name or a girl's name, and the application will display messages indicating whether the names were among the most popular. The program should perform a binary search through the names. You should use the code for two (2) different sorting algorithms to sort the lists. For instance, you might choose to sort the girl names with the bubble sort algorithm, and you might choose to sort the boy names with the selection sort. Note: The built-in "sort" function is not acceptable for this assignment. Problem Description/Requirement Specifications: For this activity, you (and a partner) will write a program that reads the contents of two files - GirlNames.txt and BoyNames.txt - into two separate lists. (These files contain the most popular girl and boy names). The user should be able to enter a boy's name or a girl's name, and the application will display messages indicating whether the names were among the most popular. The program should perform a binary search through the names. You should use the code for two (2) different sorting algorithms to sort the lists. For instance, you might choose to sort the girl names with the bubble sort algorithm, and you might choose to sort the boy names with the selection sort. Note: The built-in "sort" function is not acceptable for this assignment

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!