Saved Bookmarks
| 1. |
Explain What Is Quick Sort Algorithm? |
|
Answer» Quick Sort ALGORITHM has the ability to sort LIST or QUERIES quickly. It is based on the PRINCIPLE of PARTITION exchange sort or Divide and conquers. This type of algorithm occupies less space, and it segregates the list into three main parts.
Quick Sort algorithm has the ability to sort list or queries quickly. It is based on the principle of partition exchange sort or Divide and conquers. This type of algorithm occupies less space, and it segregates the list into three main parts. |
|