Skip to content

Commit f878e20

Browse files
authored
GH-125: Release version 1.0.0 (#126)
1 parent 22932c5 commit f878e20

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

HISTORY.md

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

3+
## 1.0.0 (2023-01-01)
4+
5+
* GH-13: Solve problem codejam2022PunchedCards by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/107
6+
* GH-13: Solve problem codejam20223DPrinting by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/108
7+
* GH-13: Solve problem codejam2022d1000000 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/109
8+
* GH-96: Solve problem aoc2022day5 part 1 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/110
9+
* GH-20: Queue in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/112
10+
* GH-111: Solve problem dsas_aog_week1_graph_decomposition1_1_finding_exit_from_maze by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/113
11+
* GH-111: Solve problem dsas_aog_week1_graph_decomposition1_2_adding_exits_to_maze by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/114
12+
* GH-111: Solve problem dsas_aog_week2_graph_decomposition2_1_cs_curriculum by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/115
13+
* GH-111: Solve problem dsas_aog_week2_graph_decomposition2_1_cs_curriculum by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/116
14+
* GH-117: Topology Sort in C++ (initial) by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/118
15+
* GH-111: Solve problem dsas_aog_week2_graph_decomposition2_3_intersection_reachability by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/119
16+
* GH-111: Solve problem dsas_aog_week3_paths_in_graphs1_1_flight_segments by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/121
17+
* GH-111: Solve problem dsas_aog_week3_paths_in_graphs1_2_bipartite by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/122
18+
* GH-88: add python hash table by @quang-ph in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/123
19+
* GH-111: Solve problem dsas_aog_week4_paths_in_graphs2_1_minimum_flight_cost by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/124
20+
21+
322
## 0.12.3 (2022-12-25)
423

524
* GH-42: Solve codeforces 1762A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/89

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

0 commit comments

Comments
 (0)