SantaMinus / LSA_algorithm_parser

Checks if an LSA algorithm is correct and all nodes are connected
1 stars 1 forks source link

Change E vertex number #27

Open SantaMinus opened 1 year ago

SantaMinus commented 1 year ago

When parsing the "E" vertex, the magic number 9 is set to its additional array. Since there can be more vertexes using greater numbers (e.g., "x9" or "y9"), the "9" should be freed for such case. Another symbol should be used instead for the "E". How about "*"?