当前位置:网站首页>数组实现循环链表
数组实现循环链表
2022-06-22 16:58:00 【安德伍德之心】
#include <iostream>
using namespace std;
const int N = 100010;
int m;
int e[N], l[N], r[N], idx;
//初始化,0是head,1是tail,idx从2开始
void init()
{
//0表示左端点,1表示右端点
r[0] = 1;
l[1] = 0;
idx = 2;
}
//在第k个结点后插入值为x的结点
void add(int k, int x)
{
//改变四条边,因此有四个指针操作
e[idx] = x;
l[idx]=k;
r[idx]=r[k];
l[r[k]]=idx;
r[k]=idx;
}
//删除第k个结点
void remove(int k)
{
l[r[k]] = l[k];
r[l[k]] = r[k];
}
边栏推荐
- AHA C language Chapter 6 God, a large string of numbers is approaching (lesson 26)
- 2022年T电梯修理复训题库及答案
- What is flush software? Is it safe to open an account online?
- Activity启动流程梳理
- [applet project development -- Jingdong Mall] configuration tabbar & window style for uni app development
- Jenkins中node节点添加之SSH方式2
- 缺失值处理
- < JVM part I: memory and garbage collection part > 08 object instantiation and direct memory
- 【工具】pip和conda的相關使用
- 2022年R2移动式压力容器充装试题模拟考试平台操作
猜你喜欢

Live broadcast Preview - 12 first-class Chinese scholars open ICLR 2022

docker: Error response from daemon: Conflict. The container name “/mysql“ is already in use by conta

详解openGauss多线程架构启动过程

2022年R2移动式压力容器充装试题模拟考试平台操作

The world's first AR contact lens, the entrance of metauniverse is really opened this time?

诺亚财富拟登陆港交所:第一季度业绩大幅下滑,曾踩雷“承兴案”

Typescript (7) generic

零基础学编程/学逆向/过检测(frida实战)

Interview shock 58: Six differences among truncate, delete and drop!

SOA面向服务的架构
随机推荐
Huawei cloud "digital intelligence" operation and maintenance
2022年R2移动式压力容器充装试题模拟考试平台操作
Behind the fall of the first Seberg: the extreme race between technology and frostbite
SaaS化应用开发指南
当线上线下的融合加速,当信息对接渠道的多样化,传统意义上的中心将没有必要
CONDA - basic configuration command summary
ADAU1452开发系统界面与代码数据之间的关系
第四届青年生命科学论坛 | 第一轮通知
[fpga+pwm] design and implementation of phase shift trigger circuit for three-phase PWM rectifier based on FPGA
docker: Error response from daemon: Conflict. The container name “/mysql“ is already in use by conta
Parallel integrates with moonbeam through xcm, bringing para and defi use cases into moonbeam ecology
Donghua University - Research on interpretable recommendation micro behavior with enhanced knowledge perception reasoning
[applet project development -- Jingdong Mall] configuration tabbar & window style for uni app development
2022焊工(初级)特种作业证考试题库模拟考试平台操作
视频直播系统源码,顶部标题栏的隐藏和标题修改
JSP learning (3) -- JSP implicit object
传统图像--LBP特征
RF Analyzer Demo搭建
How can the new generation of HTAP databases be reshaped in the cloud? Tidb V6 online conference will be announced soon!
What is the experience of writing a best seller