Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tisonkun/dsa-thu
Data structures and algorithms from a lesson of Tsinghua University.
https://github.com/tisonkun/dsa-thu
algorithms data-structures
Last synced: 3 months ago
JSON representation
Data structures and algorithms from a lesson of Tsinghua University.
- Host: GitHub
- URL: https://github.com/tisonkun/dsa-thu
- Owner: tisonkun
- License: apache-2.0
- Created: 2022-05-11T11:29:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T05:23:23.000Z (over 2 years ago)
- Last Synced: 2024-10-02T09:47:37.965Z (3 months ago)
- Topics: algorithms, data-structures
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data structure and Algorithm
This repository implements data structures and algorithms from [the book](https://dsa.cs.tsinghua.edu.cn/~deng/ds/dsacpp/) of Tsinghua University with the same name.