S. Mahmudul Hasan
|
a5a18154f4
|
undo unnecessary changes
|
2023-10-19 23:06:26 -04:00 |
|
S. Mahmudul Hasan
|
2226767319
|
moved deque iterator to collections.cpp
|
2023-10-19 15:19:08 -04:00 |
|
S. Mahmudul Hasan
|
4a189464ad
|
dropped support for __init__ for now
|
2023-10-18 20:01:28 -04:00 |
|
S. Mahmudul Hasan
|
65a113792d
|
added the tests
|
2023-10-18 19:50:52 -04:00 |
|
S. Mahmudul Hasan
|
77feaad873
|
added more tests, called __init__ from pickle, added reverse iterator option
|
2023-10-18 19:49:12 -04:00 |
|
S. Mahmudul Hasan
|
14cd420cfb
|
Fixed some functionalities and added more tests
|
2023-10-18 01:45:18 -04:00 |
|
S. Mahmudul Hasan
|
cb76ade912
|
Fixed the tests, more to follow
|
2023-10-18 00:11:42 -04:00 |
|
S. Mahmudul Hasan
|
9c0fb39dcd
|
Added some tests, more to follow
|
2023-10-17 23:46:04 -04:00 |
|
S. Mahmudul Hasan
|
97544eb499
|
refactored collections module
|
2023-10-16 19:41:57 -04:00 |
|
blueloveTH
|
1f936063ae
|
support pickle
|
2023-10-16 13:22:46 +08:00 |
|
blueloveTH
|
7d88d28a6b
|
fix collections module
|
2023-10-16 13:13:39 +08:00 |
|
S. Mahmudul Hasan
|
7590cdf51a
|
minor fix, rotate, n=0 case
|
2023-10-16 00:48:20 -04:00 |
|
S. Mahmudul Hasan
|
454172492b
|
minor fix, std::min
|
2023-10-16 00:27:19 -04:00 |
|
S. Mahmudul Hasan
|
85c35db694
|
Cleaned up and added more functionalities
|
2023-10-16 00:26:13 -04:00 |
|
S. Mahmudul Hasan
|
6681fb21af
|
WIP: added more functionalities
|
2023-10-14 19:14:51 -04:00 |
|
S. Mahmudul Hasan
|
fd938a7c29
|
WIP: added deque iterator
|
2023-10-14 18:01:59 -04:00 |
|
S. Mahmudul Hasan
|
fcd159ae7f
|
WIP: added constructor
|
2023-10-14 17:13:04 -04:00 |
|
S. Mahmudul Hasan
|
d17e1368da
|
WIP: minor fix
|
2023-10-14 13:24:20 -04:00 |
|
S. Mahmudul Hasan
|
ff5e1a8de2
|
WIP: added more functionalities
|
2023-10-14 13:15:39 -04:00 |
|
S. Mahmudul Hasan
|
2852c1ab7e
|
WIP: switched to std::deque
|
2023-10-14 12:53:58 -04:00 |
|
S. Mahmudul Hasan
|
76e7746d25
|
WIP: Added more functionalities in deque
|
2023-10-10 13:43:02 -04:00 |
|
S. Mahmudul Hasan
|
836f0506fa
|
WIP: added some more functionality -> changed int to arbitrary objects
|
2023-10-10 05:17:00 -04:00 |
|
S. Mahmudul Hasan
|
795c7b65c6
|
WIP: Implemented a int-only deque with limited capabilities
|
2023-10-07 19:01:13 -04:00 |
|
blueloveTH
|
40399c089d
|
some fix
|
2023-10-07 20:24:17 +08:00 |
|
S. Mahmudul Hasan
|
af4f5ac10f
|
Initial integration of deque in collections
|
2023-10-07 04:17:57 -04:00 |
|
blueloveTH
|
7312afdad2
|
fix a term
|
2023-10-07 13:28:20 +08:00 |
|
blueloveTH
|
098b85f89b
|
...
|
2023-10-07 11:55:57 +08:00 |
|
BLUELOVETH
|
da614f5767
|
Merge pull request #144 from numan947/Issue#138
Added better string formatting as required by Issue#138
|
2023-10-07 11:52:26 +08:00 |
|
blueloveTH
|
2f52561709
|
add more json test cases
|
2023-10-07 11:37:36 +08:00 |
|
S. Mahmudul Hasan
|
151e9467ae
|
fixed the error case for escaped curly braces, and converted the tokenize function into a inner function
|
2023-10-06 16:56:19 -04:00 |
|
S. Mahmudul Hasan
|
ee54816421
|
Updated str.format to tokenization-based-replacement operation
|
2023-10-05 20:04:21 -04:00 |
|
blueloveTH
|
59b1c13f35
|
Update CMakeLists.txt
|
2023-10-06 01:30:20 +08:00 |
|
blueloveTH
|
5b42930ede
|
...
|
2023-10-06 01:25:22 +08:00 |
|
blueloveTH
|
52c58ec87f
|
Update 70_math.py
|
2023-10-06 01:13:19 +08:00 |
|
BLUELOVETH
|
b42ee1b363
|
Merge pull request #148 from pranavjainjs/build
Added success/error statements in build.sh
|
2023-10-06 00:59:10 +08:00 |
|
blueloveTH
|
63bf13aac2
|
some minor change
|
2023-10-06 00:58:08 +08:00 |
|
Pranav Jain
|
9a0e9d7a62
|
Merge branch 'blueloveTH:main' into build
|
2023-10-05 18:15:04 +05:30 |
|
Pranav
|
642810d3b5
|
added python3 and clang++ checks in build.sh
|
2023-10-05 18:12:10 +05:30 |
|
BLUELOVETH
|
5832c226fe
|
Merge pull request #149 from nonperforming/patch-1
Powershell-ify build.ps1
|
2023-10-05 14:32:46 +08:00 |
|
Non
|
c18821fc42
|
Powershell-ify build.ps1
Convert *nix commands to PowerShell commands
|
2023-10-05 19:16:40 +13:00 |
|
Pranav
|
7f3a74be7c
|
Added success/error statements in build.sh
|
2023-10-05 11:04:55 +05:30 |
|
blueloveTH
|
d540af3043
|
...
|
2023-10-04 14:37:32 +08:00 |
|
blueloveTH
|
f8872f8bc7
|
...
|
2023-10-04 14:33:33 +08:00 |
|
blueloveTH
|
60294e8896
|
add instructions for dev build
|
2023-10-04 03:23:16 +08:00 |
|
S. Mahmudul Hasan
|
0fef360caf
|
Added better string formatting as required by Issue#138
|
2023-10-03 13:45:21 -04:00 |
|
blueloveTH
|
cf7dc098a3
|
remove windows.h
|
2023-10-02 06:38:23 +08:00 |
|
blueloveTH
|
8b3fd31681
|
...
|
2023-10-02 06:19:12 +08:00 |
|
blueloveTH
|
e59ff4dfdc
|
...
|
2023-10-02 03:44:10 +08:00 |
|
blueloveTH
|
724f693761
|
reimpl bytes
|
2023-10-02 03:05:21 +08:00 |
|
blueloveTH
|
fb5e57b98b
|
Update main.yml
|
2023-10-02 01:21:45 +08:00 |
|