Skip to content

Tags: TheAlgorithms/Go

Tags

v0.0.3-alpha

Toggle v0.0.3-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Godocmd action added for updating readme automatically. (#429)

* workflow

* fix: workflow

* feat: workflow

* Updated README.md

* Update README.md

* Updated README.md

* Update generate_readme.yml

* Update generate_readme.yml

* Updated Documentation in README.md

* Update generate_readme.yml

* Updated Documentation in README.md

* Update README.md

* Updated Documentation in README.md

* Update generate_readme.yml

* Updated Documentation in README.md

* Update README.md

* Updated Documentation in README.md

* fix: package level documentation

* Updated Documentation in README.md

* fix: incorrect package level documentation

* Updated Documentation in README.md

* Update README.md

* Updated Documentation in README.md

* Update decimaltobinary.go

* Updated Documentation in README.md

* fix: incorrect documentation format

* Updated Documentation in README.md

* fix: documentation format

* Updated Documentation in README.md

* fix: documentation format

* Updated Documentation in README.md

* fix: documentation

* Updated Documentation in README.md

* fix: documentation

* Updated Documentation in README.md

* Update generate_readme.yml

* Update golang_lint_and_test.yml

* Update generate_readme.yml

* Update generate_readme.yml

* fix: documentation

* fix: godocmd badge

* Update README.md

* Update godocmd.yml

* Updated Documentation in README.md

Co-authored-by: godocmd-action <${GITHUB_ACTOR}@users.noreply.github.com>

v0.0.2-alpha

Toggle v0.0.2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: fix: Added documentations that works with the autogenerated docu…

…mentation (#339)

* doc: fix: Add documentation that works with the autogenerated documentation

* Update go.mod to accept go version 1.17

* test: add a few tests for one of the issues

v0.0.1-alpha

Toggle v0.0.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: change directory structure to idiomatic go directory structure (#…

…333)

* fix: restructured directory structure

* fix: minor name changes and updated README.md in linkedlist package

* fix: cleanup of commented out code

* fix: trying to fix alert caused by the password generator in 'other' directory

* fix: golintci errors

* fix: removed the montecarlopi algorithm which was implemented in a non testable way and was commented out

* fix: restructured search math and strings subpackage

* fix: removed commented out files

Co-authored-by: Andrii Siriak <[email protected]>