An open API service indexing awesome lists of open source software.

https://github.com/zhangyu1818/data-structure

学习数据结构🤩
https://github.com/zhangyu1818/data-structure

Last synced: 3 months ago
JSON representation

学习数据结构🤩

Awesome Lists containing this project

README

        

# 学习数据结构

代码是按照自考本科数据结构教材(02331)代码示例敲的。

学习数据结构的同时也刚好把Swift熟练一下下。

虽然7月10日要考试了,但是我才刚开始看,难受啊马飞。

[单链表](https://github.com/zhangyu1818/data-structure/blob/main/Data%20Structure.playground/Pages/1%20Singly%20linked%20list%20.xcplaygroundpage/Contents.swift)

[循环链表](https://github.com/zhangyu1818/data-structure/blob/main/Data%20Structure.playground/Pages/2%20Circular%20linked%20list.xcplaygroundpage/Contents.swift)

[双向循环链表](https://github.com/zhangyu1818/data-structure/blob/main/Data%20Structure.playground/Pages/3%20Doubly%20linked%20list.xcplaygroundpage/Contents.swift)