Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #106755
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Find the number of robots needed to walk through the rectangular grid |
| Date | 2016-04-09 15:10 -0400 |
| Organization | IISS Elusive Unicorn |
| Message-ID | <mailman.135.1460229024.2253.python-list@python.org> (permalink) |
| References | <8c570da8-ab31-44f3-9fdf-83e28741ffe4@googlegroups.com> <CALwzidkhCO0bK2XxP-BZ=aPxuSX-ZiSxq_Yn7pe+ehV8qTsN8Q@mail.gmail.com> <mailman.129.1460220245.2253.python-list@python.org> <e42777b0-fc2b-4f2c-8c2b-a53b41bfe3f7@googlegroups.com> <6ikigb1ri71e4l1s84v3ldiil2uohi6f1p@4ax.com> |
On Sat, 9 Apr 2016 10:13:04 -0700 (PDT), Joe <lildinho14@gmail.com>
declaimed the following:
>Could you post a formal solution of disjoint-set using my algorithm
You've been given a suggestion to a possible means of solving the
assignment -- researching that solution is now on your side of the fence.
We don't do homework... And likely your algorithm is incompatible with
the concept (I've not bothered to google "disjoint set").
Especially as nothing in this is Python specific -- working out the
algorithm IS the assignment; Python is just the means of implementing the
algorithm. When something doesn't work in your Python implementation, we
might offer further advice about how the language works.
{My birthday was a few days ago -- I'm transitioning in the "crotchety old
man stage")
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Find the number of robots needed to walk through the rectangular grid Joe <lildinho14@gmail.com> - 2016-04-09 07:18 -0700
Re: Find the number of robots needed to walk through the rectangular grid Ian Kelly <ian.g.kelly@gmail.com> - 2016-04-09 10:43 -0600
Re: Find the number of robots needed to walk through the rectangular grid Joe <lildinho14@gmail.com> - 2016-04-09 10:13 -0700
Re: Find the number of robots needed to walk through the rectangular grid Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-04-09 15:10 -0400
Re: Find the number of robots needed to walk through the rectangular grid Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-04-09 20:23 +0100
Re: Find the number of robots needed to walk through the rectangular grid Joe <lildinho14@gmail.com> - 2016-04-09 12:41 -0700
Re: Find the number of robots needed to walk through the rectangular grid Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-04-09 20:55 +0100
Re: Find the number of robots needed to walk through the rectangular grid Joe <lildinho14@gmail.com> - 2016-04-09 14:28 -0700
csiph-web