-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: tranquil99/TypeScript
base: c2d7aa6
head repository: TheAlgorithms/TypeScript
compare: 19b4ced
- 10 commits
- 18 files changed
- 7 contributors
Commits on Apr 8, 2024
-
Refactor 0-1 Knapsack Implementation (TheAlgorithms#236)
* ref: improve code readability, maintainabiity and edge case handling - Correctly throws an error if the length of the `weights` and `values` arrays are not equal - Use camelCase consistently through the codebase - Add type annotations to the function params and return types - Adding comments within the loops to clarify the logic - Ensure the function handles edge cases appropriately, such as when capacity is 0 or when weights and values arrays are empty * chore(docs): rewrite function docstring * style: format code using prettier
Configuration menu - View commit details
-
Copy full SHA for b4062be - Browse repository at this point
Copy the full SHA b4062beView commit details
Commits on Apr 12, 2024
-
ref: update
Heap
implementation (TheAlgorithms#237)- Improved comments for clarity and correctness. - Used default parameter values where applicable for better readability. - Consistently used `void` return type for functions without a return value. - Ensured consistent use of semicolons for statement termination. - Made minor adjustments to ensure consistency in naming and coding style.
Configuration menu - View commit details
-
Copy full SHA for e1f635a - Browse repository at this point
Copy the full SHA e1f635aView commit details
Commits on Apr 24, 2024
-
Add codecov badge (TheAlgorithms#225)
* Update DIRECTORY.md * docs: add codecov badge --------- Co-authored-by: autoprettier <actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 59984ee - Browse repository at this point
Copy the full SHA 59984eeView commit details
Commits on May 25, 2024
-
style: fix some eslint warnings (TheAlgorithms#240)
* style: mark `stepSize` as `const` * style: fix some `eslint` warnings
Configuration menu - View commit details
-
Copy full SHA for a08a122 - Browse repository at this point
Copy the full SHA a08a122View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c8a0ec - Browse repository at this point
Copy the full SHA 8c8a0ecView commit details
Commits on Jun 8, 2024
-
style: lint
tries.ts
(TheAlgorithms#242)* style: resolve `consistent-indexed-object-style` * style: remove redundant constructor * style: resolve `non-inferrable-types`
Configuration menu - View commit details
-
Copy full SHA for d42b962 - Browse repository at this point
Copy the full SHA d42b962View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 869135a - Browse repository at this point
Copy the full SHA 869135aView commit details
Commits on Aug 4, 2024
-
feat: add fibonaccisearch algorithm (TheAlgorithms#244)
* feat: add fibonaccisearch algorithm * test: add test for fibonacci search algorithm * fix: changed variable names and function return * remove redundant @function * fix tests * fix type * fix formatting --------- Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com> Co-authored-by: Lars Mueller <appgurulars@gmx.de>
Configuration menu - View commit details
-
Copy full SHA for e6d916e - Browse repository at this point
Copy the full SHA e6d916eView commit details
Commits on Aug 5, 2024
-
Exponential search (TheAlgorithms#247)
* feat: add exponential search * test: add test for exponential search * fix : prettier fix * fix: added parameters to iterative binary search * fix: prettier fix TheAlgorithms#2 * fix: modified the return on binary search and related tests
Configuration menu - View commit details
-
Copy full SHA for 44127b2 - Browse repository at this point
Copy the full SHA 44127b2View commit details
Commits on Oct 16, 2024
-
Added the implementation of the Edmond Karp algorithm along with test…
… cases (TheAlgorithms#252) * Added the implementation for bijection method binary to decimal and euler method * Added the implementation of the edmondkarp along with tests * Update graph/edmondkarp.ts Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com> * Update edmondkarp.ts * Update graph/edmondkarp.ts Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com> * Implement the furhter changes to make the algorithm more refined * Updated the test cases Updated the test cases * Updated the code and rewrite some functions Updated the code and rewrite some functions * Implement the optimal stack queue implementation in the edmond karp algorithm * removed the bisection_method.ts, decimal_convert.ts, euler_method.ts * Revert changes to package.json and package-lock.json --------- Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 19b4ced - Browse repository at this point
Copy the full SHA 19b4cedView 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 c2d7aa6...19b4ced