Skip to content

MosesSoftEng/alx-interview

Repository files navigation

📖 Interview Questions.

Topics Covered.

  1. Python List, List Comprehession.

🔧 Project setup

# Create project directory.
mkdir ./alx-interview
cd ./alx-interview

# Create new repo.
git init

# Install python linter.
pip install pycodestyle==2.8.0
pip install pep8==1.7.0

💻 Projects.

Pascal triangle interview question.

🔧 Project setup.

# Create project directory.
mkdir ./0x00-pascal_triangle
touch ./0x00-pascal_triangle/README.md
cd ./0x00-pascal_triangle

✔️ Solution.

👉 Go to solution

Lockboxes interview question.

🔧 Project setup.

# Create project directory.
mkdir ./0x01-lockboxes
touch ./0x01-lockboxes/README.md
cd ./0x01-lockboxes

✔️ Solution.

👉 Go to solution

Log Parsing interview question.

🔧 Project setup.

# Create project directory.
mkdir ./0x03-log_parsing
touch ./0x03-log_parsing/README.md
cd ./0x03-log_parsing

✔️ Solution.

👉 Go to solution

Island Perimeter interview question.

🔧 Project setup.

# Create project directory.
mkdir ./0x09-island_perimeter
touch ./0x09-island_perimeter/README.md
cd ./0x09-island_perimeter

✔️ Solution.

👉 Go to solution

Prime game interview question.

🔧 Project setup.

# Create project directory.
mkdir ./0x0A-primegame
touch ./0x0A-primegame/README.md
cd ./0x09-island_perimeter

✔️ Solution.

👉 Go to solution

👨 Author and Credits.

This project was done by SE. Moses Mwangi. Feel free to get intouch with me;

📱 WhatsApp +254115227963

📧 Email moses.soft.eng@gmail.com

👍 A lot of thanks to ALX-Africa Software Engineering program for the project requirements.