Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #16515
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news.ripco.com!news-out.news.tds.net!newsreading01.news.tds.net!53ab2750!not-for-mail |
|---|---|
| From | "Eric Sosman" <eric.sosman@1:261/38.remove-5bm-this> |
| Subject | Re: Do C++ and Java professionals use UML?? |
| Message-ID | <50157A3C.55486.calajapr@time.synchro.net> (permalink) |
| X-Comment-To | Robert Klemme |
| Newsgroups | comp.lang.java.programmer |
| In-Reply-To | <50143776.55466.calajapr@time.synchro.net> |
| References | <50143776.55466.calajapr@time.synchro.net> |
| X-FTN-AREA | COMP.LANG.JAVA.PROGRAMMER |
| X-FTN-MSGID | 1:261/38 2e918f87 |
| X-FTN-REPLY | 1:261/38 655daa8e |
| Content-Type | text/plain; charset=IBM437 |
| Content-Transfer-Encoding | 8bit |
| X-Gateway | time.synchro.net [Synchronet 3.16a-Win32 NewsLink 1.98] |
| Lines | 41 |
| Date | Sun, 29 Jul 2012 18:16:39 GMT |
| NNTP-Posting-Host | 69.21.70.65 |
| X-Complaints-To | news@tds.net |
| X-Trace | newsreading01.news.tds.net 1343585799 69.21.70.65 (Sun, 29 Jul 2012 13:16:39 CDT) |
| NNTP-Posting-Date | Sun, 29 Jul 2012 13:16:39 CDT |
| Organization | tds.net |
| Xref | csiph.com comp.lang.java.programmer:16515 |
Show key headers only | View raw
To: Robert Klemme
From: "Eric Sosman" <eric.sosman@1:261/38.remove-5ky-this>
To: Robert Klemme
From: Eric Sosman <esosman@ieee-dot-org.invalid>
On 7/28/2012 12:36 PM, Robert Klemme wrote:
> On 27.07.2012 23:11, David Lamb wrote:
>
>> I taught introductory programming for several years in several
>> languages. You don't need to get as complex as backtracking. The natural
>> places to teach recursion to introductory students are with binary tree
>> search and quicksort, both of which can be taught in the first or second
>> 1-semester course.
>
> Right. Although I'd consider Quicksort too complex as an introduction
> to recursion as the algorithms workings are not so easy to grasp and
> would distract from the concept of recursion. Tree search seems to be
> the most appropriate to me. Still, introducing recursion as a concept
> in programming does not belong into class reference documentation. This
> is something for a tutorial or other introductory material.
Tree *traversal* is a good recursion example, but I can't
think of a good a priori reason to *search* recursively in an ordinary ordered
tree. Maybe in a different sort of tree where you sometimes pursue multiple
branches instead of choosing just one ... But that seems more complicated than
Quicksort.
--
Eric Sosman
esosman@ieee-dot-org.invalid
-+- BBBS/Li6 v4.10 Dada-1
+ Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24
--- BBBS/Li6 v4.10 Dada-1
* Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Do C++ and Java professionals use UML?? "Robert Klemme" <robert.klemme@1:261/38.remove-nwi-this> - 2012-07-27 19:42 +0000
Re: Do C++ and Java professionals use UML?? "Gene Wirchenko" <gene.wirchenko@1:261/38.remove-nwi-this> - 2012-07-27 19:42 +0000
Re: Do C++ and Java professionals use UML?? "Robert Klemme" <robert.klemme@1:261/38.remove-5ky-this> - 2012-07-28 20:40 +0000
Re: Do C++ and Java professionals use UML?? "Gene Wirchenko" <gene.wirchenko@1:261/38.remove-5ky-this> - 2012-07-28 20:40 +0000
Re: Do C++ and Java professionals use UML?? "markspace" <markspace@1:261/38.remove-5ky-this> - 2012-07-28 20:40 +0000
Re: Do C++ and Java professionals use UML?? "David Lamb" <david.lamb@1:261/38.remove-5ky-this> - 2012-07-28 20:40 +0000
Re: Do C++ and Java professionals use UML?? "Robert Klemme" <robert.klemme@1:261/38.remove-5ky-this> - 2012-07-28 20:40 +0000
Re: Do C++ and Java professionals use UML?? "Eric Sosman" <eric.sosman@1:261/38.remove-5bm-this> - 2012-07-29 18:16 +0000
Re: Do C++ and Java professionals use UML?? "Gene Wirchenko" <gene.wirchenko@1:261/38.remove-dpk-this> - 2012-07-31 18:02 +0000
csiph-web