Skip to content
#

booking-system

Here are 527 public repositories matching this topic...

The "UTTS" is a GitHub repository featuring code and documentation for a transportation system aimed at unifying multiple modes of travel and transport. This includes backend and frontend source code and user manuals. It's an open-source project, allowing contributions from anyone interested in improving it.

  • Updated Jun 12, 2024
  • Python

I created a Breadth-First Search (BFS) algorithm for map traversal. The BFS algorithm used to explore all the vertices and edges in a graph efficiently. In this specific implementation, I have adapted BFS for map-like structures, where each location is represented as a node, and paths between locations are considered as edges.

  • Updated Jun 3, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the booking-system topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the booking-system topic, visit your repo's landing page and select "manage topics."

Learn more