| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
* Upgrade to Node 16 * Upgrade packages and Node versions.
* added Ukrainian translations for factorial * added links to other languages * formatting * delete link * Türkçe --------- Co-authored-by: VictorPoprozhuk <victor.poprozhuk@gmail.com>
* translate readme from linked list * add linked list for viet sub --------- Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
* Add DisjointSetMinimalistic * Add MinHeapMinimalistic and MaxHeapMinimalistic * Rename minimalistic to adhoc * Update README
Before diving into any of the data structures, readers should be reminded of two fundamental laws in software architecture: 1.Everything is a trade-ff 2."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/fKOodW9 Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
* Add ignore patterns to eslint config * Improve UK translation for LinkedList --------- Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
* feat: LRU cache translation in ko-KR * chore: add readInAnotherLan for ko-KR --------- Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
Co-authored-by: Oleksii Trekhleb <3000285+trekhleb@users.noreply.github.com>
The JSDoc comment states the valid position range is '1 to 75', but the code validates against topMaxValidPosition = 70. This PR fixes the documentation to match the implementation.
String.prototype.substr() is deprecated and may be removed in future JavaScript engine versions (Annex B of the ECMAScript specification). Replaced all occurrences in the codebase with String.prototype.substring(): - src/algorithms/string/rabin-karp/rabinKarp.js - src/algorithms/cryptography/polynomial-hash/__test__/SimplePolynomialHash.test.js - src/algorithms/cryptography/polynomial-hash/__test__/PolynomialHash.test.js The behavior is identical since all substr(start, length) calls are converted to substring(start, start + length) with the same arguments. All existing tests pass.
| Back | FazBrowse Home | New Git URL |
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )