Skip to content

TheAlgorithms/TypeScript

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Feat: add coin change algorithm

* Use Infinity rather than just a large number

---------

Co-authored-by: Lars MĂĽller <34514239+appgurueu@users.noreply.github.com>
9fe74ce

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 4, 2023 23:41
October 12, 2023 06:31
August 10, 2023 00:35
October 20, 2023 17:33
October 27, 2023 21:38
September 27, 2022 23:19
September 3, 2022 16:58
September 27, 2022 23:19
September 27, 2022 23:19
September 27, 2022 23:19

The Algorithms - TypeScript

TypeScript Repository of TheAlgorithms, which implements various algorithms and data structures in TypeScript.

TypeScript Banner

Contributions Welcome Discord chat


These implementations are for demonstrative/educational purposes only. Dedicated implementations of these algorithms and data structures are much better for performance and security reasons. We also do not provide any guarantee for API stability.


Before contributing to this repository, make sure to read our Contribution Guidelines. You can look at other TheAlgorithms Repositories or the issues with a "help wanted" label for inspiration regarding what to implement. Our maintainers will guide you through how to make your contribution properly if you make any mistakes. The names of the maintainers of this repository are listed in the CODEOWNERS file.