[PR #453] [CLOSED] Added program Intersecting_Line_Segments #854

Closed
opened 2026-01-29 15:15:43 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/453
Author: @Arihanth007
Created: 10/22/2019
Status: Closed

Base: masterHead: patch-2


📝 Commits (1)

  • 254f45e Added program Intersecting_Line_Segments

📊 Changes

1 file changed (+89 additions, -0 deletions)

View changed files

misc/Intersecting_Line_Segments (+89 -0)

📄 Description

This algorithm checks if two line segments intersect or not


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/453 **Author:** [@Arihanth007](https://github.com/Arihanth007) **Created:** 10/22/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`254f45e`](https://github.com/TheAlgorithms/C/commit/254f45ebcb318c2a5f4f967d93b03066972468aa) Added program Intersecting_Line_Segments ### 📊 Changes **1 file changed** (+89 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/Intersecting_Line_Segments` (+89 -0) </details> ### 📄 Description This algorithm checks if two line segments intersect or not --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:15:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#854