feat: update awesome_workflow.yml to use build_directory_md.py from scripts repository (#1486)

* Update awesome_workflow.yml

* Also include .h and .hpp in DIRECTORY.md

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Malte Jürgens
2021-04-23 18:58:01 +02:00
committed by GitHub
parent a41b707919
commit fd029aec78
2 changed files with 3 additions and 45 deletions

View File

@@ -1,4 +1,3 @@
# List of all files
## Backtracking
* [Graph Coloring](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/backtracking/graph_coloring.cpp)