Skip to content

Commit 113ded8

Browse files
authored
Update issue templates
Updated the examples in the algorithm and data structure request templates.
1 parent 1f9e2ec commit 113ded8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/algorithm-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A clear and concise description of what you want to happen. For example:
1717
1818
Or, more concretely:
1919

20-
> I'd like to have an implementation of this variation of the A* Search Algorithm: [Near Optimal Hierarchical Path-Finding](https://webdocs.cs.ualberta.ca/~mmueller/ps/hpastar.pdf).
20+
> I'd like to have an implementation of the A* Search Algorithm, based on the following research paper: [Near Optimal Hierarchical Path-Finding - Botea, Mueller & Schaeffer](https://webdocs.cs.ualberta.ca/~mmueller/ps/hpastar.pdf).
2121
2222
**Describe alternatives you've considered**
2323
A clear and concise description of any alternative solutions or features you've considered.

.github/ISSUE_TEMPLATE/data-structure-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A clear and concise description of what you want to happen. For example:
1717
1818
Or, more concretely:
1919

20-
> I'd like to have an implementation of the BTree Data Structure, based on the following research paper: [Organization and Maintenance of Large Ordered Indexes, Bayer & McCreight](https://infolab.usc.edu/csci585/Spring2010/den_ar/indexing.pdf).
20+
> I'd like to have an implementation of the BTree Data Structure, based on the following research paper: [Organization and Maintenance of Large Ordered Indexes - Bayer & McCreight](https://infolab.usc.edu/csci585/Spring2010/den_ar/indexing.pdf).
2121
2222
**Describe alternatives you've considered**
2323
A clear and concise description of any alternative solutions or features you've considered.

0 commit comments

Comments
 (0)