Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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