用C图形数据结构的实现

编程入门 行业动态 更新时间:2024-10-24 20:15:13
本文介绍了用C图形数据结构的实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我已经学会了图形数据结构的基本知识。现在我想实现所有结构/算法/可对图形进行操作。

I have learned the basics of graph data structures. Now I want to implement all the structure/algorithms/operations that can be performed on graphs.

请分享一些有用的链接,其中我可以开始用C做图的实现。

Please share some useful links wherein I can get started doing graph implementations in C.

推荐答案

邻接表和邻接矩阵的是用于实现图的两个最经典的替代品。我不知道是否有在C每个联机的例子很多,但是的这里是一个邻接矩阵重新presentation。

adjacency list and adjacency matrix are the two most classic alternatives for implementing graphs. I'm not sure if there are many examples of each online in C, but here is one for the adjacency matrix representation.

更多推荐

用C图形数据结构的实现

本文发布于:2023-10-14 22:36:48,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1492411.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:数据结构   图形

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!