R.Tanaka.Ichiro's Blog

主にC# な話題です

目次

Blog 利用状況

ニュース

ラムダ式で再帰してみるテスト

ラムダ式で再帰してみるテスト

ふと思い立ったので

ラムダ式で再帰

してみた。


var stackLevel = 10;
Action<int> display = i => {
  foreach(var x in Enumerable.Range(0, i)) Console.Write("R");
  Console.WriteLine();
};        
Action<int> a = null;
a = i => {
  ++i;
  display(i);
  if (i < stackLevel) a(i);
  display(i);
  --i;
};
a(0);
Console.ReadKey();


実行結果は以下の通り。



RR
RRR
RRRR
RRRRR
RRRRRR
RRRRRRR
RRRRRRRR
RRRRRRRRR
RRRRRRRRRR
RRRRRRRRRR
RRRRRRRRR
RRRRRRRR
RRRRRRR
RRRRRR
RRRRR
RRRR
RRR
RR


まぁ、今更だよな~
と思ってググってみると、いろんなところで既に試されているのね・・・orz
でも動くと嬉しいw

投稿日時 : 2008年9月16日 14:28

Feedback

# re: ラムダ式で再帰してみるテスト 2008/09/16 14:36 シャノン

えー

Action<int> a = i => {
  ++i;
  display(i);
  if (i < stackLevel) a(i);
  display(i);
  --i;
};

って書けないのー? とネタ振ってみるテスト。

# re: ラムダ式で再帰してみるテスト 2008/09/16 14:38 R・田中一郎

そこは、あえて触れずに、そっとしておいてやって欲しいw

# re: ラムダ式で再帰してみるテスト 2008/09/17 9:58 えムナウ

やる方法もあるよ。
と言ってみるテスト。

# re: ラムダ式で再帰してみるテスト 2008/09/17 13:08 R・田中一郎

どんな方法なのか検討も付かないので、教えて欲しい、と言ってみるテスト

# re: ラムダ式で再帰してみるテスト 2008/09/17 15:55 えムナウ

スマートじゃないけどね。
http://blogs.wankuma.com/mnow/archive/2008/02/17/123545.aspx

# re: ラムダ式で再帰してみるテスト 2008/09/18 14:55 R・田中一郎

なるほど、自分自身をデリゲートしちゃうんですね。
ややこしい話ですね^^;

# Hi there excellent blog! Does running a blog such as this take a massive amount work? I have very little understanding of coding however I was hoping to start my own blog soon. Anyhow, if you have any ideas or techniques for new blog owners please share. 2018/10/05 12:18 Hi there excellent blog! Does running a blog such

Hi there excellent blog! Does running a blog such as this
take a massive amount work? I have very little understanding of
coding however I was hoping to start my own blog soon. Anyhow, if you
have any ideas or techniques for new blog owners please
share. I understand this is off subject however I
just needed to ask. Thanks!

# Good blog you have here.. It's difficult to find excellent writing like yours nowadays. I really appreciate individuals like you! Take care!! 2018/10/10 8:47 Good blog you have here.. It's difficult to find e

Good blog you have here.. It's difficult to find excellent writing
like yours nowadays. I really appreciate individuals like
you! Take care!!

# Hello! I know this is somewhat off topic but I was wondering if you knew where I could get a captcha plugin for my comment form? I'm using the same blog platform as yours and I'm having trouble finding one? Thanks a lot! 2018/10/29 18:05 Hello! I know this is somewhat off topic but I was

Hello! I know this is somewhat off topic but I was wondering if you knew where I
could get a captcha plugin for my comment form? I'm using the same blog platform as yours and I'm having trouble
finding one? Thanks a lot!

# Good day I am so happy I found your website, I really found you by mistake, while I was searching on Yahoo for something else, Regardless I am here now and would just like to say cheers for a marvelous post and a all round enjoyable blog (I also love th 2018/11/03 10:48 Good day I am so happy I found your website, I rea

Good day I am so happy I found your website, I really found you by mistake,
while I was searching on Yahoo for something else,
Regardless I am here now and would just like to say cheers for
a marvelous post and a all round enjoyable blog (I also love the theme/design),
I don't have time to read it all at the minute but I have bookmarked it and also added your
RSS feeds, so when I have time I will be back to read more, Please do keep up the fantastic
job.

# I've been exploring for a little bit for any high quality articles or weblog posts on this sort of space . Exploring in Yahoo I at last stumbled upon this site. Reading this information So i am happy to convey that I've an incredibly just right uncanny 2018/11/17 19:58 I've been exploring for a little bit for any high

I've been exploring for a little bit for any high quality articles or weblog posts on this sort of space .
Exploring in Yahoo I at last stumbled upon this site.
Reading this information So i am happy to convey that I've an incredibly just right uncanny feeling I discovered just what I needed.
I such a lot indubitably will make sure to do not overlook
this web site and give it a look regularly.

# You could certainly see your skills in the work you write. The world hopes for more passionate writers like you who aren't afraid to mention how they believe. Always go after your heart. 2018/11/20 22:22 You could certainly see your skills in the work y

You could certainly see your skills in the work you write.
The world hopes for more passionate writers like you who aren't afraid to
mention how they believe. Always go after your heart.

# ntQvYYWbte 2021/07/03 4:11 https://www.blogger.com/profile/060647091882378654

Well I definitely liked reading it. This post procured by you is very useful for accurate planning.

# re: ?????????????? 2021/07/09 14:11 hydroxychoriquine

chloroquine vs chloroquine phosphate https://chloroquineorigin.com/# hydroxychloroquine 200mg

# re: ?????????????? 2021/07/15 22:51 hydroxychloroquinine

chloroquine tablet https://chloroquineorigin.com/# what is hydroxychlor 200 mg

# swvsdcffutoj 2021/12/04 15:48 dwedayrdcm

buy chloroquine singapore https://hydroaaralen.com/

タイトル
名前
Url
コメント