Skip to content

Arth longest subarray#6458

Closed
ArthBachhuka123 wants to merge 7 commits intoTheAlgorithms:masterfrom
ArthBachhuka123:ARTH_longestSubarray
Closed

Arth longest subarray#6458
ArthBachhuka123 wants to merge 7 commits intoTheAlgorithms:masterfrom
ArthBachhuka123:ARTH_longestSubarray

Conversation

@ArthBachhuka123
Copy link
Copy Markdown

@ArthBachhuka123 ArthBachhuka123 commented Aug 4, 2025

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@ArthBachhuka123
Copy link
Copy Markdown
Author

i have also checked the testcases the code is working and is pretty understandable easily

@ArthBachhuka123
Copy link
Copy Markdown
Author

can you please provide an error message or a log snippet so that i can change the code as required

@ArthBachhuka123
Copy link
Copy Markdown
Author

i have made the change in the fibonacci method

@DenizAltunkapan
Copy link
Copy Markdown
Member

Your implementation of the Fibonacci series does not use the recursive approach as indicated in the package name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants