• Home
  • Blog
  • I have to write 1-2 pages for analysis of alogirithms

I have to write 1-2 pages for analysis of alogirithms

0 comments

Part I

Suppose you have the following sequence of runtime for an operation: 3, 6, 11, 18, 27, 38,…

Part II

Suppose you have the following array of data: {4, 5, 7, 11, 20, 24, 31, 35, 40, 45, 50}.

  • Explain how you precede a sequential search of an array.
  • Apply your method of search to the given array to locate the element of number 11.
    • Clearly indicate whether or not the element was found and its index (location) within the array.
  • Apply your method of search to the given array to locate the element of number 13.
    • Clearly indicate whether or not the element was found and its index (location) within the array.
  • What is the best-case runtime and the worst-case runtime of an array of size n?

Part III

Suppose you have the following array of data: {4, 5, 7, 11, 20, 24, 31, 35, 40, 45, 50}.

  • Explain how you precede a binary search of an array.
  • Apply your method of search to the given array to locate the element of number 11.
    • Clearly indicate whether or not the element was found and its index (location) within the array.
  • Apply your method of search to the given array to locate the element of number 13.
    • Clearly indicate whether or not the element was found and its index (location) within the array.
  • What is the worst-case runtime of an array of size n?

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}