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

Implemented basic algorithm functions: faculty, bubble_sort, and quick_sort in a new file with proper docstrings. #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

This message was generated by git-bob (version: 0.9.1, model: gpt-4o-2024-08-06, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

Implemented the basic algorithms as requested in issue #18 by adding a new file, basic_algorithms.py, which includes functions for calculating faculty, and performing bubble sort and quick sort, complete with numpy-style docstrings for each function.

closes #18

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.

[Programming question]: Basic algorithms
0 participants