# README
Content of the subdirectory article_24
- Simple HTTP server
- HTTP server with slow responses
- Usage of Flush()
- Detection whether client has been disconnected
- List data container
- Usage of list as stack
- Usage of list as stack, better variant
- Ring data container
- Filled ring items
- Empty ring items
- Iterator over ring items
- Iterator over ring items, variant with closure
- Sort array/slice of integers
- Sort array/slice of floats
- Sort array/slice of strings
- Reverse sorted array/slice
- Integer slice
- Sort-by implementation
- Heap container
- Heap operations with tracing
# Type aliases
Stack data structure that is based on List container.
Stack data structure that is based on List container.
StringHeap represents simple heap abstract data structure based on array.
StringHeap represents simple heap abstract data structure based on array.