The Algorithms website providing GitHub's largest open-source algorithm library.
This static Next.js site provides a searchable library of algorithms from The Algorithms repository. The data on the algorithms is extracted directly from the Git repositories. Users can also contribute by translating the website into different languages using Weblate.
yarn install
yarn fetch-algorithms
yarn dev
The static Next.js site showcases a library of algorithms extracted from The Algorithms git repositories. Users can easily search for algorithms and contribute by translating the website. The installation process is straightforward, and contributors are provided with clear guidelines on how to add new features or fix bugs. Additionally, the licensing information and learning resources for Next.js are also shared for further exploration.