Skip to content

Commit 78d930e

Browse files
authored
Update issue templates
Added the Algorithm Request template.
1 parent 9fbc60a commit 78d930e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Algorithm request
3+
about: Suggest a new algorithm for this project
4+
title: 'Algorithm request: [NAME]'
5+
labels: algorithm request
6+
assignees: ''
7+
8+
---
9+
10+
**Is your algorithm request related to a computational problem? Please describe.**
11+
A clear and concise description of what the problem is. For example, I am working on the Traveling Sales Man problem, LeetCode problem #123456 and I'd like to ...
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen. For example:
15+
16+
> I'd like to have an algorithm with following interface: [...], where I can define a graph-like map with an visitor iterator function and then ...
17+
18+
Or, more concretely:
19+
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).
21+
22+
**Describe alternatives you've considered**
23+
A clear and concise description of any alternative solutions or features you've considered.
24+
25+
**Additional context**
26+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)