Welcome to Our Algorithms Project

Explore the fascinating world of algorithms with us.

Design and Analysis of Algorithms

Lines Intersection

Orientation Based Approach

Cross Product Approach

ParametricApproach

Graham Scan

- Time Complexity: O(n log n)

- Space Complexity: O(n)

Monotone Chain

- Time Complexity: O(n log n)

- Space Complexity: O(n)

Jarvis March

- Time Complexity: O(nh), where h is the number of vertices on the convex hull

- Space Complexity: O(n+h)

Quick Elimination

- Time Complexity: O(n log n) on average, but can degrade to O(n2)) in the worst case

- Space Complexity: O(n)

Brute Force

- Time Complexity: O(n3) in the worst case (using rotating calipers method)

- Space Complexity: O(1)

Team Members

Team Member 1

Muhammad Talha Shaikh

21K-4564

Team Member 2

Muhammad Hamza

21K-3293

Team Member 3

Qasim Hasan

21K-3210