manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Linear search go #272

Closed gopheramit closed 1 year ago

gopheramit commented 2 years ago

Have you read the Contribution Guidelines?

Yes.

Description

Implemented Linear Search in golang.

Checklist

Related Issues (Mention Issue no. like #xxx)

Fixes Issue

28