Skip to content

Commit ab0c36c

Browse files
Update README.md
1 parent a7b14d3 commit ab0c36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ The application allows the user to place start, end and obstacle nodes on a grid
3131
## WIP features and functionalities
3232

3333
At the current stage all proposed pathfinding algorithms have been implemented and the flow of the application is complete enough so that a user may be able to visualize all algorithms and reset the grid easily.
34-
Further adjustments can be made in the optimization department. I am considering switching form lists and arrays to numpy arrays which should make the app run a bit faster, seein as numpy data structures are linear and they take less time to swap and compare values.
34+
Further adjustments can be made in the optimization department. I am considering switching from lists and arrays to numpy arrays which should make the app run a bit faster, seeing as numpy data structures are linear and they take less time to swap and compare values.

0 commit comments

Comments
 (0)