-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct url zoom link for bellman ford meet
- Loading branch information
1 parent
3da8f76
commit 5bf6dd8
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
title: "Explorando o Algoritmo de Bellman-Ford" | ||
description: "Vamos mergulhar nos fundamentos e aplicações de outro algoritmo clássico e fundamental da ciência da computação: o Algoritmo de Bellman-Ford, uma poderosa técnica para encontrar caminhos mínimos em grafos, mesmo na presença de pesos negativos." | ||
date: "2025-02-03" | ||
time: "21:00-22:30" | ||
location: "Online via Zoom" | ||
type: "online" | ||
registrationLink: "https://us06web.zoom.us/j/82173062389?pwd=hHBQsKgIup7tqHe0OeFhyToEzXJcko.2" | ||
title: 'Explorando o Algoritmo de Bellman-Ford' | ||
description: 'Vamos mergulhar nos fundamentos e aplicações de outro algoritmo clássico e fundamental da ciência da computação: o Algoritmo de Bellman-Ford, uma poderosa técnica para encontrar caminhos mínimos em grafos, mesmo na presença de pesos negativos.' | ||
date: '2025-02-03' | ||
time: '21:00-22:30' | ||
location: 'Online via Zoom' | ||
type: 'online' | ||
registrationLink: 'https://us06web.zoom.us/j/82173062389?pwd=hHBQsKgIup7tqHe0OeFhyToEzXJcko.1' | ||
--- |