Skip to content

Longest Increasing Subsequence added #363

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

Closed
wants to merge 11 commits into from

Conversation

sHiVaNgI821
Copy link
Contributor

Added the longest_increasing_subsequence method that returns the longest strictly increasing subsequence that can be obtained from the given array. The lower_bound function used in the implementation has been taken from #351

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

@codecov
Copy link

codecov bot commented Mar 23, 2021

Codecov Report

Merging #363 (a9f6445) into master (e1134b1) will increase coverage by 0.021%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #363       +/-   ##
=============================================
+ Coverage   98.561%   98.583%   +0.021%     
=============================================
  Files           25        25               
  Lines         3267      3317       +50     
=============================================
+ Hits          3220      3270       +50     
  Misses          47        47               
Impacted Files Coverage Δ
pydatastructs/linear_data_structures/__init__.py 100.000% <ø> (ø)
pydatastructs/linear_data_structures/algorithms.py 99.676% <100.000%> (+0.062%) ⬆️

Impacted file tree graph

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.

2 participants