Skip to content

[BUG] Missing Package Initialization in SearchAlgorithm and RecursiveBinarySearchTest Classes. #4706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PiyushPagar opened this issue Oct 7, 2023 · 1 comment
Labels

Comments

@PiyushPagar
Copy link
Contributor

Description

There is no package initialization in two classes, "SearchAlgorithm" and "RecursiveBinarySearchTest," which is causing an error.

Error Message (if applicable):
Please include any specific error messages you've encountered.

Expected Behavior:
The expected behavior is for the "SearchAlgorithm" and "RecursiveBinarySearchTest" classes to have proper package initialization.

Actual Behavior:
Currently, the package initialization is missing in these two classes, leading to errors.

Steps to reproduce

Provide a detailed list of steps or code snippets that can help reproduce the issue.
Code Snippets:
Please include relevant code snippets from the "SearchAlgorithm" and "RecursiveBinarySearchTest" classes to highlight where the package initialization is missing.

Environment Details:

Programming Language: [Specify the programming language]
Version: [Specify the version, if applicable]
IDE or Editor: [Specify the IDE or editor being used, if applicable]
Screenshots (if applicable):
Attach any relevant screenshots if they can help illustrate the problem.

Additional Information
Include any other relevant information that might help others understand and address the issue.

Steps Taken
Mention any steps you've already taken to try and resolve the issue.

Excepted behavior

errorsolve

Screenshots

errorss2 errorss1

Additional context

No response

@PiyushPagar PiyushPagar added the bug label Oct 7, 2023
PiyushPagar pushed a commit to PiyushPagar/Java that referenced this issue Oct 7, 2023
Import Package into the RecursiveBinarySearchTest and RecursiveBinarySearch
debasishbsws pushed a commit that referenced this issue Oct 7, 2023
Import Package into the RecursiveBinarySearchTest and RecursiveBinarySearch

Co-authored-by: PiyushPagar1 <piyus.p@ergobite.com>
@vil02 vil02 changed the title [BUG] <title>Missing Package Initialization in SearchAlgorithm and RecursiveBinarySearchTest Classes. [BUG] Missing Package Initialization in SearchAlgorithm and RecursiveBinarySearchTest Classes. Oct 30, 2023
@vil02
Copy link
Member

vil02 commented Oct 30, 2023

This is closed by #4707. @PiyushPagar thanks again!

@vil02 vil02 closed this as completed Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants