/Triangle-Inequality

This is an Assembly code which checks whether there are 3 numbers which can be the length of sides of triangle or not. If there are, it finds the numbers which create triangle with smallest area. All the other explanations are given in README (English) and in the code as comments (Turkish).

Primary LanguageAssembly

Triangle-Inequality

In mathematics, the triangle inequality states that for any triangle, the sum of the lengths of any two sides must be greater than or equal to the length of the remaining side.

(via Wikipedia.org)