Giter Club home page Giter Club logo

algorithm's Introduction

Algorithm

一些常用算法、数据结构

1. stack - 栈

1.1 listStackWithHeadNode - 链表实现栈,带头结点

1.2 listStackWithoutHeadNode - 链表实现栈,不带头节点


2. queue - 队列

2.1 ListQueue - 链表实现队列,链式存储

2.2 loopQueue - 数组实现循环队列,顺序存储


3. binaryTree - 二叉树

3.1 binaryTreeList - 链表实现二叉树,链式存储

3.2 binaryTreeArray - 数组实现二叉树,顺序存储


4. heap - 堆

4.1 maxHeap - 最大堆

4.2 minHeap - 最小堆


5. list - 链表

5.1 singlyList - 单链表

5.2 doublyList - 双链表


algorithm's People

Contributors

nameqiaohe avatar

Watchers

 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.