Skip to content

Commit

Permalink
Create index.md in graph code
Browse files Browse the repository at this point in the history
  • Loading branch information
ishu9bansal committed Sep 3, 2024
1 parent 5415c43 commit 0d0c8de
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions graph/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
publish: true
permalink: graph
title: Graph Algos
code:
- graph

---
{% include_relative README.md %}
# Code

{% for x in page.code %}
```cpp
{% include_relative {{ x }}.cpp %}
```
{% endfor %}
{% for x in page.usage %}
{% if forloop.first %}
# Usage
{% endif %}
- [Usage {{ forloop.index }}]({{x}})
{% endfor %}

0 comments on commit 0d0c8de

Please sign in to comment.