- Notifications
You must be signed in to change notification settings - Fork0
Comparing changes
Open a pull request
base repository:sdtm1016/JavaScriptAlgorithms-and-Data-Structures
Uh oh!
There was an error while loading.Please reload this page.
base:9010481
head repository:TheAlgorithms/JavaScript
Uh oh!
There was an error while loading.Please reload this page.
compare:08d8c6b
- 11commits
- 40files changed
- 12contributors
Commits on Oct 4, 2024
chore(deps): bump rollup from 4.9.6 to 4.22.4 (TheAlgorithms#1690)
Bumps [rollup](https://github.com/rollup/rollup) from 4.9.6 to 4.22.4.- [Release notes](https://github.com/rollup/rollup/releases)- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)- [Commits](rollup/rollup@v4.9.6...v4.22.4)---updated-dependencies:- dependency-name: rollup dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredOct 4, 2024
Commits on Oct 5, 2024
chore(deps): bump vite from 5.0.12 to 5.4.8 (TheAlgorithms#1711)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.4.8.- [Release notes](https://github.com/vitejs/vite/releases)- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)---updated-dependencies:- dependency-name: vite dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredOct 5, 2024
Commits on Oct 8, 2024
Commits on Oct 16, 2024
docs: fixed misleading comment about the array method (forEach instea…
…d of reduce) used in AverageMean.js (TheAlgorithms#1727)* docs: fixed misleading comment about the array method (forEach instead of reduce) used in AverageMean.js* fix: optimized AverageMean.js by removing redundant comments and unnecessary operations.* Update Maths/AverageMean.jsCo-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>---------Co-authored-by: Hridyanshu7 <himank7794@gmail.com>Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
Commits on Nov 16, 2024
Add tests for Project euler problem 14 solution (TheAlgorithms#1713)
* 📦 NEW: Added solution for ProjectEuler-007* 🐛 FIX: Spelling mistake fixes* 👌 IMPROVE: changed variable name from `inc` to `candidateValue` and thrown error in case of invalid input* 👌 IMPROVE: Modified the code* 👌 IMPROVE: Added test case for ProjectEuler Problem001* 👌 IMPROVE: Added test cases for Project Euler Problem 4* 👌 IMPROVE: auto prettier fixes* 📦 NEW: Testcases for Project Euler Problem 14* Updated Documentation in README.md* 👌 IMPROVE: code improvements---------Co-authored-by: Omkarnath Parida <omkarnath.parida@yocket.in>Co-authored-by: pomkarnath98 <pomkarnath98@users.noreply.github.com>
Commits on Dec 20, 2024
test: added for Linear Search Algorithm (TheAlgorithms#1753)
* test: added for Linear Search Algorithm* Update Search/LinearSearch.jsCo-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>---------Co-authored-by: Hridyanshu7 <himank7794@gmail.com>Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
Commits on Jan 12, 2025
Resolve duplicate entries for sieve of eratosthenes (TheAlgorithms#1770)
* remove intarr test* Remove main file oops*FIXES:TheAlgorithms#1666 , remove references to SieveOfEratosthenesIntArray* Finally fix the requirements, passes vitest* Updated Documentation in README.md*FIXES:TheAlgorithms#1666 and conform to alg comment standards---------Co-authored-by: SpiderMath <SpiderMath@users.noreply.github.com>
Commits on Jan 15, 2025
feat: add tests for binary search trees (TheAlgorithms#1769)
ridge-kimani authoredJan 15, 2025
Commits on Sep 4, 2025
Implement sliding window algorithms for fixed and dynamic sizes with …
…tests (TheAlgorithms#1765)* feat: implement sliding window algorithms for fixed and dynamic sizes with tests* update directory file for sliding windows
Kesavan-77 authoredSep 4, 2025 chore: update spelling mistakes (TheAlgorithms#1790)
* chore: update spelling mistakes* chore: add spellignore* chore: update sp mistakes
ridge-kimani authoredSep 4, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 9010481...08d8c6b
Uh oh!
There was an error while loading.Please reload this page.