From f4482318c5072e099b19f39d6925dd7a02472bbe Mon Sep 17 00:00:00 2001 From: Spiros Maggioros <51701672+spirosmaggioros@users.noreply.github.com> Date: Sun, 21 Jan 2024 23:13:12 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3a4d00d2..f1f559d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ AlgoPlus is a C++ library that includes ready to use complex Data Structures. [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/CSRT-NTUA/AlgoPlus) [![CodeQL CI](https://github.com/TheAlgorithms/C-Plus-Plus/actions/workflows/codeql.yml/badge.svg)](https://github.com/CSRT-NTUA/AlgoPlus/actions/workflows/codeql.yml) [![Awesome CI](https://github.com/CSRT-NTUA/AlgoPlus/workflows/Awesome%20CI%20Workflow/badge.svg)](https://github.com/CSRT-NTUA/AlgoPlus/actions?query=workflow%3A%22Awesome+CI+Workflow%22) -[![Doxygen CI](https://github.com/CSRT-NTUA/AlgoPlus/workflows/Doxygen%20CI/badge.svg)](https://CSRT-NTUA.github.io/AlgoPlus) Examples: ```cpp doubly_linked_list l1, l2;