Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crazyacking/algorithms-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: crazyacking/algorithms-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev_daily
Choose a head ref
  • 2 commits
  • 6 files changed
  • 4 contributors

Commits on Mar 11, 2022

  1. merge: Added Square root algorithm using fast inverse square root (#471)

    * feat: bitwise min
    
    * fix: bitwise min, change for vararg
    
    * fix: change min tests
    
    * fix: benchmark for bitwise
    
    * fix: rename tests
    
    * fix: add value param
    
    * fix: change condition
    
    * feat: added description to some functions
    
    * Updated Documentation in README.md
    
    * fix: change descriptions
    
    * Updated Documentation in README.md
    
    * Updated Documentation in README.md
    
    * Updated Documentation in README.md
    
    * feat: abs algo
    
    * Updated Documentation in README.md
    
    * fix: add comment
    
    * Updated Documentation in README.md
    
    * fix: new comment
    
    * Updated Documentation in README.md
    
    * fix: rename func and remove package
    
    * Updated Documentation in README.md
    
    * Update math/abs.go
    
    Co-authored-by: Taj <[email protected]>
    
    * Updated Documentation in README.md
    
    * Update math/binary/abs.go
    
    Co-authored-by: Taj <[email protected]>
    
    * Updated Documentation in README.md
    
    * fix: rename func and move binary test
    
    * feat: bitwise sqrt
    
    * Updated Documentation in README.md
    
    * add comment
    
    * fix after review
    
    * fix: bitwise sqrt and test
    
    Co-authored-by: Rak Laptudirm <[email protected]>
    Co-authored-by: github-action <${GITHUB_ACTOR}@users.noreply.github.com>
    Co-authored-by: Taj <[email protected]>
    4 people committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    8423709 View commit details
    Browse the repository at this point in the history
  2. feat: implementation of find kth element in array (#472) (#473)

    * feat: implementation of find kth element in array (#472)
    
    * feat: implementation of find kth element in array
    
    * feat: implementation of find kth element in array
    
    * Updated Documentation in README.md
    
    Co-authored-by: github-action <${GITHUB_ACTOR}@users.noreply.github.com>
    Co-authored-by: Rak Laptudirm <[email protected]>
    3 people committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    a4d9a61 View commit details
    Browse the repository at this point in the history
Loading