An open API service indexing awesome lists of open source software.

https://github.com/salihmezraoui/pathplanning-algorithms

Scientific paper analyzing functional principles, optimization strategies, and applications of Dijkstra and Bellman-Ford algorithms in path planning, geoinformation systems, and mobile robotics.
https://github.com/salihmezraoui/pathplanning-algorithms

bellman-ford-algorithm dijkstra-algorithm geographical-information-system latex mobilerobots path-planning

Last synced: about 1 month ago
JSON representation

Scientific paper analyzing functional principles, optimization strategies, and applications of Dijkstra and Bellman-Ford algorithms in path planning, geoinformation systems, and mobile robotics.

Awesome Lists containing this project

README

        

# Wissenschaftliches Arbeiten - Aufbau

This project was developed as part of the *Wissenschaftliches Arbeiten* module at Hochschule Trier, where I received a grade of **2.7**.

**Thema:** Funktionsprinzipien und Anwendungen von Algorithmen zur Pfadplanung

## Gliederung:

# Teilnehmer 1: Mohammed Salih Mezraoui
**Inhalte:**
- Kapitel 2.1: Algorithmen zur Pfadplanung: Einleitung
- Kapitel 2.3: Dijkstra-Algorithmus
- Kapitel 2.4: Bellman-Ford-Algorithmus
- Kapitel 4.1: GIS (Geoinformationssystem)
- Kapitel 4.2: Mobile Roboter

# Teilnehmer 2: David Gruber
**Inhalte:**
- Kapitel 1: Einleitung und Problemstellung
- Kapitel 2.2: Uninformierte Suche
- Kapitel 4.3: Autonome Navigation
- Kapitel 5: Zusammenfassung und Ausblick

# Teilnehmer 3: Marius Müller
**Inhalte:**
- Kapitel 3: Optimierungsstrategien