Skip to main content

Timeline for Output / Convert to unary number

Current License: CC BY-SA 4.0

69 events
when toggle format what by license comment
Apr 24 at 14:39 answer added xrs timeline score: 0
Mar 28 at 8:26 answer added Josiah Winslow timeline score: 1
Mar 28 at 6:38 answer added Acrimoris timeline score: 0
Dec 5, 2024 at 19:12 answer added xrs timeline score: 0
May 7, 2024 at 18:41 answer added madeforlosers timeline score: 1
Mar 5, 2024 at 17:29 answer added movatica timeline score: 0
Jul 24, 2023 at 19:46 answer added stackprotector timeline score: 0
Jul 24, 2023 at 19:01 answer added SanguineL timeline score: 2
Jul 24, 2023 at 17:38 answer added bsoelch timeline score: 2
Jul 24, 2023 at 7:40 answer added Nahuel Fouilleul timeline score: 0
Jul 24, 2023 at 7:06 answer added RubenVerg timeline score: 2
Jul 23, 2023 at 20:30 answer added macOSisthebestOS timeline score: 1
Jul 22, 2023 at 21:31 comment added SuperStormer It finishes in 52 seconds and well under the memory limit on my machine.
Jul 22, 2023 at 8:09 comment added 12431234123412341234123 @SuperStormer A linked list sounds like a high memory usage anyway. Can you store a string with the memory size of 2 bytes per character or less?
Jul 22, 2023 at 6:04 answer added The Zip Creator timeline score: 2
Jul 21, 2023 at 16:39 answer added roblogic timeline score: 3
Jul 21, 2023 at 16:19 history edited 12431234123412341234123 CC BY-SA 4.0
added 9 characters in body
Jul 21, 2023 at 16:14 history edited 12431234123412341234123 CC BY-SA 4.0
added 9 characters in body
Jul 21, 2023 at 16:13 answer added Dadsdy timeline score: 1
Jul 21, 2023 at 13:12 answer added KeizerHarm timeline score: 4
Jul 21, 2023 at 5:50 answer added Peter Cordes timeline score: 3
Jul 20, 2023 at 17:07 answer added Ismael Miguel timeline score: 2
Jul 20, 2023 at 12:46 answer added 12431234123412341234123 timeline score: 3
Jul 20, 2023 at 7:48 answer added Neil timeline score: 2
Jul 19, 2023 at 15:23 answer added CursorCoercer timeline score: 4
Jul 19, 2023 at 12:33 answer added Ferro Luca timeline score: 2
Jul 19, 2023 at 12:23 answer added mousetail timeline score: 6
Jul 19, 2023 at 10:14 comment added 12431234123412341234123 @Bbrk24 Yes. Some answers use that (in particular C where some garbage is printed for every digit).
Jul 19, 2023 at 8:40 comment added Philippos I wonder which answers did actually test the runtime for the big number edge case.
Jul 19, 2023 at 7:10 answer added Kevin Cruijssen timeline score: 3
Jul 19, 2023 at 3:45 answer added LSM07 timeline score: 2
Jul 19, 2023 at 3:12 answer added south timeline score: 5
Jul 19, 2023 at 2:41 answer added SuperStormer timeline score: 3
Jul 18, 2023 at 23:55 comment added SuperStormer In particular, this unfairly disadvantages languages like Haskell where the default string type is a lazy linked list.
Jul 18, 2023 at 23:49 history became hot network question
Jul 18, 2023 at 23:49 history became hot network question
Jul 18, 2023 at 23:49 history became hot network question
Jul 18, 2023 at 23:33 comment added SuperStormer @12431234123412341234123 Why are you arbitrarily overriding default output methods? generators lists definition of a list Also, if this is a clarification, it should be an edit, not buried in the comments.
Jul 18, 2023 at 23:06 answer added Julian timeline score: 3
Jul 18, 2023 at 22:59 answer added bluswimmer timeline score: 4
Jul 18, 2023 at 22:48 answer added Kai Burghardt timeline score: 3
Jul 18, 2023 at 22:26 answer added c-- timeline score: 3
Jul 18, 2023 at 19:36 answer added bb94 timeline score: 6
Jul 18, 2023 at 19:17 answer added chunes timeline score: 4
Jul 18, 2023 at 19:13 answer added Jordan timeline score: 2
Jul 18, 2023 at 19:01 answer added Bbrk24 timeline score: 2
Jul 18, 2023 at 18:55 comment added Bbrk24 Can the separator be more than one character? e.g. 1, 1, 1 instead of 1,1,1
Jul 18, 2023 at 18:34 answer added Neil timeline score: 4
Jul 18, 2023 at 18:33 answer added Neil timeline score: 7
Jul 18, 2023 at 17:21 answer added David Conrad timeline score: 4
Jul 18, 2023 at 17:20 answer added Saladin timeline score: 2
Jul 18, 2023 at 17:11 answer added Dileep timeline score: 1
Jul 18, 2023 at 16:33 answer added c-- timeline score: 5
Jul 18, 2023 at 16:23 comment added 12431234123412341234123 @TheThonnu I would prefer standalone programs/scripts. But gave up on that, because people don't like that for some reason. So it is ok.
Jul 18, 2023 at 16:22 answer added Joe timeline score: 3
Jul 18, 2023 at 16:21 comment added The Thonnu Just to confirm: a function that returns a string (and doesn't output anything) is ok, right?
Jul 18, 2023 at 16:18 answer added The Thonnu timeline score: 4
Jul 18, 2023 at 16:18 comment added 12431234123412341234123 @noodleman internal data structures of a object that doesn't have the output as one char after the next in memory but uses some internal pointer magic behind de scenes (as it is done in high level languages like Python or JavaScript) or only generates the output at demand.
Jul 18, 2023 at 16:11 answer added The Thonnu timeline score: 11
Jul 18, 2023 at 16:06 comment added noodle person What do you mean by “internal data structure”? I meant outputting a list of unary digits, rather than say a list of characters which is basically what a string is.
Jul 18, 2023 at 16:04 comment added 12431234123412341234123 @noodleman You can output the string "[1,1,1]" but it has to be a string or some other form of character stream. Not some internal data structure.
Jul 18, 2023 at 16:03 history edited 12431234123412341234123 CC BY-SA 4.0
added 114 characters in body
Jul 18, 2023 at 15:59 comment added noodle person I mean outputting a list like [1,1,1] rather than a string like "111"
Jul 18, 2023 at 15:58 answer added mousetail timeline score: 3
Jul 18, 2023 at 15:58 answer added noodle person timeline score: 7
Jul 18, 2023 at 15:57 history edited 12431234123412341234123 CC BY-SA 4.0
added 204 characters in body
Jul 18, 2023 at 15:52 comment added noodle person Can I output a list of unary digits?
Jul 18, 2023 at 15:51 answer added The Thonnu timeline score: 4
Jul 18, 2023 at 15:46 history asked 12431234123412341234123 CC BY-SA 4.0