Skip to content

Commit d0ee277

Browse files
authored
GH-125: Release version 1.1.0 (#153)
1 parent bf170e2 commit d0ee277

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 1.1.0 (2023-02-06)
4+
5+
* GH-149: add Python Sorting by @quang-ph in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/150
6+
* GH-140: Solve leetcode 1 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/151
7+
38
## 1.0.4 (2023-01-29)
49

510
* GH-140: Solve Leetcode 78 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/141

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains introductions and examples of many popular data structu
44

55
Each data structures and algorithm has its own separate article with related explanations and links for further reading (including ones to YouTube videos).
66

7-
[New Version 1.0 is released.](https://github.com/rain1024/datastructures-algorithms-competitive-programming/releases)
7+
[New Version 1.1.0 is released.](https://github.com/rain1024/datastructures-algorithms-competitive-programming/releases)
88

99
## 📙 Data Structures & Algorithms
1010

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.1.0

0 commit comments

Comments
 (0)