Skip to content

Implement algorithm performance trackers #12

@Knguyen-dev

Description

@Knguyen-dev

For search algorithms

We should get some information from these functions:

  • Number of nodes expanded
  • Number of nodes in the goal path
  • Time taken to run algorithm. Don't waste any time animation/drawing the screen

For maze generation algorithm

We should get information like how long it takes. And other applicable information.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions