The following module was proposed for inclusion in the Module List: modid: ACME::Sort::Bogosort DSLIP: Rdpfp description: Bogosort implementation (aka slowsort) userid: DAVIDO (David J. Oswald) chapterid: 6 (Data_Type_Utilities) communities:
similar: rationale: The Bogosort is an incredibly inefficient sort, but learning about its simple algorithm has has some value from an educational standpoint. Sort in O( (n-1) * n! ) average, or O(INF) worst-case time. Perfect for ACME. I chose the ACME::Sort namespace since ACME is ideal for modules that aren't intended for real world use, yet may have some educational or humor merit. The '::Sort' namespace was chosen as there are other sorts that fall into this category which I would also like to implement later on. Examples would be ACME::Sort::Goro, ACME::Sort::Bozo, and ACME::Sort::QuantumBogosort. enteredby: DAVIDO (David J. Oswald) enteredon: Thu Aug 18 23:12:11 2011 GMT The resulting entry would be: ACME::Sort:: ::Bogosort Rdpfp Bogosort implementation (aka slowsort) DAVIDO Thanks for registering, -- The PAUSE PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=23700000_0931d0ebea1be9e3&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=23700000_0931d0ebea1be9e3&SUBMIT_pause99_add_mod_insertit=1 Peek at the current permissions: https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=ACME%3A%3ASort%3A%3ABogosort