Which of the following is the Best Case time complexity of the Quicksort algorithm?

A ) O( n² log)²

B ) O( n) ✅

C ) O( n²)

D ) O( n* log n)