Cosmos: Add code for 2D line intersection in any language

Created on 11 Oct 2017  路  7Comments  路  Source: OpenGenus/cosmos

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.

Hacktoberfest add code new algorithm

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

arnavb picture arnavb  路  3Comments

athangkanos picture athangkanos  路  4Comments

ms10398 picture ms10398  路  4Comments

arnavb picture arnavb  路  3Comments

arthurlacoste picture arthurlacoste  路  3Comments