-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54d99cb
commit bfc55d5
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# alx-interview | ||
Pascal's triangle as demonstrated in Python | ||
|
||
## Directories | ||
|
||
### 0x00-pascal_triangle | ||
|
||
- Description: This project focuses on implementing a function `pascal_triangle(n)` that generates Pascal's triangle of size `n`. The function returns a list of lists, where each inner list represents a row of Pascal's triangle. | ||
|
||
## Usage | ||
|
||
To use any project in this repository, follow the instructions provided in each respective directory. | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT License](LICENSE). |