Andrew Kelley e834e95d71 Revert "std.SinglyLinkedList: add sort function"
This reverts commit 8b10970836480a43a3bbb1276cb258c2a8b613f2.

This implementation has the following problems:

* It does not provide context to the less than function. This will be an
  API break in order to fix.
* It uses recursion, causing unbounded stack memory usage - likely
  depending on user input, which is extra problematic.
* Sorting linked lists is generally an inefficient operation;
  encouraging it by having a standard library function for it may
  lead to suboptimal software being written in Zig.

Furthermore, there is almost no benefit to providing a sort function as
a method, when a third party implementation can easily be passed a
linked list to then be sorted.
2023-11-24 22:33:50 -07:00
..
2023-11-22 15:24:57 -07:00
2023-11-22 15:24:57 -07:00
2023-11-22 19:08:55 -07:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-23 03:06:47 -08:00
2023-11-22 19:08:55 -07:00
2023-11-22 13:24:27 -05:00
2023-11-22 19:08:55 -07:00
2023-10-02 15:31:49 -06:00
2023-10-23 22:42:18 -04:00
2023-10-02 15:31:49 -06:00
2023-11-09 17:41:14 +01:00
2023-11-22 13:24:27 -05:00
2023-11-22 15:24:57 -07:00
2023-11-22 13:24:27 -05:00
2023-10-31 21:37:35 -04:00
2023-10-25 04:28:30 -04:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-03 23:18:21 -04:00
2023-11-19 09:55:07 +00:00
2023-11-22 13:24:27 -05:00
2023-10-27 03:33:49 -04:00
2023-11-22 13:24:27 -05:00
2023-11-22 19:08:55 -07:00
2023-11-22 07:40:30 +00:00
2023-10-21 21:24:55 +00:00
2023-10-21 21:24:55 +00:00