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

Adding Reverse Linked list to Single Linked list folder in repo #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kinshukgoel4
Copy link
Contributor

No description provided.

@fms12
Copy link
Owner

fms12 commented Oct 14, 2022

just add the question solution.py file and test.py file.

-question-name.py file
     solution.py file
      test_solution.py file

you can refer to this.
https://github.com/fms12/DATA-STRUCTURE-AND-ALGORITHM-IN-PY/tree/main/questions

@devvspaces
Copy link
Collaborator

For example, So your directory structure could be like this;

- DATA-STRUCTURE-AND-ALGORITHM-IN-PY
   -  LinkedList
       - Doubly
       - Singly
       - ReversedSingly     <----------- This will be your newly created folder
           - solution.py       <----------- Write the code for the implementation here
           - test_solution.py <----------- Write a test for it here to make sure it's working

There is already a LinkedList directory, which includes full Doubly and Singly linked list implementation. You can add yours Has a new directory ReversedSingly, then write the solution and test for it there.

Anyone could also add tests for it in the future to learn it.

@kinshukgoel4
Copy link
Contributor Author

Thanks for providing an insight on this I will definitely get back on this

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