Skip to content

Conversation

@lcgabaldon
Copy link
Contributor

Description

Translated code and comments for the following Python files:

  • src/python/binary_search.py
  • src/python/binary_search_tree.py
  • src/python/binary_tree.py
  • src/python/bubble_sort.py
  • src/python/calculate_pi.py
  • src/python/circular_linked_list.py
  • src/python/comb_sort.py
  • src/python/counting_sort.py
  • src/python/doubly_linked_list.py
  • src/python/exponentiation.py
  • src/python/exponentiation_recursive.py
  • src/python/factorial.py
  • src/python/factorial_recursive.py
  • src/python/fibonacci_iterative.py
  • src/python/fibonacci_memoization.py (I would recommend renaming file to fibonacci_memorization.py)
  • src/python/fibonacci_recursive.py
  • src/python/insertion_sort.py
  • src/python/quick_sort.py
  • src/python/singly_linked_list.py
@lcgabaldon lcgabaldon changed the title Translated code and comments in each of the files. Translated Python algorithms and comments to English. Mar 10, 2024
Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much @lcgabaldon! Could you please just fix the issues related to linter?

@lcgabaldon
Copy link
Contributor Author

I believe I have fixed it and committed an updated version. If it is still giving issues I am happy to continue looking into it.

Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you so much @lcgabaldon 👏

@kelvins kelvins merged commit f4d053b into kelvins:main Mar 11, 2024
Repository owner deleted a comment May 26, 2024
@lcgabaldon lcgabaldon deleted the python_eng_translations branch June 28, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants