【数据结构学习】相关学习资源汇总

来源:互联网 发布:今天美国非农数据 编辑:程序博客网 时间:2024/06/14 14:08

【数据结构学习】相关学习资源汇总

  • 数据结构学习相关学习资源汇总
      • 相关书籍和配套代码
      • 在线学习网站

相关书籍和配套代码

  1. 大话数据结构
    这里写图片描述
    豆瓣介绍链接

    这书比较适合完全没有学习过数据结构的读者去看一看,上过数据结构课的可能会觉得有一些啰嗦,但是入门的话还是可以看看。

  2. 数据结构与算法分析(C++版)(第二版)(英文名a practical introduction to data structures and algorithm analysis c++)
    豆瓣介绍链接
    配套代码下载
    习题答案下载
    这里写图片描述

    本书大量运用C++模板,注重对数据结构的优缺点分析,书中代码也写得很漂亮。

  3. 数据结构与算法分析(英文名Source Code for Data Structures and Algorithm Analysis in C (Second Edition))
    豆瓣介绍链接
    配套代码下载
    数据结构与算法分析C语言描述第二版英文版下载
    习题答案下载
    这里写图片描述

  4. Data Structures and the Standard Template Library
    Data Structures and the Standard Template Library

在线学习网站

  • 【在线代码参考】Here is the source code for Data Structures and Algorithm Analysis in C (Second Edition), by Mark Allen Weiss.

  • Data Structures & Algorithm Analysis
    by Clifford A. Shaffer

  • 【在线代码参考】数据结构与算法分析(C++版)(英文名a practical introduction to data structures and algorithm analysis c++)

  • 一个很好的数据结构可视化演示网站
    http://visualgo.net/
    http://zh.visualgo.net/ (中文版)

    VisuAlgo是由Steven Halim博士在2011年发布的一款可视化学习算法的工具,用于帮助其学生更好地理解数据结构和算法,可以让学生按自己的步骤来学习

  • Acm之家,边学边练习:http://www.acmerblog.com/

    里面包含两个非常棒的资源:

    数据结构和算法[精选],非常适合边学边练习
    http://www.acmerblog.com/data-structure-algorithm-6107.html

    LeetCode-分类题解[全]
    http://www.acmerblog.com/leetcode-solutions-6422.html

  • Data Structure & Algorithms Tutorial

    Data Structure & Algorithms Tutorial,可以在线写程序,出结果,非常方便的进行测试
    This tutorial is designed for Computer Science graduates as well as Software Professionals who are willing to learn Data Structures and algorithm Programming in simple and easy steps. This tutorial will give you great understanding on Data Structures concepts and after completing this tutorial you will be at intermediate level of expertise from where you can take yourself at higher level of expertise.

0 0