From 82386793dc60368b6a39d6234e34c9a621e9c52a Mon Sep 17 00:00:00 2001 From: Tafara-N Date: Sat, 31 Aug 2024 13:23:56 +0200 Subject: [PATCH] Python interview practise: Pascal's Triangle. --- 0x00-pascal_triangle/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/0x00-pascal_triangle/README.md b/0x00-pascal_triangle/README.md index 3d22cc7..6dd59e6 100644 --- a/0x00-pascal_triangle/README.md +++ b/0x00-pascal_triangle/README.md @@ -1,12 +1,12 @@ # Resources -- [What is Pascal’s triangle](https://intranet.alxswe.com/rltoken/F458nFkW9StJum2zPI4khg) -- [Pascal’s Triangle - Numberphile](https://intranet.alxswe.com/rltoken/XXMN2RVCCGcF5l5ZnUIv8Q) -- [What are Python Algorithms](https://intranet.alxswe.com/rltoken/q5v0xbgrVxG4Nf-fV-BW2w) +- [What is Pascal’s triangle](https://www.cuemath.com/algebra/pascals-triangle/) +- [Pascal’s Triangle - Numberphile](https://www.youtube.com/watch?v=0iMtlus-afo) +- [What are Python Algorithms](https://builtin.com/data-science/python-algorithms) -# Additional Resources +## Additional Resources -- [Mock Technical Interview](https://intranet.alxswe.com/rltoken/vKf7Spm4xxFMom3x4Jx52g) +- [Mock Technical Interview](https://www.youtube.com/watch?v=1qw5ITr3k9E) # Must Know @@ -100,4 +100,4 @@ guillaume@ubuntu:~/0x00$ **Repo:** - GitHub repository: `alx-interview` - Directory: `0x00-pascal_triangle` -- File: `0-pascal_triangle.py` \ No newline at end of file +- File: `0-pascal_triangle.py`