From 0f1fad281ed8a3ec71132348562074723d006fa7 Mon Sep 17 00:00:00 2001 From: Sergej Zivkovic <63911579+szivkovicx@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:37:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c04304d..8ca70eb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Icon](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white) + # Searching algorithms in C++ This projects main focus is thrown on measuring performance of different searching and filtering algorithms that are used on large datasets. Size of dataset can be configured but it defaults to 10,000,000 items. Algorithms used: