sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
952 stars 292 forks source link

Added code to check if point lies within a triangle #811

Closed Anushka-Rajvanshi closed 3 years ago

Anushka-Rajvanshi commented 3 years ago

Have you read the Contribution Guidelines? Yes

Description

C++ code to check if point lies within a triangle.

Checklist

Related Issues

Fixes Issue #704