Git Product home page Git Product logo

data-structure's Introduction

Data-Structure

该项目使用C语言实现数据结构

所实现的数据结构及其对应的C语言文件名如下所示:

  • 1.链表
    • 1.1. 单链表(link_list_s.c)
    • 1.2. 双链表(link_list_d.c)
    • 1.3. 循环单链表(link_list_rs.c)
    • 1.4. 循环双链表(link_list_rd.c)
  • 2.堆栈
    • 2.1 堆栈的数组实现(stack_array.c)
    • 2.2 堆栈的链表实现(stack_link.c)
  • 3.队列
    • 3.1队列的数组实现(queue_array.c)
    • 3.2队列的链表实现(queue_link.c)
    • 3.3循环队列的实现(queue_cycle.c)
  • 4.树
    • 4.1二叉树遍历的实现(binary_tree.c)
    • 4.2二叉搜索树的实现(binary_search.c)
    • 4.3平衡搜索树(AVL)的实现(avl.c)
    • 4.4B树的实现(b_tree.c)
    • 4.5B+树的实现(bp_tree.c)
  • 5.图
    • 5.1图的实现(graph.c)
    • 5.2广度优先搜索(BFS)的实现(bfs.c)
    • 5.3深度优先搜索(DFS)的实现(dfs.c)
    • 5.4生成树的实现(span_tree.c)

data-structure's People

Contributors

jitongli avatar

Stargazers

dada avatar

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.