AdrielAmoguis / GEMATMW-Group-Project

A collection of minigames that exhibit the use of Mathematical Concepts such as Game Theory, Shortest Path Algorithms, and more.
0 stars 0 forks source link

[UNIX-Testing] Errors to Note #8

Closed AdrielAmoguis closed 4 years ago

AdrielAmoguis commented 4 years ago
  1. OS_PAUSE(); needs revision.
  2. Shortest Path Dijkstra ends in segmentation fault.
AdrielAmoguis commented 4 years ago

OS_PAUSE issue resolved.

However, there are some cases where it does not work.

AdrielAmoguis commented 4 years ago

Dijkstra issue resolved.