Skip to content

This is a repository dedicated to solving coding challenges using python programming language

License

Notifications You must be signed in to change notification settings

Felix45/python-coding-challenges

Repository files navigation

📗 Table of Contents

📖 Python Coding Challenges

This is a repository dedicated to solving coding challenges using the Python programming language

🛠 Built With

Tech Stack

This project is built with.

Client

Key Features

This project attempts to solve some of the popular coding challenges in technical interviews.

  • Each branch has a different coding challenge

(back to top)

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  $ python3 --version
  $ sudo apt install python3.8-venv

Setup

Clone this repository to your desired folder:

  $ git clone git@github.com:Felix45/python-coding-challenges.git

Install

Install this project with:

  $ cd python-coding-challenges
  $ sudo python3 -m venv env
  $ source evn/bin/activate
  $ (env) > pip3 install -r requirements.txt

Usage

To run the project, execute the following command:

  $ git checkout challenge-branch

  $ pytest challenge_test.py

Run tests

To run tests, run the following command:

  $ pytest 

Deployment

You can deploy this project using:

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Add dynamic programming coding challenges
  • Add string manipulation coding challenges
  • Add array related coding challenges
  • Add divide and conquer coding challenges

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please help me by starring this repository

(back to top)

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This is a repository dedicated to solving coding challenges using python programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages