免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: feiyang21687
打印 上一主题 下一主题

一道百度试题,大家来试试 [复制链接]

论坛徽章:
1
申猴
日期:2014-02-11 14:50:31
1 [报告]
发表于 2007-07-05 19:09 |显示全部楼层
Actually, I think there should be able to use Linker table plus Binary . Sth like this :

struct binary
{
  struct binary *lbinary;
  struct binary *rbinary;
  int val;
}

struct linkt
{
  int val;
  struct linkt *nlink;
}

struct a
{
  struct linkt *p_link;
  struct binary *p_binary;
}

Dunno right !!??

论坛徽章:
1
申猴
日期:2014-02-11 14:50:31
2 [报告]
发表于 2007-07-05 19:56 |显示全部楼层
Maybe U & me both imagine are similar.

The Binary will store all member of each member of A user.

The Linnk will store all member of A user.

论坛徽章:
1
申猴
日期:2014-02-11 14:50:31
3 [报告]
发表于 2007-07-05 20:52 |显示全部楼层
Good article ! Worth to attention.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP