https://github.com/zhangyu1818/data-structure
学习数据结构🤩
https://github.com/zhangyu1818/data-structure
Last synced: 3 months ago
JSON representation
学习数据结构🤩
- Host: GitHub
- URL: https://github.com/zhangyu1818/data-structure
- Owner: zhangyu1818
- Created: 2021-07-03T04:30:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T06:33:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T08:45:03.278Z (5 months ago)
- Language: Swift
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)