From bfc55d53a4b60a7385a8fd20daeeb70726709f50 Mon Sep 17 00:00:00 2001 From: lynnagidza Date: Thu, 29 Jun 2023 11:11:41 +0300 Subject: [PATCH] updated README files --- 0x00-pascal_triangle/README.md | 2 +- README.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/0x00-pascal_triangle/README.md b/0x00-pascal_triangle/README.md index a172829..af457bb 100644 --- a/0x00-pascal_triangle/README.md +++ b/0x00-pascal_triangle/README.md @@ -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.* diff --git a/README.md b/README.md index 1ffa1b3..2b4c6d0 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file