Git Product home page Git Product logo

theboyofgod / pythondatastructure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wenkezhou/pythondatastructure

0.0 0.0 0.0 200 KB

根据《数据结构教程》(C语言版,李春葆、尹为民等编著) 的数据结构,用Python来实现。包含线新表、栈、队列、串、树、二叉树、图等数据结构。Data Structure commonly used in language C,expressing in Python. Including linear list, stack, queue, binary tree.

Python 100.00%

pythondatastructure's Introduction

PythonDataStructure

根据《数据结构教程》(C语言版,李春葆、尹为民等编著) 的数据结构,用Python来实现。 包含线新表、栈、队列、串、树、二叉树、图等数据结构。 另,包含一些算法及应用,其中均包含Python仿C的版本,和Python版。 Data Structure commonly used in language C,expressing in Python. Including linear list, stack, queue, binary tree.

一、数据结构: 目前已经实现--> 线性表: 顺序存储结构,链式存储结构 栈: 顺序存储结构,链式存储结构 队列: 顺序存储结构,链式存储结构 串: 顺序存储结构,链式存储结构

二、算法及应用 添加一些算法题的python模仿C语言版,以及python版。 改部分待添加...

pythondatastructure's People

Contributors

vipwp avatar wenkezhou 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.