Not a comment in regard to this article in particular, but I love Quanta Magazine. Just the right amount of detail for a non-scientist and consistently fascinating subject matter.
Researchers achieve ‘absurdly fast’ algorithm for network flow
11–20 of 80 posts
Re: Researchers achieve ‘absurdly fast’ algorithm for network flow
#12> Maximum Flow and Minimum-Cost Flow in Almost-Linear Time > We give an algorithm that computes exact maximum flows and minimum-cost flows on directed graphs with m edges and polynomially bounded integral demands, costs, and capacities in m^(1+o(1)) time. Our algorithm builds the flow through a sequence of m^(1+o(1)) approximate undirected minimum-ratio cycles, each of which is computed and processed in amortized m^o…
Re: Researchers achieve ‘absurdly fast’ algorithm for network flow
#13Coming to a coding interview near you!
Re: Researchers achieve ‘absurdly fast’ algorithm for network flow
#14Not a comment in regard to this article in particular, but I love Quanta Magazine. Just the right amount of detail for a non-scientist and consistently fascinating subject matter.
Re: Researchers achieve ‘absurdly fast’ algorithm for network flow
#15Coming to a coding interview near you!
Re: Researchers achieve ‘absurdly fast’ algorithm for network flow
#16https://profoundphysics.com/lagrangian-mechanics-for-beginne... How you would translate from the discrete, relational approach to the continuous, analytic one?
Re: Researchers achieve ‘absurdly fast’ algorithm for network flow
#17I've been wondering if there is a connection between Lagrangian Mechanics/Calculus of Variations and Dijkstra's shortest path algorithm. https://profoundphysics.com/lagrangian-mechanics-for-beginne... How you would translate from the discrete, relational approach to the continuous, analytic one?
Re: Researchers achieve ‘absurdly fast’ algorithm for network flow
#18I've been wondering if there is a connection between Lagrangian Mechanics/Calculus of Variations and Dijkstra's shortest path algorithm. https://profoundphysics.com/lagrangian-mechanics-for-beginne... How you would translate from the discrete, relational approach to the continuous, analytic one?
Re: Researchers achieve ‘absurdly fast’ algorithm for network flow
#19Re: Researchers achieve ‘absurdly fast’ algorithm for network flow
#20> Maximum Flow and Minimum-Cost Flow in Almost-Linear Time > We give an algorithm that computes exact maximum flows and minimum-cost flows on directed graphs with m edges and polynomially bounded integral demands, costs, and capacities in m^(1+o(1)) time. Our algorithm builds the flow through a sequence of m^(1+o(1)) approximate undirected minimum-ratio cycles, each of which is computed and processed in amortized m^o…
Isn't any constant trivially in "o(1)"? So m^1000 is in this class?
Or are they using it informally to mean "a very small number"?