Points Possible: 120
Deliverable Length: 2 Flow Charts; 2 Pseudo Code Examples
There are many additional algorithms available. Choose 2 sorting and 2 searching algorithms, and describe them in detail.
1. Give the pseudocode and flowchart that would show how one of the additional data structures could be implemented to search data.
2. In addition, create a flowchart to show how to sort using one of the additional algorithms.
3. Give the pseudocode for the flowchart as well.
Please submit the following for your assignment.
1. 2 flowcharts (1 for a searching algorithm and 1 for a sorting algorithm)
2. 2 pseudocode examples (1 for a searching algorithm and 1 for a sorting algorithm)
Must be in APA format, Times New Roman 12 font, and also provide a source page and citations if needed.
Assignment Objectives
Use and implement fundamental abstract data types such as arrays, lists, stacks, hash tables, and queues
Implement search and sorting algorithms
Write recursive algorithms
Choose the appropriate data structure and algorithm for solving a problem
Employ an appropriate software development methodology