Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssefelghamour/alx-interview
https://github.com/youssefelghamour/alx-interview
leetcode leetcode-python python
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/youssefelghamour/alx-interview
- Owner: youssefelghamour
- Created: 2024-05-30T11:29:14.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-08T10:37:44.000Z (5 months ago)
- Last Synced: 2024-08-09T11:00:33.867Z (5 months ago)
- Topics: leetcode, leetcode-python, python
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx-interview
This repository contains solutions for various coding challenges and projects as part of the ALX interview preparation.
## Projects
| Project | Description |
|-----------------------|--------------------------------------------------------------------------------------|
| 0x00-pascal_triangle | Contains a function `pascal_triangle(n)` that returns a list of lists of integers representing Pascal’s Triangle with `n` levels. |
| 0x01-lockboxes | Implements the `canUnlockAll(boxes)` function to determine if all boxes in a list of locked boxes can be opened. |
| 0x02-minimum_operations | Implements the `minOperations(n)` function to calculate the fewest number of operations needed to result in exactly `n` characters of 'H' in a text file. |