Select the correct order of DBSCAN algorithm.
A. Find recursively all its density connected points and assign them to the same cluster as the core point.
B. Find all the neighbor points with eps and identify the core points with more than MinPts neighbors.
C. Iterate through the remaining unvisited pointed in the dataset.
D. For each core point if it is not already assigned to a cluster, create a new cluster.
Choose the correct answer from the following: