The original paper of Jordan (1869) can be found at e.g. 
https://www.degruyter.com/view/j/crll.1869.issue-70/crll.1869.70.185/crll.1869.70.185.xml
 
or https://eudml.org/doc/148084
But it is written in French in a German journal.

See the lecture notes of Erik Demaine 
https://courses.csail.mit.edu/6.897/spring05/lec.html  (Lecture 16 in 
particular).


Le lundi 25 mars 2019 10:56:44 UTC+1, Abhay Pratap Singh a écrit :
>
> Centroid decomposition is a divide and conquer approach which helps in 
> making distance queries on large trees in an efficient way. \\
> For example, using centroid decomposition on tree(n vertices), we can find 
> the number of nodes at distance of x from vertex v in O(log^2^ n) time and 
> O(n log (n)) memory. Due to low memory requirements, it can be used on 
> large graphs.\\
> I wish to submit a patch on this if idea is fine and nothing of this sort 
> is implemented till now.
> Currently, I am not able to find any paper explaining algorithms, though 
> there are some blogs which describe this approach. If anyone wishes, I can 
> link some blogs regarding the technique or write it myself.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to