Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3399
| From | Brian Candler <b.candler@pobox.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Split dot and equa sign by recursive |
| Date | 2011-04-23 07:14 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <c868d3e590cc9519d5b53016939a749c@ruby-forum.com> (permalink) |
| References | <834998812ddf8cd759b85d568ed321db@ruby-forum.com> |
Siratinee Sukachai wrote in post #994481:
> I need to do a function which can split dot and equa by recursive.
> But I don't have any ideas to do on recursive.
Is this a homework question? Otherwise, why do you say you want to use a
recursive algorithm, but then say you don't know anything about
recursion?
A structure like :a => {:b => {:c => :d} } is nested. You do not need to
use recursion to build it.
--
Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Split dot and equa sign by recursive Siratinee Sukachai <ploy.sukachai@gmail.com> - 2011-04-22 05:52 -0500
Re: Split dot and equa sign by recursive Harry Kakueki <list.push@gmail.com> - 2011-04-23 07:04 -0500
Re: Split dot and equa sign by recursive Sira PS <ploy.sukachai@gmail.com> - 2011-04-23 12:36 -0500
Re: Split dot and equa sign by recursive Harry Kakueki <list.push@gmail.com> - 2011-04-23 22:19 -0500
Re: Split dot and equa sign by recursive Brian Candler <b.candler@pobox.com> - 2011-04-23 07:14 -0500
Re: Split dot and equa sign by recursive Ryan Davis <ryand-ruby@zenspider.com> - 2011-04-23 10:37 -0500
Re: Split dot and equa sign by recursive Sira PS <ploy.sukachai@gmail.com> - 2011-04-23 23:28 -0500
csiph-web