TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://the-algorithms.com/language/javascript
GNU General Public License v3.0
31.77k stars 5.44k forks source link

test: add mixed number types for LocalMaximomPoint tests #1668

Open taekim-dev opened 3 weeks ago

taekim-dev commented 3 weeks ago

Open in Gitpod know more

Describe your change:

Checklist:

taekim-dev commented 3 weeks ago

@appgurueu Thank you for your feedback. Based on your insights, I have adjusted the test cases to align with the behavior of the existing algorithm.

I recognize the limitation of the original algorithm in not always returning the first local maximum. Your feedback on further improvements is welcomed.