Giter VIP home page Giter VIP logo

data-structure-and-algorithm's Introduction

Data-structure-and-algorithm

Data structure and algorithm of the learning notes and code, python

1.1 算法效率衡量

1.1.1 时间复杂度

**时间复杂度与大O记法**

**最坏时间复杂度**

**时间复杂度的计算规则**

**常见的时间复杂度**

**代码执行时间测量**

**list操作测试**

1.2 数据结构的引入

**抽象数据类型**

3 链表

链表(Linked list):一种线性表。

3.1 单向链表

节点实现

准备:在python中实现交换两个变量

节点

单链表操作

  • 单链表实现

基本操作

尾部添加元素

头部添加元素

指定位置添加元素

删除节点

查找节点是否存在

链表与顺序表

data-structure-and-algorithm's People

Contributors

karl71828 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.