Skip to content

Commit 1bec486

Browse files
committed
update README.md by Github Actions
1 parent e8b18e9 commit 1bec486

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [中国大学MOOC-陈越、何钦铭-数据结构-起步能力自测题](#中国大学mooc-陈越何钦铭-数据结构-起步能力自测题)
1818
- [基础编程题目集](#基础编程题目集)
1919
- [数据结构与算法题目集(中文)](#数据结构与算法题目集中文)
20+
- [Data Structures and Algorithms (English)](#data-structures-and-algorithms-english)
2021
- [团体程序设计天梯赛-练习集](#团体程序设计天梯赛-练习集)
2122

2223
# Top-Level
@@ -491,6 +492,17 @@
491492
| 7-51 | 两个有序链表序列的合并 (20) | [`C++`](https://github.com/tiny656/PAT/blob/master/数据结构与算法题目集(中文)/7-51_两个有序链表序列的合并%20(20).cpp) |
492493
| 7-52 | 两个有序链表序列的交集 (25) | [`C++`](https://github.com/tiny656/PAT/blob/master/数据结构与算法题目集(中文)/7-52_两个有序链表序列的交集%20(25).cpp) |
493494
| 7-53 | 两个有序序列的中位数 (25) | [`C++`](https://github.com/tiny656/PAT/blob/master/数据结构与算法题目集(中文)/7-53_两个有序序列的中位数%20(25).cpp) |
495+
# Data Structures and Algorithms (English)
496+
| ID | Title | Code |
497+
| :--: | :--: | :--: |
498+
| 6-1 | Deque (25) | [`C`](https://github.com/tiny656/PAT/blob/master/Data%20Structures%20and%20Algorithms%20(English)/6-1_Deque%20(25).c) |
499+
| 6-2 | Two Stacks In One Array (20) | [`C`](https://github.com/tiny656/PAT/blob/master/Data%20Structures%20and%20Algorithms%20(English)/6-2_Two%20Stacks%20In%20One%20Array%20(20).c) |
500+
| 6-3 | Add Two Polynomials (20) | [`C`](https://github.com/tiny656/PAT/blob/master/Data%20Structures%20and%20Algorithms%20(English)/6-3_Add%20Two%20Polynomials%20(20).c) |
501+
| 6-4 | Reverse Linked List (20) | [`C`](https://github.com/tiny656/PAT/blob/master/Data%20Structures%20and%20Algorithms%20(English)/6-4_Reverse%20Linked%20List%20(20).c) |
502+
| 6-7 | Isomorphic (20) | [`C`](https://github.com/tiny656/PAT/blob/master/Data%20Structures%20and%20Algorithms%20(English)/6-7_Isomorphic%20(20).c) |
503+
| 6-8 | Percolate Up and Down (20) | [`C`](https://github.com/tiny656/PAT/blob/master/Data%20Structures%20and%20Algorithms%20(English)/6-8_Percolate%20Up%20and%20Down%20(20).c) |
504+
| 6-9 | Sort Three Distinct Keys (20) | [`C`](https://github.com/tiny656/PAT/blob/master/Data%20Structures%20and%20Algorithms%20(English)/6-9_Sort%20Three%20Distinct%20Keys%20(20).c) |
505+
| 6-14 | Count Connected Components (20) | [`C`](https://github.com/tiny656/PAT/blob/master/Data%20Structures%20and%20Algorithms%20(English)/6-14_Count%20Connected%20Components%20(20).c) |
494506
# 团体程序设计天梯赛-练习集
495507
| ID | Title | Code |
496508
| :--: | :--: | :--: |

0 commit comments

Comments
 (0)