Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eason0729/program-design-2

Homework and final project for program design at National Cheng Kung University.
https://github.com/eason0729/program-design-2

agile-development java program-design system-design

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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