Why does a greedy algorithm not use or require caching or memoization?
a. Because it makes an optimum selection locally that reaches a global optimum
b. Because the greedy algorithm approach is recursive
c. Because it examines all possible solutions in the solution space
d. Because it recombines all the local optimal choices in the recombination step at the end
a. Because it makes an optimum selection locally that reaches a global optimum
Computer Science & Information Technology
You might also like to view...
The ________ key is the keyboard shortcut for the Spelling command
A) F2 B) F1 C) F12 D) F7
Computer Science & Information Technology
A delimiter is just a way of indicating the beginning and end of a text data segment
Indicate whether the statement is true or false.
Computer Science & Information Technology