Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)