public class MenuTraversal
{
/// <summary>
...
C# Iterative Recursion
I'm writing a tree transfor...
require 'net/sftp' class Net::SFTP::Session ...
Ruby NET::SFTP clear a remote di...
by dane.oconnor.myopenid.com,
August 19, 2009 15:38,
1 refactoring, tagged with speed, ruby, recursion, net-sftp, files
I'm trying to clear a remot...
public static class DependencySorter<T>
{
public static IEnumerable<T> Sort(Dictionary<T, IEnumerable<T>> dependencies)
...
C# Sorting by dependencies
This code sorts a collectio...
#!/usr/bin/python2.5
def permute(li):
"""Generate all permutations of a sequence
...
Python Computing permutations with...
by Leif Ryge,
October 22, 2008 04:16,
6 refactorings, tagged with recursion, generator, permutations, permutate
I suspect there is a better...
Any ideas for better implem...