tags |
---|
演算法概論, 資工系必修, NCTU, NYCU |
1101 吳育松
My way which let it be more optimally:
- counting sort.
- string processing.
Final Rank: 3rd.
My way which let it be more optimally:
- less range for mult.
- string processing.
Final Rank: 3rd.
My way which let it be more optimally:
- let it be n-m row and n-m column.
- every row and column only check 1 time in the same state (linked list).
Final Rank: 3rd.
My way which let it be more optimally:
- merge sort, insertion sort.
- do not complete the sort.
- use larger space to get less flt.
Final Rank: 2nd.
My way which let it be more optimally:
- xor linked list
- chainning hash
- record 2 possible answers
Final Rank: 2nd.
My way which let it be more optimally:
- splay tree
Final Rank: 7th.
My way which let it be more optimally:
- loop by word.
- DP the number of character by < set >
Final Rank: 9th.
My way which let it be more optimally:
- Greedy (sort by the starting point, the largest end of eyery case)
- input string processing.
Final Rank: 2nd.
My way which let it be more optimally:
- DFS
Final Rank: 5th.