Link: https://daily-algorithm.com
Every day, an LLM selects and features an interesting algorithm on the website that developers should know about.
- Local ollama installation or Groq API key
- Python >=3.12
- NodeJS >= 20
- Open a terminal and switch into the "generator" directory.
- Run:
pip install -r ./requirements.txt
- Duplicate the .env.example-file and rename it to .env.
- Open the .env-file and adjust the settings.
- Complete! Now you can run the algorithm generator:
python daily_algorithm.py
- Open a terminal and switch into the "server" directory.
- Run:
npm install
- Run:
node app.js
- Open a webbrowser and enter:
http://localhost:3000