subject
Business, 01.06.2021 06:40 quarrella

You are required to implement their system in Python. The company is in the business of providing loans to businesses in the informal section of the economy. For a borrower to get a loan, he/she needs to submit a hard copy of a completed applica A small high-street micro-finance company wishes to computerize their operations. You are tion form. You are therefore required to develop a Python system which will allow the company to record and store the details on the completed application forms. The information to be stored include, the fullname of the applicant, the national id, date of birth, application date, loan amount, and purpose of the loan.

Required

Implement a Python class to model the above scenario. The class should have a constructor to initialise the above instance variables and should have a method to print the details about an application. [20]
Implement an inner class inside the class defined in part (1) above containing a class for a queue data structure with the necessary methods which allows one to sufficiently manipulate queue objects. Your class should use the array data type and not the list datatype. [20]
Modify your code so that you can insert/add and store the completed applications in a queue immediately after submission of an application (creation of an object). [10]
Provide a method in the appropriate class which will sort the applications in ascending order by loan amount using Bubble sort. [10]
Provide a method in the appropriate class which will sort the applications in descending order by application date sing Quick sort. [10]
Provide a method in the appropriate class which will allow users to search for an applicant by ID number using BinarySearch. [20]
You are required to store the completed applications in a Binary Search Tree and also find elements in the tree.
You are required to make reasonable assumptions where necessary and credit will be given to the most innovative and efficient solution. ​

ansver
Answers: 2

Other questions on the subject: Business

image
Business, 21.06.2019 16:00, paulonyemakonor549
2standard deviation a particular telephone number is used to receive both voice calls and fax messages. suppose that 25% of the incoming calls involve fax messages, and consider a sample of 25 incoming calls. (a) what is the expected number of calls among the 25 that involve a fax message?
Answers: 2
image
Business, 21.06.2019 21:00, J3ak06
Which of the following is a reason why it is important for students to study strategy and the strategic management process? answers: studying strategy and the strategic management process can give students tools to evaluate the strategies of firms that may employ them. it can be very important to a new hire's career success to understand the strategies of the firm that hired them and their place in implementing these strategies. while strategic choices are generally limited to very experienced senior managers in large organizations, in smaller and entrepreneurial firms many employees end up being involved in the strategic management process. all of these.
Answers: 3
image
Business, 22.06.2019 03:30, clevelandjaniya1
Sarah salesrep is brand new to her job selling "lifetime" printers that never need replacement ink cartridges. the problem is that these printers cost ten times more than a regular printer, so it is difficult to get prospective buyers to understand the cost savings of buying it. to break through the barrier and begin making sales, sarah should use a analysis that highlights her printer's lower cost.
Answers: 3
image
Business, 22.06.2019 04:00, 702580
Medtronic, inc., is a medical technology company that competes for customers with st. jude medical s. c., inc. james hughes worked for medtronic as a sales manager. his contract prohibited him from working for a competitor for one year after leaving medtronic. hughes sought a position as a sales director for st. jude. st. jude told hughes that his contract with medtronic was unenforceable and offered him a job. hughes accepted. medtronic filed a suit, alleging wrongful interference. which type of interference was most likely the basis for this suit? did it occur here? medtronic, inc., is a medical technology company that competes for customers with st. jude medical s. c., inc. james hughes worked for medtronic as a sales manager. his contract prohibited him from working for a competitor for one year after leaving medtronic
Answers: 2
You know the right answer?
You are required to implement their system in Python. The company is in the business of providing lo...

Questions in other subjects: