diff --git a/README.md b/README.md index 28880ac..8f29944 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Repo for general concepts for working with python (e.g. regex, files operations, [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv) Code style: black -[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) [![CI](https://github.com/MKaczkow/python_concepts/actions/workflows/ci.yml/badge.svg)](https://github.com/MKaczkow/python_concepts/actions/workflows/ci.yml) # Topics @@ -28,4 +27,5 @@ Repo for general concepts for working with python (e.g. regex, files operations, 19. [Steganography](./steganography) 20. [Code profiling](./profiling_code) 21. [Managing dependencies with uv](./uv_package_manager/) -22. [Types and more](./types_and_more/) \ No newline at end of file +22. [Types and more](./types_and_more/) +23. [Bellman-Ford algorithm](./bellman_ford) \ No newline at end of file