Salesforce dependency tree creation
22:42 24 Apr 2026

I am working on a program to traverse through relationship fields between object and create a DAG, I am currently using Khan’s algorithm for this, is there any better DAG creation algorithms that are better at memory and speed?

salesforce directed-acyclic-graphs