Skip to content

wwxxy/data_structure-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

data structure and algorithm

学习数据结构与算法中

数据结构部分

(1). 二叉树

二叉树遍历

  • 前序、中序、后序
  • 递归和非递归方式

代码参考自:
https://www.cnblogs.com/-oreo/p/10013313.html
https://blog.csdn.net/Benja_K/article/details/88389039

(2). 单链表

算法部分

(1). 排序算法

  • 冒泡排序、选择排序、插入排序、归并排序、快速排序

代码参考自:
https://www.cnblogs.com/onepixel/articles/7674659.html

About

implementation of data structures and algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages