Code Monkey home page Code Monkey logo

linked-list's Introduction

linked-list

C for single linked list and double linked list

single_list

  • 结点结构体
  • 创建结点
  • 创建链表
  • 显示链表的数据
  • 获取链表长度
  • 插入结点
  • 删除结点
  • 查找链表中指定的数据
  • 修改链表中指定位置结点的值
  • 修改链表中指定数据的值

double_list

  • 结点结构体
  • 双向链表结构体
  • 创建结点
  • 初始化链表
  • 释放链表
  • 获取链表长度
  • 获取头结点
  • 获取尾结点
  • 遍历链表
  • 插入头结点
  • 插入尾结点
  • 任意位置插入结点
  • 删除头结点
  • 删除尾结点
  • 删除任意位置结点
  • 获取任意位置结点
  • 查找链表中指定的数据
  • 修改链表中指定结点的值
  • 修改链表中指定数据的值

list_pro

  • 链表反转
  • 判断链表是否有环
  • 查找环形入口
  • 查找公共结点
  • 合并两个有序链表
  • 查找倒数第K个结点
  • 删除重复结点
  • 查找中间结点

linked-list's People

Contributors

biaofuxmu avatar

Stargazers

陈琳 avatar  avatar Jaya Raj N avatar  avatar hh_aongtr avatar laud avatar chenhui avatar  avatar

linked-list's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.