minor changes

This commit is contained in:
Vitor Oliveira 2021-06-08 11:28:22 -07:00
parent e202d15e6b
commit 130e736aa6

View file

@ -1,5 +1,3 @@
# Challenge name: Pascal's triangle ii
#
# Given an integer row_index, return the rowIndexth (0-indexed) row of the Pascal's triangle.
# Example 1:
#