![]() |
Given that the radius of a hemisphere is increased by a fixed percentage so, the target is to calculate the percentage increase in the volume of the hemisphere.
Python3
Output : percentage increase in the volume of the hemisphere is 33.1 % Time Complexity: O(log x) because pow function would take logarithmic time Auxiliary Space: O(1)
|
Reffered: https://www.geeksforgeeks.org
Aptitude |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 12 |