Skip to content

Fix name redundancies in sort.h - #222

Merged
agl-alexglopez merged 1 commit into
mainfrom
sort-naming-fixes
Jul 27, 2026
Merged

Fix name redundancies in sort.h#222
agl-alexglopez merged 1 commit into
mainfrom
sort-naming-fixes

Conversation

@agl-alexglopez

@agl-alexglopez agl-alexglopez commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Eliminate sort naming redundancy. For example, CCC_sort_heapsort has a clunky sort redundancy. Mergesort has the same problem. Use the CCC_sort_* prefix and then simply name the sort type (CCC_sort_heap, CCC_sort_merge, etc.).

@agl-alexglopez
agl-alexglopez marked this pull request as ready for review July 27, 2026 16:14
@agl-alexglopez
agl-alexglopez merged commit dbd8961 into main Jul 27, 2026
26 checks passed
@agl-alexglopez
agl-alexglopez deleted the sort-naming-fixes branch July 27, 2026 16:15
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.

1 participant