Skip to content

Commit

Permalink
updated README files
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagidza committed Jun 29, 2023
1 parent 54d99cb commit bfc55d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 0x00-pascal_triangle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Output:
[[1], [1, 1], [1, 2, 1], [1, 3, 3, 1], [1, 4, 6, 4, 1]]

## License
This project is licensed under the [MIT License](LICENSE).
This project is licensed under the [MIT License](../LICENSE).

---
*This README file was generated by ChatGPT.*
14 changes: 14 additions & 0 deletions README.md
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).

0 comments on commit bfc55d5

Please sign in to comment.