click below
click below
Normal Size Small Size show me how
SA4-ALG
| Question | Answer |
|---|---|
| Prim's algorithm resembles Dijkstra's algorithm. | TRUE |
| The Selection function is a component of greedy algorithm the chooses the best candidate to be added to the solution. | TRUE |
| There are 5 components of the greedy algorithm | TRUE |
| Dijkstra Algorithm is use for finding the shortest paths between nodes in a graph. | TRUE |
| Greedy Algorithm is optimally solve combinatorial problems having the properties of matroids, and give constant-factor approximations to optimization problems with submodular structure. | TRUE |
| It was Edsger W. Dijkstra who formulated the shortest paths between nodes in a graph. | TRUE |
| It was Edsger S. Dikstra who formulated the shortest paths between nodes in a graph. | FALSE |
| It was in 1959 that Edsger Dijkstra invented the Dijkstra algorithm | TRUE |
| It was 1957 that Robert Prims republished the work of Jarnik | TRUE |
| Greedy algorithm follows the problem-solving heuristic of making the locally optimal choice at each stage with the intent of finding a global optimum. | TRUE |
| Prims algorithm is also known as Jarník’s algorithm | TRUE |
| The Candidate set function is use to create solutions in Greedy Algorithm | TRUE |
| The Solution function of the greedy algorithm is used to indicate when we have discovered a complete solution | TRUE |
| It was Edsger Dijkstra who invented the semaphore mechanism that allows concurrent programs to share a single resource | TRUE |
| It was Edsger W. Dijkstra who formulated the shortest paths between nodes in a graph. | TRUE |
| Kruskal algorithm operates by building this tree one vertex at a time, from an arbitrary starting vertex, at each step adding the cheapest possible connection from the tree to another vertex | FALSE |
| It was Vojtěch Jarník who rediscover the works of Kruskal in 1956 | TRUE |
| The time complexity of the prims algorithm is O(n^2). | TRUE |
| Prims algorithm finds a minimum spanning tree for a weighted undirected graph | TRUE |
| It was Edsger Dijkstra kick started the structured programming movement | TRUE |
| The feasibility function of the greedy algorithm is used to determine if a candidate can be used to contribute to a solution | TRUE |
| The Object function of the greedy algorithm is used to assigns a value to a solution, or a partial solution | TRUE |
| -------------------------------------------------------- | --------------------------------------------------------- |
| Memoization is a technique in dynamic programming that remember the output of already solved sub-problems. | TRUE |
| Dynamic programming refers to simplifying a complicated problem by breaking it down into simpler sub-problems in a recursive manner. | TRUE |
| Knapsack Problem focuses in solving packing the most valuable or useful items without overloading the luggage. | TRUE |
| The tower of Hanoi is also called Tower of Brahma | TRUE |
| Tobias Dantzig is the mathematician who works with the knapsack problem? | TRUE |
| Floyd-Warshall Algorithm is used to find all pair shortest path problem from a given weighted graph. | TRUE |
| The tower of Hanoi is also called Tower of LucaS | TRUE |
| Liber Abaci is a cookbook that laid out Hindu-Arabic arithmetic useful for tracking profits, losses, remaining loan balances. | TRUE |
| The time complexity of the Fibonacci number series is (n) = T(n) = T(n-1) + T(n-2) | TRUE |
| Peter Ingerman Formulated the algorithm that has three nested for loop under the Flody Warsall Algorithm | TRUE |
| Dynamic programing is a method has application to aerospace engineering to economics | TRUE |
| The Knapsack problem ranked 19th place according to Stony Brook University Algorithm Repository. | TRUE |
| 34 is the 10th Fibonacci series. (start with the index value) | TRUE |
| Memoization is a dynamic programming optimization technique | TRUE |
| Bellman-Fordman Algorithm is not part of Dynamic Programming | TRUE |
| Dynamic programming method of these smaller sub-problems are remembered and used for similar or overlapping sub-problems. | TRUE |
| Knapsack Problem is use in finding the least wasteful way to cut raw materials, selection of investments and portfolios, selection of assets for asset-backed securitization | TRUE |
| Floyd-Warshall Algorithm is use for finding shortest paths in a weighted graph with positive or negative edge weights | TRUE |
| Leonardo Fibonacci was the mathematician who discovered the Fibonacci number series | TRUE |