Skip to content

Commit

Permalink
Python interview practise: Pascal's Triangle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tafara-N committed Aug 31, 2024
1 parent af7f51f commit 8238679
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 0x00-pascal_triangle/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -100,4 +100,4 @@ guillaume@ubuntu:~/0x00$
**Repo:**
- GitHub repository: `alx-interview`
- Directory: `0x00-pascal_triangle`
- File: `0-pascal_triangle.py`
- File: `0-pascal_triangle.py`

0 comments on commit 8238679

Please sign in to comment.