We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae83f3 commit 52a0dcaCopy full SHA for 52a0dca
1 file changed
index.md
@@ -1,22 +1,9 @@
1
---
2
layout: default
3
-title: Home
+title: Algorithm Solutions in Swift
4
5
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`.
+{% capture readme_content %}
+{% include_relative README.md %}
+{% endcapture %}
+{{ readme_content | markdownify }}
0 commit comments