-
Practice>Python>Classes>Class 2 - Find the Torsional Anglehackerrank.com 2019. 3. 19. 13:15728x90
Class 2 - Find the Torsional Angle
Problem link : https://www.hackerrank.com/challenges/class-2-find-the-torsional-angle/problem
Difficulty : Easy, (It should be Medium at least)
Tip
- Using class in python is not difficult
- However, you should know vector's cross product, and implement it.
- If not, please refer http://tutorial.math.lamar.edu/Classes/CalcII/CrossProduct.aspx
- method cross() should return instance of Points class
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice<Python<Built-Ins<Input() (0) 2019.03.20 Practice>Python>Built-Ins>Zipped! (0) 2019.03.20 Practice>Python>Built-Ins>Python Evaluation (0) 2019.03.15 Practice>Python>Numpy>Inner and Outer (0) 2019.03.13 Practice>Python>Numpy>Dot and Cross (0) 2019.03.13