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.
Sorry to say it, but I don't realy like this challenge.
First of all it is very less to do with classes, but more about math. Imagine someone who previously never ever heard about cross or dot product. Takes more effort to understand the instruction than implementing it.
Another small notice is that I would never name my class to Points (in plural) if it is actially one point. I would use Point instead of it.
On the other hand, I am very happy to see here tasks with classes and OOP concept, because they ar as important as algorythms or other part of Python language.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Class 2 - Find the Torsional Angle
You are viewing a single comment's thread. Return to all comments →
Sorry to say it, but I don't realy like this challenge.
First of all it is very less to do with classes, but more about math. Imagine someone who previously never ever heard about cross or dot product. Takes more effort to understand the instruction than implementing it.
Another small notice is that I would never name my class to Points (in plural) if it is actially one point. I would use Point instead of it.
On the other hand, I am very happy to see here tasks with classes and OOP concept, because they ar as important as algorythms or other part of Python language.