Closed zjl9959 closed 1 year ago
import algviz
viz = algviz.Visualizer(1)
grid = viz.createTable(1, 1, [[1]], show_index=True)
r = viz.createCursor(0, 'r')
c = viz.createCursor(0, 'c')
grid[r][c]
viz.display()
This code can get the expect results.
Describe the bug:
Test enviroment:
Additional context: Add any other context about the problem here.