Skip to content

Commit bc3e2ed

Browse files
authored
Update README.md
1 parent d7c4af5 commit bc3e2ed

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
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

0 commit comments

Comments
 (0)