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

Fixed Incorrectness in Documentation #83

Merged
merged 1 commit into from
Jan 16, 2020
Merged

Fixed Incorrectness in Documentation #83

merged 1 commit into from
Jan 16, 2020

Conversation

iamrajiv
Copy link
Contributor

References to other Issues or PRs or Relevant literature

Fixes #79

Brief description of what is fixed or changed

It fixes the incorrectness in documentation i.e. earlier there were some places in the documentation where it is said that Stack to implement an iterative version of recursive algorithms but in the code Queue is used. So this can be fixed by mentioning that Queue is used instead of Stack

Other comments

@codecov
Copy link

codecov bot commented Jan 15, 2020

Codecov Report

Merging #83 into master will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #83   +/-   ##
=========================================
  Coverage   97.385%   97.385%           
=========================================
  Files           30        30           
  Lines         1721      1721           
=========================================
  Hits          1676      1676           
  Misses          45        45
Impacted Files Coverage Δ
pydatastructs/trees/space_partitioning_trees.py 97.619% <ø> (ø) ⬆️

Impacted file tree graph

@czgdp1807 czgdp1807 added the documentation Improvements or additions to documentation label Jan 16, 2020
@czgdp1807
Copy link
Member

LGTM. Merging.

@czgdp1807 czgdp1807 merged commit 563857b into codezonediitj:master Jan 16, 2020
@iamrajiv iamrajiv deleted the issue79 branch February 3, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrectness in Documentation
2 participants