Skip to content

Commit e415e18

Browse files
authored
GH-125: Release version 1.2.2 (#254)
1 parent d175d38 commit e415e18

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

HISTORY.md

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

3+
## 1.2.2 (2023-03-19)
4+
5+
* GH-125: Release version 1.2.1 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/176
6+
* GH-169: Solve leetcode 23 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/177
7+
* GH-178: Update roadmap like "JavaScript Algorithms and Data Structures" Repository by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/179
8+
* GH-169: Solve leetcode 101 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/182
9+
* GH-169: Solve leetcode 129 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/183
10+
* GH-169: Solve problem leetcode 2589 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/184
11+
* GH-140: Solve leetcode 238 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/185
12+
* GH-125: Add Codeforces collection by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/186
13+
* GH-169: Solve codeforces 2A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/187
14+
* GH-169: by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/189
15+
* GH-169: Solve codeforces 4A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/190
16+
* GH-169: Solve codeforces 5A, 6A, 7A, 8A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/191
17+
* GH-169: Solve codeforces 1796A, 1799A, 1800A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/192
18+
* GH-169: Solve leetcode 958 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/193
19+
* GH-194: Solve leetcode 1480, 724 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/195
20+
* GH-140: Solve leetcode 36, 128 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/196
21+
* GH-180: Big O in General by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/188
22+
* GH-41: Big-O in Python by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/197
23+
* GH-135: Big-O in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/198
24+
* GH-199: Array in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/200
25+
* GH-10: Big-O in Typescript by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/201
26+
* GH-202: Big-O in Java by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/203
27+
* GH-125: Change project description by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/204
28+
* GH-205: Introduction to Data Structures and Algorithms by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/206
29+
* GH-209: Choosing a Programming Language by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/210
30+
* GH-211: Array in General by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/212
31+
* GH-199: Array in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/213
32+
* GH-180: Big-O in General by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/214
33+
* GH-215: String in General by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/216
34+
* GH-217: String in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/218
35+
* GH-140: Solve leetcode 125, 167 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/219
36+
* GH-220: Two Pointers in General by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/221
37+
* GH-222: Two pointers in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/223
38+
* GH-217: String in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/224
39+
* GH-169: Solve leetcode 106 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/225
40+
* GH-194: Solve leetcode 205, 392 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/226
41+
* GH-169: Solve codeforces 1794A, 1795A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/227
42+
* GH-228: Linked List in General by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/229
43+
* GH-230: Linked List in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/231
44+
* GH-169: Solve leetcode 2574 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/232
45+
* GH-233: Array in Java by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/234
46+
* GH-169: Solve codeforces 1792A, 1793A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/235
47+
* GH-169: Solve leetcode 208 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/236
48+
* GH-194: Solve leetcode 21, 206 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/237
49+
* GH-140: Solve leetcode 15, 11 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/238
50+
* GH-239: Tree in General by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/240
51+
* GH-220: Two Pointers in General by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/241
52+
* GH-242: Binary Search Tree in General by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/243
53+
* GH-169: Solve codeforces 1790A, 1791A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/244
54+
* GH-169: Solve leetcode 1472 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/245
55+
* GH-194: Solve leetcode 876 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/246
56+
* GH-140: Solve leetcode 42, 155 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/247
57+
* Gh-169: Solve leetcode 2591, 2592, 2593, 2594 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/248
58+
* GH-169: Solve Leetcode 27 by @quang-ph in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/249
59+
* GH-169: Solve codeforces 1788A, 1789A by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/252
60+
361
## 1.2.1 (2023-03-12)
462

563
* GH-169: Solve leetcode 142 by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/170

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

0 commit comments

Comments
 (0)