V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
binarymann
V2EX  ›  Python

求推荐基于 Python 的算法入门学习材料

  •  1
     
  •   binarymann · 2015-04-04 17:24:35 +08:00 · 6507 次点击
    这是一个创建于 3281 天前的主题,其中的信息可能已经有所发展或是发生改变。
    不限书籍,课程、系列博文都行啊,感谢了!
    12 条回复    2015-04-07 00:16:22 +08:00
    MarcoQin
        1
    MarcoQin  
       2015-04-04 17:45:55 +08:00   ❤️ 1
    为什么非要基于Pyhton……c语法过一遍基本所有的算法书都可以看了吧,看懂思路自己用Pyhton实现一遍。用Python实现各种算法,谷歌一抓一大把~~
    chlx
        2
    chlx  
       2015-04-04 17:48:02 +08:00   ❤️ 5
    ljcarsenal
        3
    ljcarsenal  
       2015-04-04 17:48:40 +08:00   ❤️ 1
    算法导论啊。。伪代码和python敲出来的基本一样。。
    算法基本不限语言的吧。但是用python做排序的话一个sort函数搞定了,字符串分割一个的split搞定了,貌似练不了什么算法。。
    virusdefender
        4
    virusdefender  
       2015-04-04 17:53:12 +08:00   ❤️ 1
    Data Structures And Algorithms In Python

    网上可以下载到电子版,我之前打印了一本看。
    binarymann
        5
    binarymann  
    OP
       2015-04-04 18:30:45 +08:00
    @chlx 神一般的材料啊,怒赞!
    MarcoQin
        6
    MarcoQin  
       2015-04-04 18:32:34 +08:00
    @ljcarsenal Python也可以啊,练算法的时候不要使用内置函数就可以了
    v3aqb
        7
    v3aqb  
       2015-04-04 20:17:02 +08:00   ❤️ 1
    jiangjun
        8
    jiangjun  
       2015-04-04 20:28:11 +08:00   ❤️ 1
    kifile
        9
    kifile  
       2015-04-04 20:28:44 +08:00   ❤️ 1
    基于Python的算法。。。算法是一种思想,独立于各种语言,何必一定要python的呢
    limbo0
        10
    limbo0  
       2015-04-04 21:22:47 +08:00
    leetcode
    yann1992
        11
    yann1992  
       2015-04-05 19:16:06 +08:00
    Python Algorithms - Mastering Basic Algorithms in the Python Language.pdf
    google一下,网上有电子版
    ming2281
        12
    ming2281  
       2015-04-07 00:16:22 +08:00
    算法本来是一种抽象,与任何语言无关.
    我觉得还是c++来实现各种算法/数据结构最好,其他语言提供了太多高级特性, 很容易让人就忍不住使用.
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2425 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 1445ms · UTC 16:07 · PVG 00:07 · LAX 09:07 · JFK 12:07
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.