图的操作与实现

/ 3,078评论 / 17296阅读 / 0点赞

目录

要求


源代码

若以下显示需要登录,请刷新页面或点击此处下载。


思考

若只求带权有向图G中从顶点i到顶点j的最短路径,如何修改Dijkstra 算法来实现这一功能?

void Dijkstra_way(int first_point)
{
	int* widget_list = new int[map_size];	//记录距离0的长度
	for (int i = map_size; i--;)
	{
		widget_list[i] = INF;
		adjList[i].weight = -1;
	}
	widget_list[first_point] = 0;
	adjList[first_point].weight = 0;
	for (int i = 1; i < map_size; ++i)
		for (int j = map_size; j--;)		//计算距离
			if (adjList[j].weight >= 0)
				for (node* node_p = adjList[j].next_p; node_p != NULL; node_p = node_p->next_p)
					if (widget_list[j] + node_p->weight < widget_list[node_p->data])
					{
						widget_list[node_p->data] = widget_list[j] + node_p->weight;
						adjList[node_p->data].weight = j;
					}
	cout << "<< Dijkstra 最短路径:" << endl;
	coolQueue<int> stack;
	for (int i = 0; i < map_size; ++i)
	{
		for (int j = i; j != first_point;)
		{
			stack.End_push(j);
			j = adjList[j].weight;
		}
		cout << "<< " << first_point;
		for (int pop_int = 0; stack.End_pop(pop_int);)
			cout << " -> " << pop_int;
		cout << endl;
		stack.clear();
	}
	adjList_reflush();
}
  1. JeremyRiz说道:

    http://easyrxindia.com/# indian pharmacy paypal

  2. Robertkaw说道:

    https://easyrxindia.com/# best online pharmacy india

  3. TPower说道:

    A motivating discussion is worth comment. I believe that you ought to publish more on this topic, it may not be a taboo matter but generally people do not speak about such issues. To the next! Kind regards.

  4. HermanKak说道:

    best canadian pharmacy online: legal canadian pharmacy online – my canadian pharmacy

  5. I absolutely love your site.. Great colors & theme. Did you create this amazing site yourself? Please reply back as I’m looking to create my own blog and would like to learn where you got this from or exactly what the theme is called. Appreciate it.

  6. Robertkaw说道:

    https://easyrxcanada.online/# canada pharmacy online

  7. JeremyRiz说道:

    https://easyrxcanada.com/# canadian pharmacy cheap

  8. PeterFum说道:

    mexican online pharmacies prescription drugs: mexican mail order pharmacies – mexican online pharmacies prescription drugs

  9. This page truly has all the information and facts I wanted about this subject and didn’t know who to ask.

  10. A motivating discussion is worth comment. I do think that you ought to write more on this topic, it might not be a taboo subject but usually folks don’t talk about these subjects. To the next! Cheers!

  11. Nice post. I learn something totally new and challenging on blogs I stumbleupon every day. It’s always interesting to read through content from other writers and use something from other web sites.

  12. I need to to thank you for this excellent read!! I absolutely enjoyed every bit of it. I’ve got you book marked to look at new things you post…

  13. Sv116说道:

    I could not refrain from commenting. Perfectly written.

  14. This is a topic which is close to my heart… Take care! Where can I find the contact details for questions?

  15. bad medical说道:

    An impressive share! I’ve just forwarded this onto a coworker who was doing a little homework on this. And he in fact ordered me dinner simply because I found it for him… lol. So let me reword this…. Thanks for the meal!! But yeah, thanx for spending some time to discuss this topic here on your blog.

  16. After looking at a number of the articles on your blog, I truly like your technique of blogging. I bookmarked it to my bookmark site list and will be checking back in the near future. Take a look at my web site too and let me know what you think.

  17. JamesRok说道:

    lipitor 20mg: buy lipitor 20mg – liptor

  18. I admire the effort you’ve put into this.프라그마틱

  19. Dino Game 21说道:

    I’m extremely pleased to uncover this site. I wanted to thank you for your time just for this fantastic read!! I definitely loved every little bit of it and I have you saved as a favorite to check out new stuff on your website.

  20. tubidy说道:

    You are so cool! I do not believe I’ve read a single thing like that before. So good to discover another person with some unique thoughts on this topic. Really.. many thanks for starting this up. This web site is one thing that is needed on the internet, someone with some originality.

  21. Way cool! Some very valid points! I appreciate you writing this post and also the rest of the website is very good.

  22. JamesRok说道:

    zestril 5mg: Buy Lisinopril 20 mg online – lisinopril 20mg 37.5mg

  23. JamesRok说道:

    buy cytotec online: Misoprostol price in pharmacy – buy cytotec over the counter

  24. oh youngsim 2023说道:

    Pretty! This has been an extremely wonderful post. Many thanks for supplying these details.

  25. This model can be used to value companies of all sizes.

  26. 2020 with two online articles appearing in Bloomberg’s business news service.

  27. JamesRok说道:

    tamoxifen lawsuit: buy tamoxifen citrate – aromatase inhibitor tamoxifen

  28. If you identify with any of these points, a belated honeymoon might be for you.

  29. As they say, if the base is strong, the building is built solidly.

  30. It’s hard to find experienced people in this particular subject, but you seem like you know what you’re talking about! Thanks

  31. By focusing on factors such as walkability, access to amenities, transportation options, social interactions, green spaces, and suitable housing, livable communities ensure that older adults can age in place while maintaining an active and engaged lifestyle.

  32. Intraday Trading are a good way to generate revenue market, accounting for contracts, options contracts have every right to buy or sell the security contract, without any real obligations, at a specific price, and is the owner of a certain period of time.

  33. Patent and Trademark Office says otherwise.

  34. best company说道:

    I wanted to thank you for this very good read!! I definitely loved every little bit of it. I’ve got you book-marked to check out new stuff you post…

  35. After the success of cryptocurrencies, numerous famous e-commerce organizations have replaced their cash payment methodologies with cryptocurrencies.

  36. JamesRok说道:

    tamoxifen alternatives: buy tamoxifen online – tamoxifen brand name

  37. 松永町 火事说道:

    As one might anticipate, changes in the market have an impact on employment as well.

  38. It is highly advisable to take the assistance of proficient stock broker firms which have experience and expertise in imparting accurate and pertinent tips and calls such as: – nifty futures tips, stock market calls, nifty calls, stock Market tips, nifty options tips, share Trading Tips, bank nifty tips, intraday tips, nifty intraday, nifty positional tips, and a lot more.

  39. Excellent post. I will be facing a few of these issues as well..

  40. JamesRok说道:

    buy lisinopril 10 mg: Buy Lisinopril 20 mg online – lisinopril 2mg tablet

  41. site说道:

    Good post. I learn something new and challenging on blogs I stumbleupon on a daily basis. It will always be helpful to read through articles from other writers and use a little something from other sites.

  42. JamesRok说道:

    lisinopril 50 mg tablet: Lisinopril refill online – lisinopril 60 mg daily

  43. Travel说道:

    An impressive share! I have just forwarded this onto a co-worker who had been conducting a little research on this. And he actually ordered me breakfast simply because I found it for him… lol. So allow me to reword this…. Thanks for the meal!! But yeah, thanx for spending the time to discuss this subject here on your web page.

  44. I really love your site.. Great colors & theme. Did you build this website yourself? Please reply back as I’m planning to create my own site and would love to find out where you got this from or exactly what the theme is called. Many thanks!

  45. JamesRok说道:

    best price lipitor: cheapest ace inhibitor – lipitor generic india

  46. youtube to mp3说道:

    This is the perfect webpage for anybody who hopes to find out about this topic. You understand a whole lot its almost hard to argue with you (not that I actually would want to…HaHa). You certainly put a new spin on a topic which has been written about for a long time. Wonderful stuff, just great.

  47. JamesRok说道:

    lipitor 40 mg: cheapest ace inhibitor – buy lipitor with mastercard

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注