mirror of
https://github.com/mfocko/blog.git
synced 2025-05-08 04:12:59 +02:00
fix: redo descriptions and add tags
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
34f0c74b36
commit
39e6d5196b
5 changed files with 26 additions and 5 deletions
ib002/10-graphs
|
@ -2,6 +2,9 @@
|
|||
title: Distance boundaries from BFS tree on undirected graphs
|
||||
description: |
|
||||
Short explanation of distance boundaries deduced from a BFS tree.
|
||||
tags:
|
||||
- graphs
|
||||
- bfs
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
title: Iterative algorithms via iterators
|
||||
description: |
|
||||
Examples of iterative implementations of DFS using iterators.
|
||||
Iterative DFS using iterators.
|
||||
tags:
|
||||
- csharp
|
||||
- graphs
|
||||
- iterators
|
||||
- iterative
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue