Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 491 Bytes

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