create account

The math of connecting galaxies in an efficient way by mathowl

View this thread on: hive.blogpeakd.comecency.com
· @mathowl · (edited)
$43.83
The math of connecting galaxies in an efficient way
Hi Steemians, I wrote another math story. This time about outer space. It is a bit of a hairy story even though there is no' air in space :D 

<center>
![wormhole-2514312_640.jpg](https://steemitimages.com/DQmUErJecDbHuarYGK3R3wZyMkNj95zhQ8TTHYoXnew8Auk/wormhole-2514312_640.jpg)
</center>

It is the year is 3019 and intergalactic space travel is possible.  It works by building special space roads between galaxies. Building of these roads is controlled by the council of Intergalactic space travel which hires special contractors to build these roads. For the CX15-alpha sector the council hired the  Pioneering Roadworks for Intergalactic Movement company, or PRIM for short. Their CEO  Bob had landed this contract by undercutting all the competition. 

Just to show you what the  CX15-alpha sector looks like here is a picture of the subsystem B1 of the  CX15-alpha sector:
<center>
![map.png](https://steemitimages.com/DQmf4hEsmipvxTxbBmusUnF6KwsWXGW9kDy362wiEb6xrt7/map.png)
</center>
Every tiny circle represents a galaxy. The distances between each galaxies on this map correpond to the real distances times a scale factor.

## Back to Bob the CEO

When Bob arrived back in his office he opened a nice cold beer and went to check on his computer wheter the council already had transferred the funds. "A good they have already transferred it. Well let me just check if the numbers are ok", said Bob to himself.   Bob looked and froze. It was only one tenth of the suggested amount. "Well....that must be mistake", thought Bob. He pulled out the contract from his briefcase and looked at the numbers. Bob's face turned instantly white. The number on the contract was the same as the money transferred by the council. Bob realized that he had forgotten a zero when he wrote the contract.  Dazed by his mistake he just blankly starred ahead.


## Time for a new plan
It took a good 10 minutes before his brain rebooted. His eye fell on the intergalactic roadworks plan for the B1 subsystem:

<center>
![map.png](https://steemitimages.com/DQmRDvymxHEbHnjqBk8FV4B6hSY5sFqxnwqhviaL4f1ZE2M/map.png)
</center>

The blacklines are the intergalactic roads. As you can see every galaxy is connected to every galaxy. Travel along these roads to the connecting galaxy only takes a few minutes. 

Bob suddenly realized that since travel along these roads is so quick he didn't need to directly connect all galaxies in this subsystem. For example, instead of using three roads to connect the following three galaxies: 

<center>
![map.png](https://steemitimages.com/DQmTHZrYVUC2StfQTM7fuspWVNRtYbYrEDHy1kKWsiMiXTz/map.png)
</center>

Bob actually only needs to construct two roads: 
<center>
![map.png](https://steemitimages.com/DQmfF3atfgiibB62b3ykNk19B28W6hvLgHPTVBCvZXuto3x/map.png)
</center>
As you can see there is a path connecting all the galaxies which consists out of two roads.

Of course the longer the path the more expensive it is to build it. So the question that Bob asked himself is:

*What is the minimal length of intergalactic road that is needed to create a path connecting all galaxies to each other?* 

## Bob's method 

"Hmmm, so how should I do this? " thought Bob.  If you don't know what to do then you better start with what you should not do. It was clear to Bob that his road network should not contain any loops. Since if it contains a loop then you can always remove one intergalactic connection.  This gives Bob the following rule:

 **RULE: never make any loops**

But how can you find a path without loops which is minimal. Where should you start looking for a minimal path? Since there should exist a path connecting all galaxies you can start anywhere. I colored the galaxy where   Bob starts red:

<center>
![map.png](https://steemitimages.com/DQmfPoosaupoTvncYWySvpetHK52SBP94y6KvaRP8BC4V3X/map.png)
</center>

Where should the first road be? Since Bob wants to build the shortest possible road he adds the road to the nearest galaxy:

<center>
![map.png](https://steemitimages.com/DQmZeG6mQBS4gb2mEkeHZNFaKtiWQk2f1Qqmb36uSSTjNma/map.png)
</center>

The galaxies which are connected are now colored in red. Bob can then continue by adding the shortest possible road connecting one of the red colored galaxies to the white colored galaxies: 

<center>
![map.png](https://steemitimages.com/DQmUsdQu9krhqGwcQc15DpaNpMjLrq1C2NZ5YVcjntQiDwR/map.png)
</center>

 The galaxies which are connected have been colored in red. Bob repeats this process by again adding the a road to the nearest galaxy which connect the red colored galaxies to the white colored galaxies. However, he needs to keep in mind his RULE to never make loops:

<center>
![map.png](https://steemitimages.com/DQmfDj6Z2HwzN8HVU5WL84VpjHXVGoijvD5Ykq5YtdUXFQw/map.png)
</center>


Bob then repeates this process until he has connected all the galaxies:

<center>
![map.png](https://steemitimages.com/DQmZcainWQJnHrxd1SBaoMjDJxjDNY4nNBCsLadsS97jyfJ/map.png)
</center>

Bob isn't sure if this is minimal so he wants  to start from a different galaxy and repeat the whole procedure:

<center>
![map.png](https://steemitimages.com/DQmcdsyC5B1G6JCcJVwnNrmmxxLangXVHCv8G1j5LBW9eTM/map.png)
</center>
He ends up with the roads! Bob quickly realizes that because he constructs the total path by always adding the shortest road it does not matter where he starts. Or formulated differently:
<center>
*It is minimal because Bob always adds the shortest road.*
</center>
 (note: this is not 100% true, for details check the technical appendix below). 

Bob is amazed by this result.  "Well I better patent this method." says Bob. "My company is called Pioneering Roadworks for Intergalactic Movement so I better name this method PRIM's method!"


<hr>

## Background and conclusion

Unfortunately for Bob this method has already been invented. It actually has been several times reinvented. First one to discover it was VojtΔ›ch JarnΓ­k. It was later rediscovered by Robert Prim as well as by Edsger Dijkstra. This method is usually referred to as  Prim's algorithm (surprise!) or Dijkstra's algorithm. But I found out from wikipedia that apparently nowadays they also call it the DJP (Dijkstra-Jarnik-Prim) algorithm [Wiki](https://en.wikipedia.org/wiki/Prim's_algorithm).  

 Prim's algorithm is as greedy as possible at each step since it selects the nearest galaxy to build a road to. Algorithms which are greedy at each step are referred to as greedy algorithm. Not all problems can be solved using greedy techniques. This is because of the simple reason that the best choice at a single step is not always the best choice over all the steps. Or formulated differently, what locally/short-term is the best is not always the best globally/long-term.  For example, if you eat all your snacks for the week on the first day of the week you might be very happy on the first dat but most likely you will have a bad time for the rest of the week. So the quote 

> Greed is good.  -Gordon Gekko (1987)

Should actually be

> Locally/short-term greed is good, globally/long-term might be good. - Mathowl  

<hr>

## Technical Appendix

The statement *It is minimal because Bob always adds the shortest road* is incomplete. This has to do with the RULE. So at each step of Prim's algorithm you need to make sure there are no loops. Theoretically, there might be a step where the adding the shortest road will create a loop. It requires a tiny but technical proof to show that this situation can never occur. On the second page of [these algorithm lecture note](https://www.cs.jhu.edu/~mdinitz/classes/IntroAlgorithms/Fall2014/Lectures/lecture14.pdf) by Dinitz you can find the full proof.

<hr>

<hr>

## Sources and further reading

For a more detailed description of Prim's algorithm you can head over to the [Wiki](https://en.wikipedia.org/wiki/Prim's_algorithm).  These type of algorithms belong to the field of discrete optimization. If you have a bit of a mathematical background you can learn more about discrete opimization in [these lecture notes](http://wwwhome.math.utwente.nl/~kernw/lectures/DO/DO_script.pdf) by Schafer.

Top picture by [Genty from the pixabay](https://pixabay.com/en/users/Genty-2604684/).

The figures (including the banner below) were made using [Inkscape](https://inkscape.org/en/)


<center>
<h3> Owl tax </h3>

![owl-1576572_640.jpg](https://steemitimages.com/DQmdkuJvPTN2n9MkrKuaeXWzM4J6u77rU87Vqkp38XhLYTV/owl-1576572_640.jpg)
[Photo by Kdsphotos - Pixabay](https://pixabay.com/en/owl-camouflage-wildlife-1576572/)

</center>

<hr>

<h2>Join #steemSTEM</h2>
 If you want to know more come and join us at discord: https://discord.gg/BZXkmWw
<center>
![banner.png](https://steemitimages.com/DQmTCoQQjFCaxRqutwpuJcvHQGAnHKGUE8TDBYHuRQFxcRM/banner.png)
CC0 creative commons made by Mathowl, feel free to use this banner :)
</center>

Shoutout to @anevolvedmonkey for spotting that I made a mistake in the banner with my perfect numbers. It has been corrected.
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 236 others
πŸ‘Ž  
properties (23)
authormathowl
permlinkthe-math-of-connecting-galaxies-in-an-efficient-way
categorymathematics
json_metadata{"tags":["mathematics","steemstem","maths","writing","science"],"image":["https://steemitimages.com/DQmUErJecDbHuarYGK3R3wZyMkNj95zhQ8TTHYoXnew8Auk/wormhole-2514312_640.jpg","https://steemitimages.com/DQmf4hEsmipvxTxbBmusUnF6KwsWXGW9kDy362wiEb6xrt7/map.png","https://steemitimages.com/DQmRDvymxHEbHnjqBk8FV4B6hSY5sFqxnwqhviaL4f1ZE2M/map.png","https://steemitimages.com/DQmTHZrYVUC2StfQTM7fuspWVNRtYbYrEDHy1kKWsiMiXTz/map.png","https://steemitimages.com/DQmfF3atfgiibB62b3ykNk19B28W6hvLgHPTVBCvZXuto3x/map.png","https://steemitimages.com/DQmfPoosaupoTvncYWySvpetHK52SBP94y6KvaRP8BC4V3X/map.png","https://steemitimages.com/DQmZeG6mQBS4gb2mEkeHZNFaKtiWQk2f1Qqmb36uSSTjNma/map.png","https://steemitimages.com/DQmUsdQu9krhqGwcQc15DpaNpMjLrq1C2NZ5YVcjntQiDwR/map.png","https://steemitimages.com/DQmfDj6Z2HwzN8HVU5WL84VpjHXVGoijvD5Ykq5YtdUXFQw/map.png","https://steemitimages.com/DQmZcainWQJnHrxd1SBaoMjDJxjDNY4nNBCsLadsS97jyfJ/map.png","https://steemitimages.com/DQmcdsyC5B1G6JCcJVwnNrmmxxLangXVHCv8G1j5LBW9eTM/map.png","https://steemitimages.com/DQmdkuJvPTN2n9MkrKuaeXWzM4J6u77rU87Vqkp38XhLYTV/owl-1576572_640.jpg","https://steemitimages.com/DQmTCoQQjFCaxRqutwpuJcvHQGAnHKGUE8TDBYHuRQFxcRM/banner.png"],"links":["https://en.wikipedia.org/wiki/Prim's_algorithm","https://www.cs.jhu.edu/~mdinitz/classes/IntroAlgorithms/Fall2014/Lectures/lecture14.pdf","http://wwwhome.math.utwente.nl/~kernw/lectures/DO/DO_script.pdf","https://pixabay.com/en/users/Genty-2604684/","https://inkscape.org/en/","https://pixabay.com/en/owl-camouflage-wildlife-1576572/","https://discord.gg/BZXkmWw"],"app":"steemit/0.1","format":"markdown","users":["anevolvedmonkey"]}
created2018-03-31 01:32:48
last_update2018-04-02 22:44:42
depth0
children20
last_payout2018-04-07 01:32:48
cashout_time1969-12-31 23:59:59
total_payout_value33.111 HBD
curator_payout_value10.719 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,966
author_reputation44,993,635,814,620
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,543,697
net_rshares15,132,798,073,037
author_curate_reward""
vote details (301)
@anevolvedmonkey ·
$0.46
Never knew about Prim's algorithm. The problem of finding *minimal length of intergalactic road*  is really a simple one but won't this get complex when we bring out big problems, for e.g. the travelling salesman problem? Are there better algorithms than this?

That banner is sleek btw :)
πŸ‘  , ,
properties (23)
authoranevolvedmonkey
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180331t063718101z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-03-31 06:37:12
last_update2018-03-31 06:37:12
depth1
children1
last_payout2018-04-07 06:37:12
cashout_time1969-12-31 23:59:59
total_payout_value0.347 HBD
curator_payout_value0.109 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length289
author_reputation1,633,235,734,662
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,575,235
net_rshares158,817,105,885
author_curate_reward""
vote details (3)
@mathowl ·
It is a NP problem. If I remember well you can show that it is equivalent to solving the travelling salesman problem. So there is no quick way to solve it.

And thanks for pointing out the mistake in the banner. :) It has been corrected.
properties (22)
authormathowl
permlinkre-anevolvedmonkey-re-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180401t115914460z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-01 11:59:15
last_update2018-04-01 11:59:15
depth2
children0
last_payout2018-04-08 11:59:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length237
author_reputation44,993,635,814,620
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,766,440
net_rshares0
@drdawud ·
Thanks for dropping by my blog!  And thanks for actually taking the time to ask questions, even if it was a hoax post. 

This is a very interesting post.  It's been a while since I heard about Prim's Algorithm.  I remember years ago there was a Math Olympiad question similar to this one, but I don't remember which country or what year.
πŸ‘  
properties (23)
authordrdawud
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180403t064106250z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-03 06:41:09
last_update2018-04-03 06:41:09
depth1
children0
last_payout2018-04-10 06:41:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length337
author_reputation94,345,675,761
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,066,790
net_rshares4,398,720,032
author_curate_reward""
vote details (1)
@fabio2614 ·
Your post is always the best. And I am learning from you. I am hoping to come up with a good math story too. So sad for me...am not really good at writing but ahmm... I will always try.
properties (22)
authorfabio2614
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180402t121907639z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-02 12:16:33
last_update2018-04-02 12:16:33
depth1
children0
last_payout2018-04-09 12:16:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length185
author_reputation4,018,761,849,101
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,923,513
net_rshares0
@flyyingkiwi ·
Enjoyed the story!  Interesting way to illustrate the algorithm.
properties (22)
authorflyyingkiwi
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180403t022212814z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-03 02:22:15
last_update2018-04-03 02:22:15
depth1
children1
last_payout2018-04-10 02:22:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation2,316,453,970,971
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,035,157
net_rshares0
@mathowl ·
Thanks for the support
properties (22)
authormathowl
permlinkre-flyyingkiwi-re-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180403t225507856z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-03 22:55:06
last_update2018-04-03 22:55:06
depth2
children0
last_payout2018-04-10 22:55:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation44,993,635,814,620
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,195,698
net_rshares0
@happycrazycon ·
Interesting, @mathowl.   I remember someone said that anything that can be calculated is possible :)
πŸ‘  
properties (23)
authorhappycrazycon
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180331t062119140z
categorymathematics
json_metadata{"tags":["mathematics"],"users":["mathowl"],"app":"steemit/0.1"}
created2018-03-31 06:21:24
last_update2018-03-31 06:21:24
depth1
children2
last_payout2018-04-07 06:21:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation226,022,494,283,538
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,573,544
net_rshares4,566,282,388
author_curate_reward""
vote details (1)
@mathowl ·
Thanks for the support! Well not everything that can be calculated is possible. Some things are too big for our universe, for example the number pi can never be put to paper.
properties (22)
authormathowl
permlinkre-happycrazycon-re-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180401t123745534z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-01 12:37:45
last_update2018-04-01 12:37:45
depth2
children1
last_payout2018-04-08 12:37:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation44,993,635,814,620
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,770,645
net_rshares0
@happycrazycon ·
Oh thanks for the information.  Didn't know about pi. Looks like the saying is untrue :P
properties (22)
authorhappycrazycon
permlinkre-mathowl-re-happycrazycon-re-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180401t135100924z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-01 13:51:03
last_update2018-04-01 13:51:03
depth3
children0
last_payout2018-04-08 13:51:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation226,022,494,283,538
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,780,531
net_rshares0
@minnowsupport ·
<p>Congratulations!  This post has been upvoted from the communal account, @minnowsupport, by MathOwl from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows.  Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>.  It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
properties (22)
authorminnowsupport
permlinkre-the-math-of-connecting-galaxies-in-an-efficient-way-20180331t021148
categorymathematics
json_metadata""
created2018-03-31 02:11:48
last_update2018-03-31 02:11:48
depth1
children0
last_payout2018-04-07 02:11:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,703
author_reputation148,902,805,319,183
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,547,554
net_rshares0
@oneazania ·
I never saw math as interesting, but reading your post.. I feel a lot more interested, though as confused as i have always been ;-) I hope to read many more posts of yours in future.
πŸ‘  ,
properties (23)
authoroneazania
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180331t022551610z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-03-31 02:25:54
last_update2018-03-31 02:25:54
depth1
children1
last_payout2018-04-07 02:25:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation3,257,235,449,647
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,548,978
net_rshares6,091,516,810
author_curate_reward""
vote details (2)
@mathowl ·
Thanks for the support :o)
πŸ‘  ,
properties (23)
authormathowl
permlinkre-oneazania-re-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180401t123513168z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-01 12:35:12
last_update2018-04-01 12:35:12
depth2
children0
last_payout2018-04-08 12:35:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation44,993,635,814,620
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,770,324
net_rshares2,150,801,616
author_curate_reward""
vote details (2)
@proofreade ·
Oh yeah,  an efficient method to teach your student a new formula.  Well done sire @mathowl
properties (22)
authorproofreade
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180331t141916008z
categorymathematics
json_metadata{"tags":["mathematics"],"users":["mathowl"],"app":"steemit/0.1"}
created2018-03-31 14:19:18
last_update2018-03-31 14:19:18
depth1
children1
last_payout2018-04-07 14:19:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length91
author_reputation134,373,699,247
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,627,723
net_rshares0
@mathowl ·
I try to do my best on explaining it is fun as possible. Thanks for the support :)
properties (22)
authormathowl
permlinkre-proofreade-re-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180401t123947598z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-01 12:39:48
last_update2018-04-01 12:39:48
depth2
children0
last_payout2018-04-08 12:39:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation44,993,635,814,620
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,770,912
net_rshares0
@sergejkarkarov ·
$0.09
Heeeeyyyy, minimum spanning trees. Nice stuff. I expect more graph theory from now on.
πŸ‘  ,
properties (23)
authorsergejkarkarov
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180331t053858961z
categorymathematics
json_metadata{"tags":["mathematics"],"community":"busy","app":"busy/2.4.0"}
created2018-03-31 05:39:00
last_update2018-03-31 05:39:00
depth1
children1
last_payout2018-04-07 05:39:00
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation70,337,952,655
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,569,040
net_rshares32,474,723,877
author_curate_reward""
vote details (2)
@mathowl ·
Maybe at some point I will do a post about blowing up bridges to disrupt supply routes :o)
πŸ‘  
properties (23)
authormathowl
permlinkre-sergejkarkarov-re-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180401t124104440z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-01 12:41:03
last_update2018-04-01 12:41:03
depth2
children0
last_payout2018-04-08 12:41:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation44,993,635,814,620
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,771,074
net_rshares611,952,180
author_curate_reward""
vote details (1)
@tormiwah ·
Have always avoid space travel posts because most times i fail to understand them

But this was educating and simplified.
Welldone
properties (22)
authortormiwah
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180331t133052758z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-03-31 13:31:06
last_update2018-03-31 13:31:06
depth1
children1
last_payout2018-04-07 13:31:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation3,689,837,714,794
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,621,083
net_rshares0
@mathowl ·
Thankies :-)
properties (22)
authormathowl
permlinkre-tormiwah-re-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180401t123807446z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-01 12:38:06
last_update2018-04-01 12:38:06
depth2
children0
last_payout2018-04-08 12:38:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation44,993,635,814,620
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,770,697
net_rshares0
@vanessahampton ·
That banner.
properties (22)
authorvanessahampton
permlinkre-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180402t223437137z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-02 22:34:39
last_update2018-04-02 22:34:39
depth1
children1
last_payout2018-04-09 22:34:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation3,366,405,573,263
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,010,829
net_rshares0
@mathowl ·
you are welcome to use it :)
properties (22)
authormathowl
permlinkre-vanessahampton-re-mathowl-the-math-of-connecting-galaxies-in-an-efficient-way-20180403t225440950z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-03 22:54:39
last_update2018-04-03 22:54:39
depth2
children0
last_payout2018-04-10 22:54:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation44,993,635,814,620
root_title"The math of connecting galaxies in an efficient way"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,195,640
net_rshares0