LearningMasteringAlgorithms-C icon indicating copy to clipboard operation
LearningMasteringAlgorithms-C copied to clipboard

Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程

Results 2 LearningMasteringAlgorithms-C issues
Sort by recently updated
recently updated
newest added

郭老师您好,我是技术小白。想请问您这个MIT liscence的意思是您这个code有MIT线上配套课程吗? 多谢

![pointer](https://user-images.githubusercontent.com/8346252/27064393-b2a58e8e-5029-11e7-9f2d-bd29f066a322.png) 原来的代码是: heap.cpp `heap->tree = temp` 改成 `heap->tree = &temp;;//error:temp` 这样才不会报错。