Code Monkey home page Code Monkey logo

convex-hull's Introduction

๐Ÿ”ถ Convex-hull ๐Ÿ”ถ

Project written as part of the "Geometric algorithms" course at AGH University of Science and Technology.

The leading programming language during this course: Python.

๐Ÿ”ธ What exactly do these algorithms concern?

Convex hull is a fundamental concept in computational geometry. It refers to the smallest convex polygon that contains a given set of points in a plane or higher-dimensional space. Convex hulls have various applications in computer science and other fields. For instance, convex hulls are extensively used in computer graphics, image processing, and computational geometry for tasks such as collision detection, shape analysis and rendering. By computing the convex hull of a shape, one can extract important features and simplify the representation of complex objects. In GIS (Geographic Information Systems) applications, convex hulls are used to determine the boundary of a set of geographic points. In robotics, convex hulls are utilized for path planning algorithms. This can also be useful for defining region and analyzing data within a specific area.

๐Ÿ”ธ What was the purpose of this project?

The aim of the project was to familiarize oneself with various Convex Hull search algorithms, attempt their implementation and compare their actual runtime with their theoretical time complexity. Additionally, the project presented visualizations of the algorithms' operations, which can facilitate understanding of individual steps.

๐Ÿ”ถ Algorithms visualizations ๐Ÿ”ถ

๐Ÿ”ธ Divide and conquer algorithm

๐Ÿ”ธ Incremental algorithm

๐Ÿ”ธ Chan's algorithm

๐Ÿ”ธ Graham's algorithm

๐Ÿ”ธ Gift wrapping algorithm (Jarvis)

๐Ÿ”ธ Upper and lower convex hull algorithm

๐Ÿ”ธ QuickHull algorithm

convex-hull's People

Contributors

yoc00lig avatar zolszowka avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

zolszowka

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.