go-eng

Creating a personal go package, to learn and to host personal notes and data structures.

MIT License

Stars
1

Bot releases are visible (Hide)

go-eng - v0.4.3

Published by github-actions[bot] over 3 years ago

Changelog

e3e76ec feat(linkedlist): add Remove method

go-eng - v0.4.2

Published by github-actions[bot] over 3 years ago

Changelog

04ab924 feat(queue): add slice based queue Example
0b330dc feat(search): add linear function
323ece5 feat: enhanced merge sort
93561a7 feat: made search a single package
a57c9b0 refactor(linkedlist): to be more concise
68ecc3f refactor: more changes for readability
1befe65 refactor: remove Data, and simply define []int
6829ebf test(benchmark): add benchmark tests

go-eng - v0.4.1

Published by github-actions[bot] over 3 years ago

Changelog

2ccd2c9 ci: fix creds

go-eng - v0.4.0

Published by github-actions[bot] over 3 years ago

Changelog

33db6c0 ci: add twitter creds

go-eng - v0.3.0

Published by github-actions[bot] over 3 years ago

Changelog

3da0540 ci: only run goreleaser on tags

go-eng - v0.1.0

Published by github-actions[bot] over 3 years ago

Changelog

2563951 Initial commit
745a7ed build: add goreleaser and required configuration.
76fcba6 ci: add actions to build, test, and lint
0c45cdc feat(binary): add binary search package
1f3e4b0 feat(linkedlist): create linkedlist package
ead6a03 feat(stack): add stack package
061c9cf feat: add main
41eb0f0 feat: add merge sort package
5ba6c25 fix: correct go mod name, and add go reportcard badge
07f8e4c fix: various fixes...
c3de26c ignore binary
c9e1583 refactor: replaced how new stacks are created
5c291b4 refactor: use go naming conventions for package
ebc1d7a renamed github profile name