Skip to content

Commit

Permalink
removed mention of BFS_Synchronous_Algorithm;
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo Biswas authored and Nemo Biswas committed May 11, 2016
1 parent 11bb7f0 commit 30e1b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datk/core/algs.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def get_draw_args(self,network,vals):



class SynchBFSAck(BFS_Synchronous_Algorithm):
class SynchBFSAck(Synchronous_Algorithm):
"""Constructs a BFS tree with children pointers and the 'leader' Process at its root
Algorithm (Informal):
At any point during execution, there is some set of processes that is
Expand Down

0 comments on commit 30e1b58

Please sign in to comment.