Skip to content

Commit 52a0dca

Browse files
committed
add github page3
1 parent 2ae83f3 commit 52a0dca

1 file changed

Lines changed: 5 additions & 18 deletions

File tree

index.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
---
22
layout: default
3-
title: Home
3+
title: Algorithm Solutions in Swift
44
---
55

6-
# Algorithm Solutions in Swift
7-
8-
This site is the web entrypoint for the repository and links to the latest solution index.
9-
10-
## Quick Links
11-
12-
- [README Index](./README.md)
13-
- [LeetCode Solutions](./LeetCode/)
14-
- [HackerRank Solutions](./HackerRank/)
15-
- [AlgoExpert Solutions](./AlgoExpert/)
16-
- [GeekForGeeks Solutions](./GeekForGeeks/)
17-
- [Pramp Solutions](./Pramp/)
18-
19-
## Notes
20-
21-
- The `README.md` solution table is auto-generated from folder structure.
22-
- Metadata such as difficulty/topic can be maintained in `scripts/readme-metadata.tsv`.
6+
{% capture readme_content %}
7+
{% include_relative README.md %}
8+
{% endcapture %}
9+
{{ readme_content | markdownify }}

0 commit comments

Comments
 (0)