Changeset 12068 in project
- Timestamp:
- 10/01/08 04:46:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/Eggs Unlimited 3
r12058 r12068 2 2 [[toc:]] 3 3 4 == Eggs Unlimited (release branch 3, updated Tue Sep 30 23: 15:152008)4 == Eggs Unlimited (release branch 3, updated Tue Sep 30 23:45:54 2008) 5 5 6 6 A library of extensions for the Chicken Scheme system. … … 622 622 <chickenegg name="ftl-peg" license="BSD" author="Thomas Chust" description="Parsing expression grammars for FTL" major="3"/> 623 623 624 <chickenegg name="graph-bfs" license="GPL " author="Ivan Raikov" description="Breadth-first search in a graph." major="3"/>625 626 <chickenegg name="graph-cycles" license="GPL " author="Ivan Raikov" description="Enumerate all simple cycles in a graph." major="3"/>627 628 <chickenegg name="graph-dfs" license="GPL " author="Ivan Raikov" description="Depth-first search in a graph." major="3"/>624 <chickenegg name="graph-bfs" license="GPL-3" author="Ivan Raikov" description="Breadth-first search in a graph." major="3"/> 625 626 <chickenegg name="graph-cycles" license="GPL-3" author="Ivan Raikov" description="Enumerate all simple cycles in a graph." major="3"/> 627 628 <chickenegg name="graph-dfs" license="GPL-3" author="Ivan Raikov" description="Depth-first search in a graph." major="3"/> 629 629 630 630 <chickenegg name="graph-dominators" license="BSD" author="Richard Kelsey" description="Find immediate dominators in a directed graph." major="3"/>
Note: See TracChangeset
for help on using the changeset viewer.