.. bedrock documentation master file, created by sphinx-quickstart on Wed Feb 15 23:09:23 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to bedrock's documentation! =================================== 这个项目相当于个人算法笔记,其主要目的是首先是积累算法题,其次是积累开源项目的经验,最后是开始使用 python 3 编程。如果恰好能对其他同学有所帮助就再好不过了。 LeetCode Online Judge --------------------- 鼎鼎有名的在线题库,题目来源大多是知名互联网公司的招聘笔试题,并且很多没有精力和实力自己出题的公司 会直接从该题库抽题目做笔试题。除了利于应聘,还便于检验代码的正确性,并有论坛中其他人的解法供参考。 .. toctree:: :maxdepth: 2 leetcode/intro leetcode/database leetcode/easy Introduction to Algorithms -------------------------- 不需要太多介绍。我理解的合格的程序员的算法基础即完成该书的所有习题,并理解其主要思想。 .. toctree:: :maxdepth: 1 CLRS/intro CLRS/base .. py:function:: enumerate(sequence[, start=0]) 返回一个迭代器,输出包含索引及*sequence*里所有条目的元组. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`