You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first batch of test cases had incorrect results when the sums of the nodes' weights exceeded the range of an integer.
This was pointed out to me by 徐家奇.
I have made a new branch with some new test cases that should account for this problem. I will wait for some confirmation before merging them to master.
The first batch of test cases had incorrect results when the sums of the nodes' weights exceeded the range of an integer.
This was pointed out to me by 徐家奇.
I have made a new branch with some new test cases that should account for this problem. I will wait for some confirmation before merging them to master.
https://github.com/beaunus/stanford-algs/tree/3.3.1And2-use_long/testCases/course3/assignment3HuffmanAndMWIS/question1And2
The text was updated successfully, but these errors were encountered: