图的操作与实现

/ 3,798评论 / 18955阅读 / 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. tubidy说道:

    Greetings! Very helpful advice within this article! It is the little changes which will make the greatest changes. Thanks for sharing!

  2. harvard blog说道:

    Hello! I simply want to give you a big thumbs up for the great information you have got right here on this post. I am coming back to your blog for more soon.

  3. Ronniecug说道:

    best online pharmacies in mexico online mexican pharmacy medication from mexico pharmacy

  4. JeffreySlord说道:

    https://cmqpharma.online/# medication from mexico pharmacy
    mexico drug stores pharmacies

  5. sizok.ru说道:

    Насладитесь просмотра кинолент в превосходном качестве
    онлайн – первоклассный онлайн кинозал.
    Смотреть кино в сети верный выбор в 2024 году.

    Кинокартины онлайн высоком качестве sizok.ru

  6. Ronniecug说道:

    buying from online mexican pharmacy cmq pharma mexican drugstore online

  7. Ronniecug说道:

    buying from online mexican pharmacy cmq pharma mexican pharmacy mexican online pharmacies prescription drugs

  8. Ronniecug说道:

    mexican online pharmacies prescription drugs mexican online pharmacy reputable mexican pharmacies online

  9. Tyson Celestin说道:

    Your insights have given me a new perspective.에볼루션 딜러 채용

  10. Ronniecug说道:

    mexican online pharmacies prescription drugs cmq pharma mexican border pharmacies shipping to usa

  11. I will right away grab your rss feed to remain up to date on any succeeding articles you might write

  12. Ronniecug说道:

    mexico drug stores pharmacies mexican online pharmacy mexican mail order pharmacies

  13. Hyon Block说道:

    Your clarity is commendable.에볼루션 몰타

  14. A friend of mine advised this site. And yes. it has some useful pieces of information and I enjoyed scaning it. Therefore i would love to drop you a quick note to express my cheers. Take care

  15. oh cool, this information is really useful and definately is comment worthy! hehe. I’ll see if I can try to use some of this information for my own blog. Greetings from Nebraska

  16. Ronniecug说道:

    pharmacies in mexico that ship to usa cmq mexican pharmacy online best online pharmacies in mexico

  17. Good – I should certainly pronounce, impressed with your site. I had no trouble navigating through all the tabs as well as related info ended up being truly easy to do to access. I recently found what I hoped for before you know it in the least. Reasonably unusual. Is likely to appreciate it for those who add forums or anything, site theme . a tones way for your customer to communicate. Excellent task.

  18. the morning fresh air is the best, i have asthma and i love to get some fresh air::

  19. Ronniecug说道:

    best online pharmacies in mexico mexico pharmacy pharmacies in mexico that ship to usa

  20. Thank you, I’ve recently been hunting for info about this subject matter for ages and yours is the best I’ve located so far.

  21. Can I just say that of a relief to uncover someone who truly knows what theyre talking about over the internet. You certainly have learned to bring a challenge to light and produce it essential. Lots more people must read this and can see this side of the story. I cant believe youre less well-liked since you certainly possess the gift.

  22. Ronniecug说道:

    mexican pharmacy cmq mexican pharmacy online buying prescription drugs in mexico

  23. JeffreySlord说道:

    https://cmqpharma.online/# mexico drug stores pharmacies
    buying prescription drugs in mexico online

  24. Sweet blog! I found it while browsing on Yahoo News. Do you have any tips on how to get listed in Yahoo News? I’ve been trying for a while but I never seem to get there! Thank you

  25. JeffreyBuing说道:

    https://northern-doctors.org/# purple pharmacy mexico price list

  26. WilliamGlapy说道:

    buying prescription drugs in mexico online: mexican northern doctors – purple pharmacy mexico price list

  27. WilliamGlapy说道:

    purple pharmacy mexico price list: mexican pharmacy – mexico drug stores pharmacies

  28. WilliamGlapy说道:

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

  29. RichardBlelt说道:

    mexican rx online mexican pharmacy mexico drug stores pharmacies

  30. JeffreyBuing说道:

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

  31. Excellent ideas throughout this post, you just gained a brand new reader. Do you have any feedback on your most recent post though?

  32. WilliamGlapy说道:

    mexican online pharmacies prescription drugs: mexican pharmacy – mexican pharmacy

  33. WilliamGlapy说道:

    mexican border pharmacies shipping to usa: Mexico pharmacy that ship to usa – п»їbest mexican online pharmacies

  34. hinduism is a good religion, my father is hindu and also my mother.

  35. JeffreyBuing说道:

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

  36. Excellent blog here! Also your web site loads up fast! What host are you using? Can I get your affiliate link to your host? I wish my website loaded up as quickly as yours lol

  37. WilliamGlapy说道:

    п»їbest mexican online pharmacies: mexican northern doctors – mexico pharmacy

  38. After study a handful of the blog posts on your site now, and I really as if your way of blogging. I bookmarked it to my bookmark site list and you will be checking back soon. Pls look at my internet site in addition and let me know what you believe.

  39. JeffreyBuing说道:

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

  40. WilliamGlapy说道:

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

  41. WilliamGlapy说道:

    mexican online pharmacies prescription drugs: mexican pharmacy northern doctors – mexican online pharmacies prescription drugs

  42. JeffreyBuing说道:

    https://northern-doctors.org/# mexican mail order pharmacies

  43. Frustration is focused on what is currently happening and what has already happened.

  44. WilliamGlapy说道:

    mexican pharmacy: mexican pharmacy – purple pharmacy mexico price list

  45. RichardBlelt说道:

    medicine in mexico pharmacies mexican pharmacy northern doctors reputable mexican pharmacies online

  46. :~:text=-说道:

    Откройте дверь к лучшей версии себя – кликните по линку на :~:text=%D0%A2%D1%80%D0%B8%20%D0%B4%D0%BE%D0%B3%D0%BC%D0%B0%D1%82%D0%B0-

  47. I do not even know how I stopped up here, however I believed this post used to be great. I do not recognize who you are but certainly you’re going to a well-known blogger should you are not already Cheers!

  48. WilliamGlapy说道:

    mexico pharmacy: mexican northern doctors – reputable mexican pharmacies online

  49. JeffreyBuing说道:

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

  50. I would be mendacity basically said i do not such as this article, in reality, I love this a great deal I needed to place upward a discuss right here. I must state maintain the good function, and that i will likely be arriving again for good since I already bookmarked the actual page.

发表回复

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