Skip to content

[fix] optimize the BUMP calculation function to make it O(log(n)) #270

[fix] optimize the BUMP calculation function to make it O(log(n))

[fix] optimize the BUMP calculation function to make it O(log(n)) #270

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Congrats, you just opened your first pull request on libsv/go-bc! Thank you for contributing!'