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

Issue #49 circular linked list #115

Merged

Conversation

prshnt19
Copy link
Member

@prshnt19 prshnt19 commented Mar 1, 2020

Added SinglyCircularLinkedList and DoublyCircularLinkedList

References to other Issues or PRs or Relevant literature

#49

Brief description of what is fixed or changed

Other comments

@codecov
Copy link

codecov bot commented Mar 1, 2020

Codecov Report

Merging #115 into master will increase coverage by 0.078%.
The diff coverage is 100%.

@@             Coverage Diff              @@
##           master      #115       +/-   ##
============================================
+ Coverage   97.94%   98.019%   +0.078%     
============================================
  Files          20        20               
  Lines        1311      1363       +52     
============================================
+ Hits         1284      1336       +52     
  Misses         27        27
Impacted Files Coverage Δ
pydatastructs/linear_data_structures/__init__.py 100% <ø> (ø) ⬆️
...datastructs/linear_data_structures/linked_lists.py 100% <100%> (ø) ⬆️

Impacted file tree graph

@czgdp1807
Copy link
Member

Please resolve the conflicts.

@prshnt19
Copy link
Member Author

prshnt19 commented Mar 2, 2020

Resolved.

@prshnt19 prshnt19 force-pushed the issue_#49_CircularLinkedList branch from f0df79b to 7bb4305 Compare March 2, 2020 17:17
==========

.. [1] https://en.wikipedia.org/wiki/Linked_list#Circular_linked_list
.. [2] https://www.geeksforgeeks.org/circular-singly-linked-list-insertion/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. [2] https://www.geeksforgeeks.org/circular-singly-linked-list-insertion/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wiki page does not have enough info so I added other references.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The info on the Wiki is not enough. Should I add a reference from other sites or leave it as it is?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add links to university lectures.

Copy link
Member Author

@prshnt19 prshnt19 Mar 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have updated Wiki References.

@czgdp1807
Copy link
Member

@prshnt19 If you want, you can add your name to AUTHORS file in a separate PR.

@czgdp1807
Copy link
Member

LGTM.
@codezonediitj/gssoc2020 Please see if the tests are correct.

@prshnt19
Copy link
Member Author

prshnt19 commented Mar 3, 2020

Tests are correct. I have verified it.

Copy link
Contributor

@manaswinidas manaswinidas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests look okay to me

@czgdp1807 czgdp1807 merged commit 4d35068 into codezonediitj:master Mar 4, 2020
@prshnt19 prshnt19 deleted the issue_#49_CircularLinkedList branch March 4, 2020 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants