trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
185.03k stars 29.84k forks source link

NO code available for Longest Increasing Subsequence #1048

Open VIRAT9358 opened 1 year ago

Troll321 commented 1 year ago

Hi, I'm interested in this problem. Can I contribute to this issue?

zelf0 commented 12 months ago

I'd like to help as well. Could you provide information on the problem?

VIRAT9358 commented 12 months ago

Hi, I'm interested in this problem. Can I contribute to this issue?

  • I'm a junior dev, I would be grateful receiving any kind help thank you

Why not go on

Troll321 commented 11 months ago

Sorry for my late update. I'm on it

Troll321 commented 11 months ago

It seems like you already have a Longest Increasing Subseuence here https://github.com/trekhleb/javascript-algorithms/blob/master/src/algorithms/sets/longest-increasing-subsequence/dpLongestIncreasingSubsequence.js

So does that mean this issue is closed? Or do you need an implementation for the (N log N) solution?

nowitsbalibhadra commented 11 months ago

Hi, I'm interested in this problem. Can I contribute to this issue?

I'm a junior dev, I would be grateful receiving any kind help thank you