MCQOPTIONS
Saved Bookmarks
| 1. |
Reduce the following Big-O notation. O[ ax7 + 3 x3 + sin(x)] = |
| A. | O[ax<sup>7</sup>]. |
| B. | O[sin(x)]. |
| C. | O[x<sup>7</sup>]. |
| D. | O[x<sup>7</sup> + x<sup>3</sup>]. |
| Answer» D. O[x<sup>7</sup> + x<sup>3</sup>]. | |