Skip to content

GH-42: Release version 0.12.3 #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# History

## 2.2 (2022-12-18)
## 0.12.3 (2022-12-25)

* GH-42: Solve codeforces 1762A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/89
* GH-42: solve codeforces 282A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/91
* GH-42: Solve codeforces 339A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/92
* GH-42: Solve codeforces 281A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/93
* GH-42: Solve codeforces 122A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/94
* GH-42: Add codeforces 1592B by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/95
* GH-96: Solve AoC Day1 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/97
* GH-96: Create template for AoC by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/98
* GH-96: Add problem aoc2022day24 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/99
* GH-96 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/100
* GH-96: Solve problem aoc2022day3 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/101
* GH-96: Solve problem aoc2022day4 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/102
* GH-90: Add Python Linked List by @quang-ph in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/103

## 0.12.2 (2022-12-18)

* Add bazel for build and test #78
* Bitwise in Python #82
Expand All @@ -11,7 +27,7 @@
* Codeforces 489B
* Codeforces 520B

## 2.1 (2022-12-11)
## 0.12.1 (2022-12-11)

* Stack in Python #74
* Hash Table in C++ #70
Expand All @@ -30,7 +46,7 @@
* Codeforces 1A
* Codeforces 158A

## 2.0 (2022-12-04)
## 0.12.0 (2022-12-04)

* Trí Uẩn Problem #58
* Array in Python #57
Expand All @@ -41,7 +57,7 @@
* Big-O in Python #41


## 1.1 (2022-11-26)
## 0.11.1 (2022-11-26)

* Stack in C++ #16
* Queue in C++ #20
Expand All @@ -51,7 +67,7 @@
* Big-O Article for typescript #10
* Add problem Codeforces 231A #26

## 1.0 (2022-11-19)
## 0.11.0 (2022-11-19)

* Make Github Isssue Template #4
* Create document style check #1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains introductions and examples of many popular data structu

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

⭐ [New Version 2.2 is released.](https://github.com/rain1024/datastructures-algorithms-competitive-programming/releases)
⭐ [New Version 0.12.3 is released.](https://github.com/rain1024/datastructures-algorithms-competitive-programming/releases)

## 📙 Data Structures & Algorithms

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2
0.12.3