TypeScript
TypeScript copied to clipboard
Algorithms and Data Structures implemented in TypeScript for beginners, following best practices.
Implemented the functions to check two numbers are co-prime that are mentioned in issue #10
Implemented the functions to calculate arithmetic and geometric mean that mention in the issue #10
Implemented functions to calculate area of various shapes mention here #10 Implemented the following are calculation functions: - areaOfSquare - areaOfRectangle - areaOfCircle - areaOfTriangle - areaOfTrapezoid - areaOfEclipse -...
add hacktoberfest label
in this program we have implemented odd even algorihm in typescript
added function to check is two numbers are co-prime mentioned #10