Skip to content

Commit 82a1128

Browse files
committed
fix: readme badge
1 parent d5278b3 commit 82a1128

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
# C++ Hash Table with Custom Hash Functions
22

3-
[![CI/CD Pipeline](https://github.com/ignavan39/hastable/actions/workflows/ci.yml/badge.svg)](https://github.com/ignavan39/hastable/actions/workflows/ci.yml)
3+
[![CI/CD Pipeline](https://github.com/ignavan39/hastable/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ignavan39/hastable/actions/workflows/ci.yml)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![C++17](https://img.shields.io/badge/C%2B%2B-17-blue.svg)](https://isocpp.org/)
66

7-
8-
## Статус сборки
9-
10-
| ОС | Release | Debug |
11-
|---|---|---|
12-
| Ubuntu | ![Ubuntu Release](https://github.com/ignavan39/hastable/actions/workflows/ci.yml/badge.svg) | ![Ubuntu Debug](https://github.com/ignavan39/hastable/actions/workflows/ci.yml/badge.svg) |
13-
| macOS | ![macOS Release](https://github.com/ignavan39/hastable/actions/workflows/ci.yml/badge.svg) | ![macOS Debug](https://github.com/ignavan39/hastable/actions/workflows/ci.yml/badge.svg) |
14-
| Windows | ![Windows Release](https://github.com/ignavan39/hastable/actions/workflows/ci.yml/badge.svg) | ![Windows Debug](https://github.com/ignavan39/hastable/actions/workflows/ci.yml/badge.svg) |
15-
16-
177
Реализация хеш-таблицы на C++ с собственными алгоритмами хеширования.
188

199
## Мотивация

0 commit comments

Comments
 (0)