Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tigercosmos/csie1212
2018 CSIE1212: Data Structures and Algorithms
https://github.com/tigercosmos/csie1212
algorithm datastructure leetcode
Last synced: about 21 hours ago
JSON representation
2018 CSIE1212: Data Structures and Algorithms
- Host: GitHub
- URL: https://github.com/tigercosmos/csie1212
- Owner: tigercosmos
- License: mit
- Created: 2018-03-05T14:24:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T07:39:26.000Z (over 6 years ago)
- Last Synced: 2024-12-05T04:42:27.963Z (about 2 months ago)
- Topics: algorithm, datastructure, leetcode
- Language: C++
- Homepage: http://mirlab.org/jang/courses/dsa/
- Size: 50.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSIE1212
This is a repo which is related to DSA cource and some practice on famous online judges.
## Course Information
2018 CSIE1212: Data Structures and Algorithms
Professor: Roger Jang (張智星)
Course Website: http://mirlab.org/jang/courses/dsa/
## How to check/avoid memory leak
### Tools
- Linux/Unix: [Valgrind](http://valgrind.org/)(free)
- Windows: Purify(Paid)### Manual
- Good coding style
- Use STL