codinasion-archive / codinasion-dsa

An open source codebase for sharing programming solutions for Data Structures and Algorithm (DSA) problems
https://codinasion.vercel.app/dsa/
MIT License
5 stars 31 forks source link

Linear Search #3

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of programme

Write a C# programme for Linear Search.

Additional information

Input  : 10 20 80 30 60 50
Target : 30

Output : 3

Code of Conduct

codinasion-bot[bot] commented 2 years ago

This issue has been closed !!!

📆 Total duration: 39 days