Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

added linear_search.java #115

Merged
merged 2 commits into from Oct 10, 2022
Merged

added linear_search.java #115

merged 2 commits into from Oct 10, 2022

Conversation

18Ayushi
Copy link
Contributor

@18Ayushi 18Ayushi commented Oct 9, 2022

linear search using array code added

@18Ayushi 18Ayushi changed the title added linear_search added linear_search.java Oct 9, 2022
@@ -0,0 +1,35 @@
import java.util.Scanner;
class linear_search_array
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Please rename class and file name to LinearSearch to follow convention.
  • Include package info at top of file as :
package org.example.algorithms.searching;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok!

@18Ayushi
Copy link
Contributor Author

18Ayushi commented Oct 9, 2022

@BimalRajGyawali i have made the changes and updated it according to your suggestions . please merge it.

@BimalRajGyawali BimalRajGyawali merged commit 3a9368f into BimalRajGyawali:main Oct 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants