Add the code for 2d line intersection in any language ( C, JavaScript, Java, Go, Python or any other)
The code should be placed at code/computational geometry/2d_line_intersection
Sample code in C++: see
Note: multiple contributors can work on this issue as it has multiple parts (languages)
Your pull request will be reviewed by maintainers instantly.
For contribution guidelines, see this
If you need any help, let us know.
Added C implementation: #1123
I am working on its Python implementation.
Working on c++ implementation
Hi, just created PR for python implementation. Refer to #1330
Working on JS implementation now
Created PR for JS implementation. Refer to #1388
Working on Java implementation
Created PR for Java implementation. Refer to #1449.
Created PR for C# implementation. Refer to #1505