Added Doubly Ended Queue data structure and a few tests to check #607
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Code style and tests
13s
Check for spelling errors
21s
Annotations
5 errors
Code style and tests:
structure/deque/deque_test.go#L111
Error return value of `d.deQueueFront` is not checked (errcheck)
|
Code style and tests:
structure/deque/deque_test.go#L126
Error return value of `d.deQueueRear` is not checked (errcheck)
|
Code style and tests:
structure/deque/deque.go#L1
File is not `gofmt`-ed with `-s` (gofmt)
|
Code style and tests:
structure/deque/deque_test.go#L1
File is not `gofmt`-ed with `-s` (gofmt)
|
Code style and tests
issues found
|