Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/youseftareq33/java_algorithm_4_max-led-lighting

Max LED Lighting problem involves connecting LEDs to corresponding power sources to maximize the number of LEDs without allowing wires to cross.
https://github.com/youseftareq33/java_algorithm_4_max-led-lighting

algorithm java javafx longest-common-subsequence

Last synced: about 1 month ago
JSON representation

Max LED Lighting problem involves connecting LEDs to corresponding power sources to maximize the number of LEDs without allowing wires to cross.

Awesome Lists containing this project

README

        

# Max Led Lighting

# Description:
Max LED Lighting problem involves connecting LEDs to corresponding power sources to maximize the number of LEDs without allowing wires to cross.
This is achieved through Dynamic Programming (DP), where the goal is to find an optimal solution.

# Note :

- There is app_photo.

- the problem solved using longest common subsequence.