Differences between revisions 1 and 2
Revision 1 as of 2007-02-04 10:45:25
Size: 2122
Editor: swordsp
Comment:
Revision 2 as of 2007-02-04 11:09:32
Size: 3278
Editor: swordsp
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
 
=== Algorithm ===
 * [http://theory.stanford.edu/~amitp/GameProgramming/index.html Amit's A* Pages]
 * Ordered Dictionary
  * [http://schvo.org/trac/browser/trunk/Schevo/schevo/lib/odict.py]
   * [http://schevo.org/trac/browser/trunk/Schevo/tests/test_odict.py]
  * [http://home.arcor.de/wolfgang.grafen/Python/Modules/Modules.html seqdict]
 * Skip List
  * [http://infohost.nmt.edu/tcc/help/lang/python/examples/pyskip/ A skip list container class in Python]
  * [http://www.python.org/~jeremy/weblog/031013b.html]
 * Quad Tree
  * [http://cheeseshop.python.org/pypi/Quadtree]
   * [http://icon.stoa.org/trac/pleiades/browser/Quadtree]
   * [http://zcologia.com/news/275/python-quadtree/]
  * [http://www.pygame.org/wiki/QuadTree Quad Tree demo in pygame]
 * Suffix Tree
  * [http://hkn.eecs.berkeley.edu/~dyoo/python/suffix_trees/ Suffix Trees in Python]
  * [http://yeda.cs.technion.ac.il/~yona/suffix_tree/ ANSI C implementation of a Suffix Tree]
 * [http://www.myoops.org/cocw/mit/Electrical-Engineering-and-Computer-Science/6-854JFall-2005/CourseHome/index.htm 6.854J / 18.415J Advanced Algorithms, Fall 2005 @ MIT Open Course]

每日收藏与发现 -- ["swordsp"] (Date(2007-02-04T10:45:25Z)) TableOfContents

Hibernate

Decorator

File System

Network & Web

Algorithm

Misc

swordsp/2007-02-03 (last edited 2009-12-25 07:16:24 by localhost)