LINQ Fun

March 5, 2008 12:38 by admin

Given a.b.c.d.e.f, can you write a function that generates in the following order?

  1. a.b.c.d.e.f
  2. a.b.c.d.e
  3. a.b.c.d
  4. a.b.c
  5. a.b
  6. a

Here is how Justin Rudd did it.


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Related posts

Add comment


(Will show your Gravatar icon)  

  Country flag

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]



Live preview

January 6. 2009 16:45