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

Add integer sorting and swapping functions, refactor operation functions #23

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

mendes-jv
Copy link
Owner

This commit adds two new functions, ft_sort_int_arr for sorting integer arrays and ft_swap for swapping two integers. Meanwhile, it also refactors the ft_operate function to use integers instead of long long integers. Additionally, some other functions, like ft_arr_for_each are renamed for consistency and readability.

This commit adds two new functions, `ft_sort_int_arr` for sorting integer arrays and `ft_swap` for swapping two integers. Meanwhile, it also refactors the `ft_operate` function to use integers instead of long long integers. Additionally, some other functions, like `ft_arr_for_each` are renamed for consistency and readability.
@mendes-jv mendes-jv merged commit 69fd0e6 into main Feb 4, 2024
2 of 5 checks passed
@mendes-jv mendes-jv deleted the detached2 branch February 4, 2024 11: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.

1 participant