Given a vector of integer (large > 10000) find the largest subsequence of consecutive monotone number, for example given the vector [1,2,4,0,1,-1,-2,-3,-4,1,2] the largest subsequence is [1,-1,-2,-3,-4].
What is the frank1789/Largest-subsequence GitHub project? Description: "Given a vector of integer (large > 10000) find the largest subsequence of consecutive monotone number, for example given the vector [1,2,4,0,1,-1,-2,-3,-4,1,2] the largest subsequence is [1,-1,-2,-3,-4].". Written in C++. Explain what it does, its main use cases, key features, and who would benefit from using it.
Question is copied to clipboard — paste it after the AI opens.
Clone via HTTPS
Clone via SSH
Download ZIP
Download master.zipReport bugs or request features on the Largest-subsequence issue tracker:
Open GitHub Issues