Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 327 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 327 Bytes

Dynamic Longest Increasing Subsequence

the idea of this project to generate the maximum numbers of turned on light bulbs Without intersecting with each other

The algorithm used is Longest Increasing Subsequence(LIS)

image