Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code for 2D line intersection in any language #1120

Open
AdiChat opened this issue Oct 10, 2017 · 7 comments
Open

Add code for 2D line intersection in any language #1120

AdiChat opened this issue Oct 10, 2017 · 7 comments
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms

Comments

@AdiChat
Copy link
Member

AdiChat commented Oct 10, 2017

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.

@dfarley1
Copy link
Contributor

Added C implementation: #1123

@shubhamcr
Copy link
Contributor

I am working on its Python implementation.

@Anirudh5
Copy link

Working on c++ implementation

@nickdex
Copy link
Contributor

nickdex commented Oct 13, 2017

Hi, just created PR for python implementation. Refer to #1330
Working on JS implementation now

@nickdex
Copy link
Contributor

nickdex commented Oct 13, 2017

Created PR for JS implementation. Refer to #1388
Working on Java implementation

@nickdex
Copy link
Contributor

nickdex commented Oct 14, 2017

Created PR for Java implementation. Refer to #1449.

@nickdex
Copy link
Contributor

nickdex commented Oct 14, 2017

Created PR for C# implementation. Refer to #1505

@arnavb arnavb added the new algorithm For issues pertaining to the creation of new algorithms label Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms
Projects
None yet
Development

No branches or pull requests

6 participants