Commit graph

21 commits

Author SHA1 Message Date
Andrew Gillis c8a08926c0 reduce cyclomatic complexity of test functions 2018-05-17 10:19:32 -04:00
Andrew Gillis 762b7fe760 Fix comment and golint warning. Move package comment into doc.go 2018-05-17 10:02:13 -04:00
Andrew J. Gillis 198af482fd
Merge pull request #2 from gammazero/atmethod
Add At() method
2018-05-10 17:06:14 -07:00
Andrew Gillis d00173d949 comment 2018-05-10 19:23:41 -04:00
Andrew Gillis 7d7061a1b6 Add At() method 2018-05-10 19:11:55 -04:00
Andrew Gillis a91677b1e1 comments 2018-05-01 10:03:05 -04:00
Andrew Gillis 40bcfc449d update readme 2018-05-01 00:44:09 -04:00
Andrew Gillis df31e17eb5 remove Insert(), Remove() and Get() as these encourage misuse of deque and should not be needed. 2018-05-01 00:40:54 -04:00
Andrew Gillis d09e6d40f5 link diagram in readme 2018-04-29 22:59:51 -04:00
Andrew Gillis bc0d5bf324 benchmark Insert and Remove 2018-04-29 18:21:27 -04:00
Andrew Gillis 91a80481f6 benchmarks 2018-04-29 13:14:04 -04:00
Andrew J. Gillis 09ca60094b
Merge pull request #1 from gammazero/insertremove
Add Insert and Remove.  No negative indexing.
2018-04-29 08:13:34 -07:00
Andrew Gillis c10b3dfb6c comments 2018-04-29 11:08:00 -04:00
Andrew Gillis c4fbbc4e44 Rename Peek to Get 2018-04-28 21:15:59 -04:00
Andrew Gillis 9d5bd04429 add Replace() 2018-04-28 20:45:48 -04:00
Andrew Gillis 3771637d65 update readme 2018-04-28 20:35:17 -04:00
Andrew Gillis e0df3df127 Add Insert and Remove. No negative indexing. 2018-04-28 20:29:52 -04:00
Andrew Gillis 61131f5ce5 comments 2018-04-24 17:51:08 -04:00
Andrew J. Gillis 822a94c81c
Update README.md 2018-04-23 20:56:37 -07:00
Andrew J. Gillis b2455046b0
Create LICENSE 2018-04-23 20:10:58 -07:00
Andrew Gillis 4e0a647678 initial commit 2018-04-23 23:06:09 -04:00