TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

Algorithms and Data Structures implemented in TypeScript for beginners, following best practices.

Results 26 TypeScript issues
Sort by recently updated
recently updated
newest added

### Motivation TypeScript (and JavaScript) has the capability of using Generator functions, which can help us in generating sequences. There already exists a category for [`Sequences`](https://the-algorithms.com/category/sequences), which was made for...

enhancement

Find the highest power of two smaller or equal a given number n

This PR add an implementation to find the next power of 2 using bit manipulation

Coin Change problem implementation using Tabulation DP Hi @raklaptudirm @appgurueu please review this PR

Description: Added a function to replace string inside { } with dynamic field values. Use-case: This method helps when we use language translation in our application and want to replace...

Feature to search elements in 2D matrix an an optimal way

### Motivation The Python code run in our GitHub Action [directory_formatter.yml](../blob/master/.github/workflows/directory_formatter.yml#L37) should be replaced by TypeScript code so that contributors to this repo are better able to maintain it. This...

enhancement
low priority