Algorithm A (O(n)) would perform approximately 10,000 operations [1], while Algorithm B (O(n²)) would perform approximately 100,000,000 operations [1]. Algorithm A is far more efficient for large inputs as its execution time grows linearly rather than quadratically [1].