All Projects → adityaarakeri → Interview-solved

adityaarakeri / Interview-solved

Licence: MIT License
🌴 Solutions to few of the interview coding challenges in Python 🐍

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Interview-solved

Umbraco-v8-Community-Website-StarterKit
The goal of this repo is to have a community managed starter project/kit for #umbraco v8 following the best practices and showcasing nice tips and tricks
Stars: ✭ 19 (-52.5%)
Mutual labels:  hacktoberfest2020
pythoncharmers
Small beginners python programs.
Stars: ✭ 33 (-17.5%)
Mutual labels:  hacktoberfest2020
wappdriver
Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!
Stars: ✭ 40 (+0%)
Mutual labels:  hacktoberfest2020
codingblocks.com
The Coding Blocks main website
Stars: ✭ 53 (+32.5%)
Mutual labels:  hacktoberfest2020
YoPlaDo-Youtube-Playlist-Downloader
A simple python program to download Youtube Playlist at once.
Stars: ✭ 16 (-60%)
Mutual labels:  hacktoberfest2020
Tana
Bringing the Picture-in-Picture experience to the desktop.
Stars: ✭ 109 (+172.5%)
Mutual labels:  hacktoberfest2020
opendevufcg.org
Portal da OpenDevUFCG
Stars: ✭ 52 (+30%)
Mutual labels:  hacktoberfest2020
pola-backend
Pola pomoże Ci odnaleźć polskie wyroby. Zabierając Polę na zakupy odnajdujesz produkty “z duszą” i wspierasz polską gospodarkę.
Stars: ✭ 29 (-27.5%)
Mutual labels:  hacktoberfest2020
MT4-Telegram-Bot-Recon
Building a Telegram Chat with a MT4 Forex Trading Expert Advisor
Stars: ✭ 71 (+77.5%)
Mutual labels:  hacktoberfest2020
svelte-interview-questions
Concepts and Questions related to Svelte - Part of official Svelte resources list
Stars: ✭ 18 (-55%)
Mutual labels:  hacktoberfest2020
ListBot
ListBot is a Discord Bot which let's you create community lists on each channel.
Stars: ✭ 22 (-45%)
Mutual labels:  hacktoberfest2020
dimooper
Digital Music Looper
Stars: ✭ 64 (+60%)
Mutual labels:  hacktoberfest2020
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (+10%)
Mutual labels:  hacktoberfest2020
grandes-testes-do-buzzfeed
Um repositório para colocar testes icônicos do Buzzfeed para fazermos em belos momentos de tédio ou procrastinação. 📱 Espaço para conhecer e começar a contribuir com o open-source/github. Então sem medo, comece a contribuir com outros repositórios também!
Stars: ✭ 19 (-52.5%)
Mutual labels:  hacktoberfest2020
WebCrawlerTokopedia
It is a web crawler and scrapper for https://www.Tokopedia.com. The project scrape the product-ID, product URL and product videos present under the product images present at right bottom of the page.
Stars: ✭ 16 (-60%)
Mutual labels:  hacktoberfest2020
BhimIntegers
BhimIntegers🚀 is a C++ library that is useful when we are dealing with BigIntegers💥💥. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform arithmetic operations📘 like addition, multiplication, subtraction, division, equality check, etc📐📐. Also, there are several functions like factorial, …
Stars: ✭ 43 (+7.5%)
Mutual labels:  hacktoberfest2020
Microsoft-Udacity-ML-scholarship
Just give your best shot!
Stars: ✭ 64 (+60%)
Mutual labels:  hacktoberfest2020
dsalgo
Contains Algorithms useful for interview preparation, various practice problems of Arrays, Stacks, queue etc. Contributors are Welcome but, DO NOT MAKE THIS REPO ACT LIKE A SOURCE OF +1.
Stars: ✭ 45 (+12.5%)
Mutual labels:  interview-practice
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (+220%)
Mutual labels:  hacktoberfest2020
MusicPlayer
just a music player that search your storage and plays the song.
Stars: ✭ 25 (-37.5%)
Mutual labels:  hacktoberfest2020

Build Status Contributors Issues Open Pull Requests Last Commit Stars Forks Watchers License

---

Interview solutions in Python3

There implementations are for learning purposes. If you want to contribute more efficient solutions feel free to open an issue and commit your solution.


Contributing Guidelines

To contribute make sure the Problem hasn't already added to the repo. Make sure to add the number of the Issue in your PR.

Folders and Files

  • Make sure to add the solution to the problem in the respective file folder
  • Test the solution on the respective site before submitting the solution
  • Each file must end in .py
  • Each file should be python3 compatible

Opening Issues

  • When you open an issue, please make sure the Problem is not already implemented
  • Opened Issues by existing Problem will be closed & PR made to this Issue marked as spam
  • The Contributer who opened an issue will be assigned prefered to the issue.
  • If there is no PR within about 7 Days the issue will be assigned to another Contributer.

Pull Requests

  • Only Pull Requests joined with an Issue and matching the naming-conventions
  • If there is no Issue joined in the PR your PR will be labeld as spam and closed.
  • If your PR doesn' follow the Contributing Guidelines of this Repository it will be also marked as spam and closed!

Spam Users

Users who spam this Repo with PRs/Issues that does not align the Contribution Guidelines will be blocked.

Getting Started

  • Fork this repository (Click the Form button, top right of this page)
  • Clone your fork down to your local machine
git clone [email protected]:adityaarakeri/Interview-solved.git
  • Comment to the Issue you want to work on
  • Create a branch for a new feature
git checkout -b feature/branch-name
  • Or if its a bugfix to a file
git checkout -b bugfix/branch-name
  • Make your changes (choose from the Tasks above!)
  • Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
  • Create a New Pull Request from your forked repository ( Click the 'New Pull Request' Button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

Which PR will be accepted?

  • Ones you are assigned to
  • Your PR has to link the Issue
  • Your Solution must be correct - you can check first on LeetCode (submit) if it works on different test-cases

Which PRs will be NOT accepted?

  • Ones you are NOT assigned to
  • Your PR is NOT linked to the Issue you created
  • Your Solution is not correct
  • Your PR contains more than the .py file
  • PRs that "correct" Typos or spam files with comments
  • PRs that "correct" Coding Styles - Please accept that everybody has a different style

Hacktoberfest

Every year during Hacktoberfest this Repository will be bombarded with PR's I will make sure to approve them within the time period

Run your Tests

./bin/run.sh 

Thank You!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].