Data Structures and Algorithms
Roger Jang (張智星)
Important links
How to use workstations
Introduction to our
judge system
:
recording
,
slides
About makefile
A simple and clear 9-min guide to makefile:
How to create a simple makefile
A comprehensive guide to makefile:
Makefile tutorial
Homework
Spring 2019
K-th smallest number in a running window
Exercise class (17:30, 20190312, room 101 of CSIE):
Video-20190312
Lowest common ancestor
Exercise class (17:30, 20190326, room 101 of CSIE):
Slides
,
video-20190326
Best strategy in a poker game
Exercise class (17:30, 20190423, room 101 of CSIE):
Slides
,
video-2019423
Strings and substrings
Exercise class (17:30, 20190507, room 101 of CSIE):
Slides
,
video-20190507
Dynamic programming for counting
Exercise class (17:30, 20190520, room 101 of CSIE):
Slides
,
video-20190521
Spring 2018
Operators for matrices
Exercise class: 20180320 at 19:30, room 101 of CSIE building
Query in transaction statistics of cryptocurrency
Exercise class: 20180330 at 17:30, room 101 of CSIE building
Search in OOXX games
Exercise class: 20180424 at 17:30, room 101 of CSIE building
String match using hash
Exercise class: 20180515 at 17:30, room 101 of CSIE building
Applications of dynamic programming
Submission statistics
Spring 2017
Range maximum query
N-gram search (information retrieval)
2048 (DFS using a stack)
News headline generator (Ranking via heaps)
Dice sum game
Spring 2016
Matrix inverse
Data structures for a big matrix
Nonograms
Simulation of Stock Trading
English spelling checker
Query by singing/humming
Back to DSA Home