- Notifications
You must be signed in to change notification settings - Fork0
Comparing changes
Open a pull request
base repository:cryptixcoder/javascript-algorithms
Uh oh!
There was an error while loading.Please reload this page.
base:2c67b48
head repository:trekhleb/javascript-algorithms
Uh oh!
There was an error while loading.Please reload this page.
compare:e40a67b
- 16commits
- 35files changed
- 15contributors
Commits on Jul 13, 2024
Fix four typos (trekhleb#1139)
Sajjon authoredJul 13, 2024 Update README.md (trekhleb#1141)
Before diving into any of the data structures, readers should be reminded of two fundamental laws in software architecture:1.Everything is a trade-ff2."Why is more important than the how"So, readers face the nuances and reality of these data structures from the beginning. These two laws are coined by two thought leaders in software architecture: Mark Richards and Neal Ford. They have explained these two laws in various conference talks and books. For example, here you can read about these two laws here:https://www.infoq.com/podcasts/software-architecture-hard-parts/Also, here is a book for reference:https://a.co/d/fKOodW9Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
feat: added uzbek language (trekhleb#1082)
Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
Update .eslintrc, improve UK translation for LinkedList (trekhleb#1128)
* Add ignore patterns to eslint config* Improve UK translation for LinkedList---------Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
update LRU Cache translation for ko-KR (trekhleb#987)
* feat: LRU cache translation in ko-KR* chore: add readInAnotherLan for ko-KR---------Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
Update README.ar-AR.md (trekhleb#959)
Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
update the ES README a lenguage correction (trekhleb#952)
lilipops authoredJul 13, 2024 Update README.md by correcting Turkish lang name (trekhleb#904)
Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
Add es-ES translation to search/binary-search (trekhleb#893)
MasterKrab authoredJul 13, 2024 Fix typos README.es-ES for linked list (trekhleb#850)
vcgtz authoredJul 13, 2024 Update README.uk-UA.md (trekhleb#991)
Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
Commits on Feb 12, 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 2c67b48...e40a67b
Uh oh!
There was an error while loading.Please reload this page.