Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjwizardmp/gallery-art-problem
Resolve the Gallery Art Problem implement BFS and Delaunay Triangulation
https://github.com/jjwizardmp/gallery-art-problem
jupyter jupyter-notebook jupyterlab mathplotlib numpy pandas python python-env python3 scipy shapely
Last synced: about 1 month ago
JSON representation
Resolve the Gallery Art Problem implement BFS and Delaunay Triangulation
- Host: GitHub
- URL: https://github.com/jjwizardmp/gallery-art-problem
- Owner: JJWizardMP
- License: gpl-2.0
- Created: 2023-02-01T06:49:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T19:31:58.000Z (about 1 year ago)
- Last Synced: 2024-11-17T13:29:31.988Z (3 months ago)
- Topics: jupyter, jupyter-notebook, jupyterlab, mathplotlib, numpy, pandas, python, python-env, python3, scipy, shapely
- Language: HTML
- Homepage:
- Size: 578 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gallery-Art-Problem
Resolve the Gallery Art Problem implement DFS algorithm and Delaunay Triangulation## Introduction
Create a jupyter notebook to resolve the Gallery Art Problem
## Requeriments
- Implement the Delaunay Triangulation to a regular polygon, create nodes from Triangulation and apply the Deep First Search Algorithm to assing a color to each vertex in the polygon in a Python project notebook.
### Image to Webp Script:Create a virtual python enviroment, after this install the dependecies of the project in the 'requirements.txt' file.
Next, run the next command to open jupyter lab:
```sh
jupyter lab
```Enter on the direction showed in terminal
## ContributorsThis project was written by:
- Programmer :
- [Joan de Jesús Méndez Pool](https://github.com/JJWizardMP)