Skip to content

Conversation

@NageshAndani
Copy link
Contributor

@NageshAndani NageshAndani commented Feb 20, 2021

Please include a summary of the change. Please also include relevant motivation and context (if applicable).

  • I have performed a self-review of my code
  • My code follows the style guidelines of this project
  • I have added comments to hard-to-understand areas of my code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have made corresponding changes to the comments
  • I have made corresponding changes to the README.md

@codecov
Copy link

codecov bot commented Feb 20, 2021

Codecov Report

Merging #204 (1564c34) into master (db64ed7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #204   +/-   ##
=======================================
  Coverage   92.70%   92.70%           
=======================================
  Files         102      102           
  Lines        4510     4510           
=======================================
  Hits         4181     4181           
  Misses        329      329           
Impacted Files Coverage Δ
...es/LinkedList/DoublyLinkedList/DoublyLinkedList.cs 81.39% <ø> (ø)
...inkedList/DoublyLinkedList/DoublyLinkedListNode.cs 100.00% <ø> (ø)
...es/LinkedList/SinglyLinkedList/SinglyLinkedList.cs 98.73% <ø> (ø)
...inkedList/SinglyLinkedList/SinglyLinkedListNode.cs 100.00% <ø> (ø)
DataStructures/Queue/ArrayBasedQueue.cs 100.00% <ø> (ø)
DataStructures/Queue/ListBasedQueue.cs 100.00% <ø> (ø)
DataStructures/Queue/StackBasedQueue.cs 100.00% <ø> (ø)
DataStructures/Stack/ArrayBasedStack.cs 97.72% <ø> (ø)
DataStructures/Stack/ListBasedStack.cs 94.73% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db64ed7...1564c34. Read the comment docs.

@siriak
Copy link
Member

siriak commented Feb 20, 2021

Could you also update the links in README.md?

@NageshAndani
Copy link
Contributor Author

Could you also update the links in README.md?

Updated

Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@siriak siriak merged commit f5013e0 into TheAlgorithms:master Feb 22, 2021
@NageshAndani NageshAndani deleted the bug/organize-files branch February 27, 2021 06:11
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.

2 participants