An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Alx-Interview
![1_Dyu63sMUVL-gYEZISOE2BQ](https://github.com/samuelselasi/alx-interview/assets/85158665/6f0adc56-4a58-4760-a4c5-e12f64829627)

## 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)