Skip to content

Project; DataStructure Switch to file-scoped namespaces #434

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

Conversation

gmottajr
Copy link
Contributor

@gmottajr gmottajr commented Jan 6, 2024

Issue 425 - File-scoped namespaces

Project; DataStructure
Switch to file-scoped namespaces

Motivation and Context

Github issue #425: Proposed to update to File-scoped namespaces. It was requested to perform the changes in a few PRs to make them smaller and easier to review.
This is the one only meant to Switch to file-scoped namespaces only for project DataStructure .

  • I have performed a self-review of my code
  • My code follows the style guidelines of this project
  • 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
  • Comments in areas I changed are up to date
  • I have added comments to hard-to-understand areas of my code
  • I have made corresponding changes to the README.md

Issue 425 - File-scoped namespaces
@gmottajr gmottajr requested a review from siriak as a code owner January 6, 2024 06:35
Copy link

codecov bot commented Jan 6, 2024

Codecov Report

Attention: 148 lines in your changes are missing coverage. Please review.

Comparison is base (a354d01) 94.50% compared to head (e128e06) 94.50%.

Files Patch % Lines
...es/LinkedList/DoublyLinkedList/DoublyLinkedList.cs 69.59% 30 Missing and 15 partials ⚠️
DataStructures/Timeline.cs 87.50% 14 Missing and 3 partials ⚠️
DataStructures/RedBlackTree/RedBlackTree.cs 95.68% 10 Missing and 6 partials ⚠️
DataStructures/Heap/FibonacciHeap/FibonacciHeap.cs 91.92% 9 Missing and 4 partials ⚠️
DataStructures/AATree/AATree.cs 94.00% 5 Missing and 4 partials ⚠️
DataStructures/BitArray.cs 97.58% 5 Missing and 2 partials ⚠️
DataStructures/Stack/ListBasedStack.cs 73.91% 4 Missing and 2 partials ⚠️
DataStructures/Heap/PairingHeap/PairingHeap.cs 96.15% 1 Missing and 4 partials ⚠️
DataStructures/ScapegoatTree/ScapegoatTree.cs 97.17% 3 Missing and 2 partials ⚠️
DataStructures/Heap/MinMaxHeap.cs 97.59% 1 Missing and 3 partials ⚠️
... and 14 more
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #434   +/-   ##
=======================================
  Coverage   94.50%   94.50%           
=======================================
  Files         234      234           
  Lines        9843     9843           
  Branches     1455     1455           
=======================================
  Hits         9302     9302           
  Misses        381      381           
  Partials      160      160           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 789b6e6 into TheAlgorithms:master Jan 8, 2024
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