LinkedList Sort OR StackSort

Akul
Oct 29, 2020

If there were no complex ADT List structures with O(1) Lookup, there would still be sort. No Table doubling required.

Recently got amused with Stack Sort while doing what I do. So if there were no abstract Non-continuous List structure (Not Linked List) and you wanted to sort your stacks, which I recently found useful somewhere low-level, this is it.

What better language to leverage Linked lists for sorting where Lists really do not exist, to implement stack sort. So this is StackSort in Elixir:

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Akul
Akul

Written by Akul

Software.Analytics.Python.Elixir.

No responses yet

Write a response