Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ben Bacarisse Newsgroups: comp.lang.javascript Subject: Re: Condition fullfilled to early "sometimes" Date: Wed, 02 Mar 2016 20:22:28 +0000 Organization: A noiseless patient Spider Lines: 40 Message-ID: <87mvqghbp7.fsf@bsb.me.uk> References: <6ed0a1f8-d173-4de6-aff6-3590b34072d4@googlegroups.com> <65c8fd95-aefc-452e-ba2b-c4a94b1e7e1d@googlegroups.com> <87si0ajtuk.fsf@bsb.me.uk> <07c551f4-7b92-4e60-afbe-d0bd2ff62962@googlegroups.com> <85aadccc-54fc-4136-a43b-8192fafcaf68@googlegroups.com> <5cb9c676-5153-4676-928b-355b386fe1ca@googlegroups.com> <8760x5jh1y.fsf@bsb.me.uk> <7d8ee7de-9921-4b79-ac1e-b7492abae36a@googlegroups.com> <87ziuhi1d0.fsf@bsb.me.uk> <87ziughmkf.fsf@bsb.me.uk> <6a450017-e90b-48ca-8912-8d6db58d9b90@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="017616aa25f81ec581c44d76d61ba2f3"; logging-data="22270"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19FJjY8c0pYr4pdTE9V+uC3F/MZz0PVan4=" Cancel-Lock: sha1:zuihDGfutjJ5aSVGLbMuOc+zQB0= sha1:CIbF9vjUDT9UFZAPNU/ki0C47jY= X-BSB-Auth: 1.79f5dada81b1f7e69b75.20160302202228GMT.87mvqghbp7.fsf@bsb.me.uk Xref: csiph.com comp.lang.javascript:29775 jonas.thornvall@gmail.com writes: > Den onsdag 2 mars 2016 kl. 17:27:55 UTC+1 skrev Ben Bacarisse: >> > Den onsdag 2 mars 2016 kl. 12:08:17 UTC+1 skrev Ben Bacarisse: >> >> jonas.thornvall@gmail.com writes: >> >> > The program works. >> >> >> >> Great. >> What about: >> >> Hurray **failed** generate regular graph >> 0'st NODE Links-> 3,9,7 >> 1'st NODE Links-> 5,7,6 >> 2'st NODE Links-> 9,6,8 >> 3'st NODE Links-> 0,5,6 >> 4'st NODE Links-> 9,5,7 >> 5'st NODE Links-> 1,3,4 >> 6'st NODE Links-> 1,2,3 >> 7'st NODE Links-> 0,1,4 >> 8'st NODE Links-> 2 >> 9'st NODE Links-> 0,2,4 >> >> ? > > I do not see what you mean there is only two free positions, "that is one pair". > You think it is alright they point back at eachother from node 8. > > That is not a link in my opinions and no regular graph with 10 nodes was created. > > Do you think so, doesn't a link run between two nodes? I fear we are talking at cross purposes. You said your program works, but the output I showed looks wrong to me. Maybe I just don't know what the program is supposed to do. If the output is correct, I'll comment no further. -- Ben.