Timeline for Sort a string, sort of
Current License: CC BY-SA 3.0
47 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 7, 2024 at 19:23 | answer | added | pajonk | timeline score: 1 | |
| May 7, 2024 at 16:58 | answer | added | Glory2Ukraine | timeline score: 1 | |
| Jan 4, 2023 at 12:04 | answer | added | chunes | timeline score: 0 | |
| Jan 4, 2023 at 11:44 | answer | added | Shaggy | timeline score: 1 | |
| Jan 4, 2023 at 3:00 | answer | added | l4m2 | timeline score: 1 | |
| Jan 19, 2022 at 5:35 | answer | added | Razetime | timeline score: 0 | |
| Jan 18, 2022 at 23:09 | answer | added | emanresu A | timeline score: 2 | |
| Dec 29, 2020 at 16:09 | answer | added | Razetime | timeline score: 1 | |
| Jun 17, 2020 at 9:04 | history | edited | CommunityBot | Commonmark migration | |
| Feb 3, 2017 at 18:34 | comment | added | ckjbgames | It would be funny if someone made an answer that was already sorted |:) | |
| Jan 13, 2017 at 4:54 | answer | added | Value Ink | timeline score: 0 | |
| Jan 12, 2017 at 22:21 | comment | added | Stewie Griffin | @DJMcMayhem haha, nice and descriptive title... It's actually possible to pronounce, so it could work :) | |
| Jan 12, 2017 at 18:03 | comment | added | DJMcMayhem | Proposed alternate title: ,Safginorst orst ort :P | |
| Jan 12, 2017 at 10:05 | answer | added | Emigna | timeline score: 1 | |
| Jan 11, 2017 at 20:28 | answer | added | xnor | timeline score: 2 | |
| Jan 11, 2017 at 18:56 | answer | added | nmjcman101 | timeline score: 2 | |
| Jan 11, 2017 at 18:40 | answer | added | smls | timeline score: 1 | |
| Jan 11, 2017 at 17:32 | answer | added | Cyclic3 | timeline score: 1 | |
| Jan 11, 2017 at 14:38 | answer | added | Martin Ender | timeline score: 0 | |
| Jan 11, 2017 at 14:00 | answer | added | NikoNyrh | timeline score: 0 | |
| Jan 11, 2017 at 11:23 | answer | added | user59178 | timeline score: 2 | |
| Jan 11, 2017 at 10:12 | answer | added | Zgarb | timeline score: 3 | |
| Jan 11, 2017 at 4:00 | answer | added | Dennis | timeline score: 6 | |
| Jan 11, 2017 at 3:30 | answer | added | Dennis | timeline score: 15 | |
| Jan 11, 2017 at 3:05 | answer | added | flornquake | timeline score: 3 | |
| Jan 11, 2017 at 2:36 | answer | added | JungHwan Min | timeline score: 2 | |
| Jan 11, 2017 at 0:25 | answer | added | George Reith | timeline score: 1 | |
| Jan 11, 2017 at 0:14 | comment | added | Stewie Griffin | No, you only need the same result. So far, I think only one answer has used the same algorithm. | |
| Jan 11, 2017 at 0:02 | answer | added | Neil | timeline score: 3 | |
| Jan 11, 2017 at 0:01 | comment | added | George Reith | @StewieGriffin When you say sorted according to the description above. Do you mean my sort algorithm must follow the process of modifying ASCII values or it just has to produce the same output as that algorithm? | |
| Jan 10, 2017 at 23:42 | answer | added | Patrick Roberts | timeline score: 0 | |
| Jan 10, 2017 at 23:40 | comment | added | Stewie Griffin | I'll correct my comment above: a string is a list of characters, so a list of characters is accepted output. However, a list of strings is not accepted. This means, if it's possible to add a second character to an element in your list then it's not accepted. As an example: {'a','b'} is not accepted in Matlab since you can add a character to each of the characters like this: {'aa','b'}. Your input and output must be on the same format. | |
| Jan 10, 2017 at 23:34 | answer | added | Sean | timeline score: 1 | |
| Jan 10, 2017 at 23:16 | answer | added | JungHwan Min | timeline score: 4 | |
| Jan 10, 2017 at 22:26 | answer | added | nimi | timeline score: 7 | |
| Jan 10, 2017 at 22:25 | history | edited | FlipTack | edited tags | |
| Jan 10, 2017 at 22:24 | answer | added | izzyg | timeline score: 16 | |
| Jan 10, 2017 at 22:20 | history | edited | Stewie Griffin | CC BY-SA 3.0 | added 141 characters in body |
| Jan 10, 2017 at 22:16 | answer | added | Adám | timeline score: 5 | |
| Jan 10, 2017 at 22:14 | history | tweeted | twitter.com/StackCodeGolf/status/818944210296512512 | ||
| Jan 10, 2017 at 22:07 | answer | added | cleblanc | timeline score: 4 | |
| Jan 10, 2017 at 21:54 | comment | added | Stewie Griffin | If you can input a string, then the output should be a string too. If a list of characters is the normal way of inputting and outputting strings in your languages then it's OK. You can for instance not output {'S', 'g', 'i', 'n', 'r', 't'} in Python, since the "normal" way to do it is "String". | |
| Jan 10, 2017 at 21:52 | history | edited | Stewie Griffin | CC BY-SA 3.0 | edited title |
| Jan 10, 2017 at 21:52 | comment | added | Wheat Wizard♦ | Can we output a list of characters instead of a string? | |
| Jan 10, 2017 at 21:40 | comment | added | Magic Octopus Urn | Title is a bit confusing, resulting in me thinking this and ignoring the description: tio.run/nexus/05ab1e#@1@td2jh4ZVe//… Nice challenge otherwise, I'll work on expanding that to meet the brief. | |
| Jan 10, 2017 at 21:27 | answer | added | Wheat Wizard♦ | timeline score: 10 | |
| Jan 10, 2017 at 21:19 | history | asked | Stewie Griffin | CC BY-SA 3.0 |