https://github.com/samuelselasi/alx-interview
Software Engineering Interview Preparation
https://github.com/samuelselasi/alx-interview
apis backtracking-algorithm depth-first-search greedy-algorithms log-parsing minimum-operations pascals-triangle sieve-of-eratosthenes utf-8-encoding
Last synced: about 2 months ago
JSON representation
Software Engineering Interview Preparation
- Host: GitHub
- URL: https://github.com/samuelselasi/alx-interview
- Owner: samuelselasi
- Created: 2023-09-25T17:10:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-20T20:30:34.000Z (over 1 year ago)
- Last Synced: 2025-01-23T13:43:55.428Z (3 months ago)
- Topics: apis, backtracking-algorithm, depth-first-search, greedy-algorithms, log-parsing, minimum-operations, pascals-triangle, sieve-of-eratosthenes, utf-8-encoding
- Language: Python
- Homepage: https://github.com/samuelselasi/alx-interview.git
- Size: 86.9 KB
- Stars: 1
- 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)