πŸ“Š Data Structure and Algorithms (DSA)
Q. The space factor when determining the efficiency of algorithm is measured by
  • (A) counting the maximum memory needed by the algorithm
  • (B) counting the minimum memory needed by the algorithm
  • (C) counting the average memory needed by the algorithm
  • (D) counting the maximum disk space needed by the algorithm
πŸ’¬ Discuss
βœ… Correct Answer: (A) counting the maximum memory needed by the algorithm
πŸ“Š Data Structure and Algorithms (DSA)
Q. The time factor when determining the efficiency of algorithm is measured by
  • (A) counting microseconds
  • (B) counting the number of key operations
  • (C) counting the number of statements
  • (D) counting the kilobytes of algorithm
πŸ’¬ Discuss
βœ… Correct Answer: (B) counting the number of key operations

Jump to