https://github.com/rudeigerc/se232
Some materials as TA of SE232
https://github.com/rudeigerc/se232
cpp data-structure programming
Last synced: 13 days ago
JSON representation
Some materials as TA of SE232
- Host: GitHub
- URL: https://github.com/rudeigerc/se232
- Owner: rudeigerc
- Created: 2018-10-29T02:20:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T14:56:07.000Z (over 7 years ago)
- Last Synced: 2025-08-18T20:58:41.974Z (11 months ago)
- Topics: cpp, data-structure, programming
- Language: C++
- Homepage:
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SE232
Some materials as TA of **SE232: Programming and Data Structures**, including grading scripts (_if I was responsible for the hw/lab_) and/or source code with answers.
## Content
- Exercises
- Homeworks
- Homework 2: Prime Distance
- Homework 7: Redundant Parentheses
- Homework 11: LRU and LFU Cache
- Homework 15: Trie
- Labs
- Lab 2: Fun with Collections
- Part A: Word Ladder
- Part B: Random Writer