Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Using stack to calculate operators
4.0
Using stack to evaluate arithmetic expression. It can be simpler, assuming that the expression contains an integer and +, -, *, /, (,). But not limited by this.
syndrewchiang
2020-01-19
1
1
Huffman codec
no vote
Using Huffman coding for communication can greatly improve the channel utilization, shorten the information transmission time and reduce the transmission cost. However, it requires that the data to be transmitted should be pre encoded by a coding system at the transmitter and decoded (recovered) at the receiver. For the two-way transmission channel, each end must have a complete coding / decoding system. Try to write a Huffman encoding and decoding system for such a transceiver station. (difficulty: high)
syndrewchiang
2020-01-19
0
1
No more~