TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

Algorithms and Data Structures implemented in TypeScript for beginners, following best practices.

Results 69 TypeScript issues
Sort by recently updated
recently updated
newest added

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 -...

in this program we have implemented odd even algorihm in typescript

added function to check is two numbers are co-prime mentioned #10