Skip to content

Homework and final project for program design at National Cheng Kung University.

Notifications You must be signed in to change notification settings

Eason0729/Program-Design-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program-Design II

程式設計(2)作業

  • HW1: implementation-heavy problem(similar to programing contest)
  • HW2: a CLI program to generate mermaid(UML markup language) from Java scoure code
  • HW3: stock price crawler
  • HW4: text searching using trie
  • HW4-rs: text searching using trie with JNI and Rust
  • HW5: blazingly fast TFIDF indexing
    • index 5MB in 0.03 seconds
    • perform one complex search in 0.00017 seconds
    • complete 4 example test in 0.05 seconds with single threaded