Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/youseftareq33/java_algorithm_4_max-led-lighting
- Owner: youseftareq33
- Created: 2024-07-16T22:44:23.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-16T22:50:08.000Z (7 months ago)
- Last Synced: 2024-11-06T06:26:21.389Z (3 months ago)
- Topics: algorithm, java, javafx, longest-common-subsequence
- Language: Java
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.