Categorygithub.com/santakdalai90/golangdsa
modulepackage
1.0.7
Repository: https://github.com/santakdalai90/golangdsa.git
Documentation: pkg.go.dev

# README

GolangDSA

Playground for Data Structures and Algos in Golang

Run the tests

Use this command to run the tests

go test -v ./test/...

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

ArrayMax finds the maximum element in an array if array is blank or nil then returns -1, error.
BinarySearch searches for an integer given an integer array.

# Constants

No description provided by the author

# Variables

BinarySearchIterative decides if the binary search has to happen recursive or iterative.