Skip to content

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

Notifications You must be signed in to change notification settings

WenkeZhou/PythonDataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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版。 改部分待添加...

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages