Skip to content

Commit 45763a0

Browse files
authored
Update issue templates
Added the Data Structure request template.
1 parent 78d930e commit 45763a0

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: Data structure request
3+
about: Suggest a new data strcuture for this project
4+
title: 'Data structure request: [NAME]'
5+
labels: data structure request
6+
assignees: ''
7+
8+
---
9+
10+
**Is your data structure 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 a new dictionary implementation and I'd like the internal functionality to be based on a BTree implementation.
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 a generic BTree implementation where I can specify the types of the keys and values, so that I can define a higher-level interface for a dictionary based on that.
17+
18+
Or, more concretely:
19+
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).
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)