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

https://github.com/xiaoxiae/inline-bfs-dfs-presentation

A source code to a presentation regarding in-line BFS and DFS in linear time.
https://github.com/xiaoxiae/inline-bfs-dfs-presentation

bfs dfs implementation in-place paper presentation

Last synced: 5 months ago
JSON representation

A source code to a presentation regarding in-line BFS and DFS in linear time.

Awesome Lists containing this project

README

          

# Prezentace článku 'Linear-Time In-Place DFS and BFS on the Word RAM'
Zdrojový kód k prezentaci (+ Python implementace) o [in-place BFS a DFS na RAMu](https://arxiv.org/abs/1803.04282). Repozitář obsahuje:

- `presentation.*` a `images`: soubory prezentace
- `dfs.py`: implementace in-place DFS algoritmu v Pythonu (pro grafy s vrcholy se stupni >= 2)
- `paper.pdf`: PDF článku