Skip to content

Instantly share code, notes, and snippets.

View edusanketdk's full-sized avatar
💭
Going deep inside

Sanket khadse edusanketdk

💭
Going deep inside
View GitHub Profile
@edusanketdk
edusanketdk / nSphereVolume.md
Created February 21, 2021 07:31
Volume of n dimensional sphere

Volume of N dimensional sphere

Recently I encountered a programming question, where I had to find the volume of a n dimensional sphere, given its number of dimensions n and radius R.

I googled it, but did not find a good blog or paper detailing the whole process or method to calculate it. On Wikipedia, They have given a formula but did not mention how to calculate inner values clearly.

So, lets jump into the details: