Skip to content

Commit a93f75a

Browse files
committed
add cppBuild badge
1 parent bf6e7bb commit a93f75a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# C++ Data Structures and Algorithms
22

3+
[![C++ Build](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml)
4+
35
> Read this in other languages: 🇨🇳[_简体中文_](README.zh-CN.md)
46
57
This repository contains C++ based examples of many popular algorithms and data structures.

README.zh-CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# C++ 数据结构与算法
22

3+
[![C++ Build](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml)
4+
35
> Read this in other languages: 🇬🇧[_English_](README.md)
46
57
本仓库包含了多种基于 C++ 的算法与数据结构。
@@ -15,6 +17,7 @@
1517
`B` - 初学者, `A` - 进阶
1618

1719
* `B` [链表](data-structures/linked-list)
20+
* `B` [双链表](data-structures/doubly-linked-list)
1821

1922
## 算法
2023

0 commit comments

Comments
 (0)