Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amany-mm/alx-interview
Software Engineering Interview Preparation
https://github.com/amany-mm/alx-interview
dynamic-programming graph greedy-algorithms queue recursion
Last synced: about 2 months ago
JSON representation
Software Engineering Interview Preparation
- Host: GitHub
- URL: https://github.com/amany-mm/alx-interview
- Owner: amany-mm
- Created: 2024-10-03T17:49:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T00:30:56.000Z (about 2 months ago)
- Last Synced: 2024-11-15T00:31:28.037Z (about 2 months ago)
- Topics: dynamic-programming, graph, greedy-algorithms, queue, recursion
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alx-Interview
## Table of Contents
* [About](#about)
* [Requirements](#requirements)
* [Projects](#projects)## About
This repository contains top interview preparation questions and answers for Software Engineering roles.## Requirements
### General
* Allowed editors: `vi`, `vim`, `emacs`, `Visual Studio Code`
* All your files should end with a new line
* A `README.md` file, at the root of the folder of the project, is mandatory
* All coding conventions must be obeyed
* Solutions must be well doccumented
* KISS -> **Keep It Simple Stupid**## Projects
0. [0x00-pascal_triangle](./0x00-pascal_triangle)
1. [0x01-lockboxes](./0x01-lockboxes)
2. [0x02-minimum_operations](./0x02-minimum_operations)
3. [0x03-log_parsing](./0x03-log_parsing)
4. [0x04-utf8_validation](./0x04-utf8_validation)
5. [0x05-nqueens](./0x05-nqueens)
6. [0x06-starwars_api](./0x06-starwars_api)
7. [0x07-rotate_2d_matrix](./0x07-rotate_2d_matrix)
8. [0x08-making_change](./0x08-making_change)
9. [0x09-island_perimeter](./0x09-island_perimeter)
10. [0x0A-primegame](./0x0A-primegame)