Decent implementation of DAG in PHP?

Are there any available PHP implementations there for an acyclic graph? I found DRUPAL ( https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Component%21Graph%21Graph.php/8 ) but it is not very useful (I want to add and remove nodes as well ) Any suggestions?

+6
source share
1 answer

Source: https://habr.com/ru/post/955556/


All Articles