Some programs I have written
- Branching number calculation
- Branch-and-bound strategy for the knapsack 0/1 problem
- Local alignment of two given sequences
- The 3n+1 problem (UVa Online Judge problems No. 100)
- The Joseph
problem (UVa Online Judge problems No. 305)
- A code generator
- Source codes:
lotuser.l,
lotuser.y,
typecheck.h,
typeckeck.c,
newtree.c,
newtree.h,
symtab.h,
symtab.c,
asmgenerator.h,
asmgenerator.c,
makefile
- Executable file
- Document
- EvoExonFinder: A pipeline which identifies novel cassette exons and novel retained introns from cross/target species ESTs and provides evolutionary rate analysis.
- Simulating instances of the Two Party Election Game.
- Description: Check if there is any instance with no pure Nash equilibrium and also compute the price of anarchy of the game. The programs are written in OOP style.
- Source codes:
political_game.h,
political_game.cpp,
game_enumerate.cpp.
- Compile method: ~$ g++ -Wall -O2 game_enumerate.cpp political_game.cpp -o game_enumerate
- Taipei City house price prediction.
© 2004 Joseph Chuang-Chieh Lin