We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
3D Surface Area
3D Surface Area
Sort by
recency
|
417 Discussions
|
Please Login in order to post a comment
Here is my c++ implementation
IS This Wrong ? ** **I calculated first all sides area and then substrating accordingli ?
def surfaceArea(A): B = list((zip(*A)))
Swift:
Algo:
C++ with going through the matrix only once: