Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droffilc1/alx-interview
Interview Prep Questions
https://github.com/droffilc1/alx-interview
algorithm python
Last synced: about 2 months ago
JSON representation
Interview Prep Questions
- Host: GitHub
- URL: https://github.com/droffilc1/alx-interview
- Owner: droffilc1
- Created: 2024-04-24T12:17:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T08:32:48.000Z (7 months ago)
- Last Synced: 2024-06-25T09:55:32.963Z (7 months ago)
- Topics: algorithm, python
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALX Software Engineering Interview Prep Questions
## Description
This repository contains programs written for ALX interview prep.## Structure
- [0x00. Pascal's Triangle](./0x00-pascal_triangle)
- [0x01. Lockboxes](./0x01-lockboxes)
- [0x02. Minimum Operations](./0x02-minimum_operations)
- [0x03. Log Parsing](./0x03-log_parsing)
- [0x04. UTF-8 Validation](./0x04-utf8_validation)
- [0x05. N Queens](./0x05-nqueens)
- [0x06. Star Wars API](./0x06-starwars_api)
- [0x07. Rotate 2D Matrix](./0x07-rotate_2d_matrix)
- [0x08. Making Change](./0x08-making_change)
- [0x09. Island Perimeter](./0x09-island_perimeter)
- [0x0A. Prime Game](./0x0A-primegame)