Skip to content

Commit 452f2ee

Browse files
authored
GH-125: Release version 1.0.4 (#146)
1 parent 6b52b65 commit 452f2ee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

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

3+
## 1.0.4 (2023-01-29)
4+
5+
* GH-140: Solve Leetcode 78 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/141
6+
* GH-135: add fancy diagram by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/142
7+
* GH-140: Solve leetcode 242 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/143
8+
* GH-144: add python tree by @quang-ph in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/145
9+
310
## 1.0.3 (2023-01-26)
411

512
* GH-125: Add leetcode template and leetcode 217 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/138

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.1 is released.](https://github.com/rain1024/datastructures-algorithms-competitive-programming/releases)
7+
[New Version 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.3
1+
1.0.4

0 commit comments

Comments
 (0)