File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,15 @@ Optimization should meet following criterias.
1212* Cell position can be adjusted within same colum ( cell can be only poped/pushed vertically, horizontal moves not allowed)
1313* Intersections/crossings beetween should be minimal.
1414
15- ### Implementation
16- I've used MVC pattern to abstract the data from renderer.
17- Theortically should be possible to add any view that can will use get_data function returning 2D array of nodes used and renderer them.
18-
19-
20- ### Examples
15+ #### Problem on the picture
2116* Left:* Initial placmenet   ;  ;   ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;   ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;   ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;   ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;   ;  ;  ;  ;  ;  ;  ;  ;  ;  ;   ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ; * Right:* optimized placement
2217
23- <img src =" https://i.ibb.co/C2gyWWf/bef.png " width =" 420 " height =" 400 " >  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;
24- <img src =" https://i.ibb.co/0ttqnFY/aft.png " width =" 420 " height =" 400 " >
18+ <img src =" https://i.ibb.co/C2gyWWf/bef.png " width =" 410 " height =" 400 " >  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;
19+ <img src =" https://i.ibb.co/0ttqnFY/aft.png " width =" 410 " height =" 400 " >
2520
21+ ### Implementation
22+ I've used MVC pattern to abstract the data from renderer.
23+ Theortically should be possible to add any view that can will use get_data function returning 2D array of nodes used and renderer them.
2624
2725
2826### More complicated cases
You can’t perform that action at this time.
0 commit comments