comparisons of data structures, algorithms, basic computer science, online resources

前端 未结 6 1468
傲寒
傲寒 2021-02-03 16:11

I am searching for an online resource referring to data structures and algorithms. Basicaly what I am interested in, is a kind of comprehensive list of things such as: when a da

相关标签:
6条回答
  • 2021-02-03 16:36

    Please try following link: Dictionary of algorithms

    0 讨论(0)
  • 2021-02-03 16:48

    I am not sure of the kind of resource you are looking for exists but there are some very good university classes on www.youtube.com/edu which will surely help you to revise the concept of data structures and algorithms.

    1. Data structure class by Prof. Jonathan at UC, Berkeley is really good on youtube is very good, link here.
    2. Academic Earth CS Lectures
    3. Berkeley Webcast Links
    0 讨论(0)
  • 2021-02-03 16:49

    MIT Online has a lot of good resources

    0 讨论(0)
  • 2021-02-03 16:52

    Here is a website showing Big O analysis comparisons of algos http://bigocheatsheet.com/

    0 讨论(0)
  • 2021-02-03 16:57

    It is best to search through University websites ... they have a lot of resources on that matter ... for example http://users.cs.fiu.edu/~weiss/dsaa_c++/code/

    0 讨论(0)
  • 2021-02-03 16:58

    Did you try on Wikipedia?
    There are different good pages about data structures, like this one on queues.

    Have fun!

    0 讨论(0)
提交回复
热议问题