codesankalp / dsalgo

MIT License
8 stars 24 forks source link

added addressing support to linked list #66

Open ravi5175 opened 3 years ago

ravi5175 commented 3 years ago

Description

Related Issues

Fixes #65

Type of Change:

Code/Quality Assurance Only

How Has This Been Tested?

proper testing has been done in the test/linkedlist.ipynb file

Checklist:

Screenshots (if appropriate):

image

codesankalp commented 3 years ago

@ravi5175 @devkapilbansal will it be fine if we add address when converting the linkedlist to python list. because if a user needs conversion of linked list to python list then why we are providing the addresses also. So I think that we should add a new method for this like to_list_with_address Also in the linkedlist tests to list method is very important part for testing.

ravi5175 commented 3 years ago

@ravi5175 @devkapilbansal will it be fine if we add address when converting the linkedlist to python list. because if a user needs conversion of linked list to python list then why we are providing the addresses also. So I think that we should add a new method for this like to_list_with_address Also in the linkedlist tests to list method is very important part for testing.

@codesankalp it is still a list with a advanced usecase where a user can manually access the node located at some address, it can also be used used as a list with node values.

devkapilbansal commented 3 years ago

@ravi5175 change maintainers file to AUTHOR

Add Contributors and Authors there

There will be three section: Author Contributor Maintainer

devkapilbansal commented 3 years ago

@ravi5175 resolve conflicts and rebase your current branch with our master branch

Aryamanz29 commented 2 years ago

@ravi5175 Please do req changes, So that we move ahead with this PR Thanks