1. 首页
  2. 课程学习
  3. 数据库
  4. dancing link

dancing link

上传者: 2019-01-01 21:39:37上传 PS文件 1.62MB 热度 61次
My purpose is to discuss an extremely simple technique that deserves to be better known. Suppose x points to an element of a doubly linked list; let L[x] and R[x] point to the predecessor and successor of that element. Then the operations L R[x] ← L[x], R L[x] ← R[x] (1) remove x from the list; every programmer knows this. But comparatively few programmers have realized that the subsequent operations
用户评论
码姐姐匿名网友 2019-01-01 21:39:38

还行吧,虽然对我的作业帮助不大,也能参考一下