https://github.com/droffilc1/alx-interview
Interview Prep Questions
https://github.com/droffilc1/alx-interview
algorithm python
Last synced: 9 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T09:39:38.000Z (over 1 year ago)
- Last Synced: 2025-01-28T01:45:34.766Z (10 months ago)
- Topics: algorithm, python
- Language: Python
- Homepage:
- Size: 52.7 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)