-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
FEAT: add CS203B DSAAB
1 parent
904977a
commit 1521cfa
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# CS203B Data Structures and Algorithms B | ||
|
||
## Introduction | ||
|
||
Fundamental data structures, and basic algorithms analysis methods: | ||
- array, linked list, queue, stack, searching in ordered lists, sorting, priority queues, binary search trees, and fundamental graph algorithms | ||
- time complexity and space complexity methods | ||
|
||
## Homework & Project | ||
|
||
> 2023 Spring | ||
- [YuAnnnnn-Lin/SUSTech-CS203B-2023Spring](https://github.com/YuAnnnnn-Lin/SUSTech-CS203B-2023Spring) | ||
|
||
> 2022 Fall | ||
- [wLUOw/Numeric_Klotski](https://github.com/wLUOw/Numeric_Klotski) | ||
|
||
> 2020 Fall ? | ||
- [Bardreamaster/CS203B-DSAAB](https://github.com/Bardreamaster/CS203B-DSAAB) | ||
|
||
## Materials | ||
|
||
According to some reviews in [Niuwa Curriculum Evaluation System](https://nces.cra.moe/course/8121/), this course mainly use materials from Princeton University. |