Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General purpose linked list #42

Merged
merged 3 commits into from
Apr 20, 2020
Merged

General purpose linked list #42

merged 3 commits into from
Apr 20, 2020

Conversation

uno20001
Copy link
Contributor

This pull request introduces a general purpose linked list module. Furthermore, the PR also addresses the same issue as #33, namely it introduces merge sort for sorting the file list. It is a stable sort, has O(N logN) asymptotic complexity, and uses just O(logN) auxiliary space.

@Rudde Rudde merged commit 754793b into pobrn:master Apr 20, 2020
@uno20001 uno20001 deleted the general_purpose_linked_list branch April 21, 2020 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants