TheAlgorithms / TypeScript

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

Home Page:https://the-algorithms.com/language/typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a GitHub Actions workflow to generate `DIRECTORY.md`

Panquesito7 opened this issue · comments

The workflow should be similar to the C++ repository.
This is to add a file that includes all algorithms without having to write them manually.

Working on this.