User Defined Function
Hello I have the following function that I found in this Ref I want to use this function to find the minimum dominating set. How can I execute this in neo4j? function CYPHERGreedyAlgorithm MATCH(h) SET h.whiteness = 1 SET h.blackness = ...