图的操作与实现

/ 3,801评论 / 18959阅读 / 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. You’ve made some decent points there. I checked on the net to learn more about the issue and found most
    individuals will go along with your views on this site.

  2. WilliamGlapy说道:

    medication from mexico pharmacy: mexican pharmacy northern doctors – buying from online mexican pharmacy

  3. It has taken me forever to find your blog. Thank goodness. This is just the information I was after.

  4. An impressive share, I recently given this onto a colleague who has been conducting a small analysis on this. And that he in truth bought me breakfast since I stumbled upon it for him.. smile. So well then, i’ll reword that: Thnx for your treat! But yeah Thnkx for spending the time to discuss this, I am strongly over it and love reading regarding this topic. If you can, as you grow expertise, would you mind updating your site with increased details? It can be extremely useful for me. Huge thumb up in this writing!

  5. JeffreyBuing说道:

    https://northern-doctors.org/# mexican online pharmacies prescription drugs

  6. WilliamGlapy说道:

    mexico pharmacies prescription drugs: reputable mexican pharmacies online – mexican rx online

  7. puppies and dogs are very cute, i always love to play with them during my spare time.

  8. WilliamGlapy说道:

    buying from online mexican pharmacy: mexican pharmacy – pharmacies in mexico that ship to usa

  9. JeffreyBuing说道:

    http://northern-doctors.org/# mexican rx online

  10. Yay google is my king helped me to find this great web site ! .

  11. WilliamGlapy说道:

    mexican rx online: northern doctors – buying prescription drugs in mexico online

  12. You ought to actually think about engaged on creating this blog into a significant authority on this market. You evidently have a grasp handle of the topics everyone seems to be trying to find on this website in any case and you could actually even earn a buck or two off of some advertisements. Id discover following latest subjects and raising the quantity of write ups you place up and I guarantee you’d begin seeing some amazing targeted traffic within the close to future. Only a thought, good luck in no matter you do!

  13. RichardBlelt说道:

    purple pharmacy mexico price list northern doctors buying prescription drugs in mexico

  14. WilliamGlapy说道:

    mexican online pharmacies prescription drugs: Mexico pharmacy that ship to usa – п»їbest mexican online pharmacies

  15. JeffreyBuing说道:

    https://northern-doctors.org/# mexican online pharmacies prescription drugs

  16. WilliamGlapy说道:

    mexican border pharmacies shipping to usa: mexican pharmacy northern doctors – reputable mexican pharmacies online

  17. WilliamGlapy说道:

    purple pharmacy mexico price list: mexican northern doctors – buying from online mexican pharmacy

  18. WilliamGlapy说道:

    mexican online pharmacies prescription drugs: Mexico pharmacy that ship to usa – mexico drug stores pharmacies

  19. JeffreyBuing说道:

    https://northern-doctors.org/# reputable mexican pharmacies online

  20. WilliamGlapy说道:

    buying prescription drugs in mexico: mexican pharmacy northern doctors – mexican border pharmacies shipping to usa

  21. JeffreyBuing说道:

    https://northern-doctors.org/# п»їbest mexican online pharmacies

  22. RichardBlelt说道:

    mexican online pharmacies prescription drugs medicine in mexico pharmacies best online pharmacies in mexico

  23. WilliamGlapy说道:

    medication from mexico pharmacy: mexican northern doctors – mexico drug stores pharmacies

  24. Hello there, have you ever in your life thought about to publish regarding Nintendo or PSP?

  25. Simply no Baloney and also well crafted, I appreciate for the post

  26. It is a really amazing powerful resource that you’re offering and you just provide it away cost-free!! I really like discovering websites of which are aware of the particular property value providing you with beautiful learning resource for zero cost. We truly dearly loved examining this page. Be thankful!

  27. The great things about News became valuable to most of people.

  28. Very informative blog. I especially appreciate content that has to do with beauty and fitness, so it’s of particular interest to me to see what you have here. Keep it up! facial exercises

  29. A powerful share, I simply given this onto a colleague who was doing a bit of analysis on this. And he the truth is purchased me breakfast as a result of I found it for him.. smile. So let me reword that: Thnx for the treat! However yeah Thnkx for spending the time to debate this, I really feel strongly about it and love reading more on this topic. If potential, as you change into expertise, would you mind updating your weblog with more particulars? It’s extremely useful for me. Big thumb up for this weblog post!

  30. JeffreyBuing说道:

    http://northern-doctors.org/# mexican pharmaceuticals online

  31. The next occasion Someone said a blog, Lets hope it doesnt disappoint me as much as this place. I am talking about, I know it was my method to read, but I actually thought youd have some thing fascinating to say. All I hear is actually a few whining about something that you could fix if you werent too busy interested in attention.

  32. A polite letter is important addressed to the magazine’s Fiction Editor, introducing yourself and attaching your story, with double spaced text and having big margins on both sides. This really for ease of use by the magazine staff and is essential. Pages ought to each be numbered.

  33. I should examine with you here. Which is not something I often do! I get pleasure from reading a publish that can make folks think. Also, thanks for permitting me to remark!

  34. business management can make or break the success of a company that is why it is very very critical~

  35. RichardBlelt说道:

    purple pharmacy mexico price list mexican pharmacy northern doctors mexican border pharmacies shipping to usa

  36. WilliamGlapy说道:

    mexican border pharmacies shipping to usa: mexican pharmacy online – mexican border pharmacies shipping to usa

  37. After i open up your own Feed it offers myself with many different garbled text message, could be the concern on my small conclusion?

  38. I was suggested this website by my cousin. I am now not sure whether this put up is written by way of him as no one else understand such distinct approximately my problem. You’re incredible! Thanks!

  39. JeffreyBuing说道:

    https://northern-doctors.org/# mexican drugstore online

  40. Deference to author , some fantastic information .

  41. I’m writing to make you know of the fabulous encounter my wife’s child undergone going through the blog. She realized a good number of things, not to mention what it’s like to have an excellent giving spirit to make certain people just learn certain extremely tough subject areas. You undoubtedly surpassed readers’ desires. Many thanks for presenting the useful, trustworthy, revealing and as well as easy tips about this topic to Sandra.

  42. WilliamGlapy说道:

    reputable mexican pharmacies online: mexican northern doctors – mexico drug stores pharmacies

  43. Can I recently say such a relief to get someone that really knows what theyre referring to on the net. You certainly have learned to bring a problem to light and earn it critical. More and more people should check out this and see why side from the story. I cant think youre no more well-known as you certainly develop the gift.

  44. Thanks for the article! Just browsing around online I get into some cool stuff. Anyways, back to school work…

  45. I simply needed to thank you very much all over again. I’m not certain the things I might have made to happen without the creative concepts shown by you over my topic. It has been a very scary case in my opinion, however , noticing this specialised strategy you treated the issue forced me to jump for joy. Now i’m grateful for this information and even expect you find out what a powerful job you were putting in educating others with the aid of your web blog. I am sure you haven’t encountered any of us.

  46. Come find the best workout supplements at the cheapest prices online. Get ready for those muscle and strength gains you have been looking for.

  47. WilliamGlapy说道:

    mexico drug stores pharmacies: Mexico pharmacy that ship to usa – mexican mail order pharmacies

发表回复

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