mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-09 16:19:48 +00:00
* Add New Algorithm: Triangular Numbers * Calculate nth triangular number instead of generating a list * Handle 0th position and update function name and docstring