• Stars
    star
    446
  • Rank 97,888 (Top 2 %)
  • Language
    C++
  • Created over 11 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

严蔚敏版教材<<数据结构>>上的算法C语言实现。
清华大学出版社严蔚敏版<<数据结构>>一书前10章算法的C语言(应用了少数C++特性, 如函数重载, 引用等)实现, 
前3章是VC6.0的工程, 后面的是VS2010的工程,每章的所有算法都在一个工程里面. 每个函数都有注释, 可以对照着
书看.