-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: mapcrafter2048/JavaScript
base: master
head repository: TheAlgorithms/JavaScript
compare: master
- 7 commits
- 37 files changed
- 11 contributors
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>
Configuration menu - View commit details
-
Copy full SHA for d8588f9 - Browse repository at this point
Copy the full SHA d8588f9View commit details
Commits on Dec 20, 2024
-
test: added for Linear Search Algorithm (TheAlgorithms#1753)
* test: added for Linear Search Algorithm * Update Search/LinearSearch.js Co-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>
Configuration menu - View commit details
-
Copy full SHA for 85a55da - Browse repository at this point
Copy the full SHA 85a55daView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for a62a46e - Browse repository at this point
Copy the full SHA a62a46eView commit details
Commits on Jan 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1d252d7 - Browse repository at this point
Copy the full SHA 1d252d7View commit details
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
Configuration menu - View commit details
-
Copy full SHA for 3f52add - Browse repository at this point
Copy the full SHA 3f52addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ecb18 - Browse repository at this point
Copy the full SHA 19ecb18View commit details -
chore: update spelling mistakes (TheAlgorithms#1790)
* chore: update spelling mistakes * chore: add spellignore * chore: update sp mistakes
Configuration menu - View commit details
-
Copy full SHA for 08d8c6b - Browse repository at this point
Copy the full SHA 08d8c6bView commit details
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 master...master