21 lines
502 B
Markdown
21 lines
502 B
Markdown
---
|
|
name: Bug report
|
|
about: Found any bug in some algorithm? Let us know!
|
|
title: BUG in [file name]
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Bug detail**
|
|
|
|
Name of the file in which the bug is present. Additionally you can also add the line number and/or a code snippet of the bug.
|
|
|
|
**Counter example**
|
|
|
|
Give an example for which the algorithm implementation doesn't produce the expected output. Also give the expected output if possible.
|
|
|
|
**Additional context**
|
|
|
|
Add any other context about the problem here.
|