Skip to content
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

Guoweikang/linked list #1

Merged
merged 25 commits into from
Oct 22, 2024
Merged

Guoweikang/linked list #1

merged 25 commits into from
Oct 22, 2024

Conversation

guoweikang
Copy link
Contributor

Update LinkedList to make it easier to use

--------
1 add List sample code
2 add more test case
3 remove iter_back,use iter().rev()

--------
1 add List sample code
2 add more test case
3 remove iter_back,use iter().rev()

Signed-off-by: guoweikang <[email protected]>
@guoweikang guoweikang force-pushed the guoweikang/linked_list branch from 715172f to 5a3f0c4 Compare October 15, 2024 08:41
Signed-off-by: guoweikang <[email protected]>
Signed-off-by: guoweikang <[email protected]>
--------
crate tag v0.2.0

Signed-off-by: guoweikang <[email protected]>
@guoweikang guoweikang force-pushed the guoweikang/linked_list branch from f0e1041 to 186182b Compare October 16, 2024 03:00
Signed-off-by: guoweikang <[email protected]>
@guoweikang guoweikang force-pushed the guoweikang/linked_list branch from 186182b to e01115f Compare October 16, 2024 03:04
guoweikang

This comment was marked as duplicate.

Signed-off-by: guoweikang <[email protected]>
--------
1 use vis in macro
2 replace def_node node(type) with node{type}

Signed-off-by: guoweikang <[email protected]>
--------
1 linked list push to crates-io
2 add into_inner func for def_node

Signed-off-by: guoweikang <[email protected]>
Signed-off-by: guoweikang <[email protected]>
Signed-off-by: guoweikang <[email protected]>
-------
update version for publish to craes-io

Signed-off-by: guoweikang <[email protected]>
--------
1 rename repo to linked_list_r4l
2 change to pub impl for node
3 const fn

Signed-off-by: guoweikang <[email protected]>
@guoweikang guoweikang merged commit d18c1d0 into main Oct 22, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants