All Projects → devAmoghS → Python Interview Problems For Practice

devAmoghS / Python Interview Problems For Practice

Licence: mit
120+ Common code and interview problems solved in Python **(it's GROWING...)** Give a Star 🌟If it helps you. Please go through the README.md before starting.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Interview Problems For Practice

Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-85.87%)
Mutual labels:  data-structures, interview-questions, interview-preparation, interview-prep, interviews
Cs Fundamentals
🎓 Data structures and algorithms
Stars: ✭ 869 (+61.52%)
Mutual labels:  interview-questions, interview-preparation, interview-prep, interviews
TheJobInterviewGuide
A job guide to help developers get through interviews and get amazing jobs!
Stars: ✭ 267 (-50.37%)
Mutual labels:  interviews, interview-questions, interview-prep, interview-preparation
Algorithm-Implementations
Lots of algorithm's & their implementations that have been compiled from a variety of locations.
Stars: ✭ 15 (-97.21%)
Mutual labels:  interviews, interview-questions, interview-prep, interview-preparation
Awesome Coding Interview Question Patterns
The most common question-patterns for any coding-interview
Stars: ✭ 196 (-63.57%)
Mutual labels:  data-structures, interview-questions, interview-preparation, interview-prep
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+479.37%)
Mutual labels:  data-structures, interview-questions, interview-preparation, interviews
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-65.24%)
Mutual labels:  data-structures, interview-questions, interview-preparation, interviews
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+3916.36%)
Mutual labels:  data-structures, interview-questions, interview-preparation, interviews
Sde Interview Questions
Most comprehensive list 📋 of tech interview questions 📘 of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Stars: ✭ 5,406 (+904.83%)
Mutual labels:  data-structures, interview-questions, interview-preparation, interview-prep
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-77.32%)
Mutual labels:  data-structures, interview-questions, interview-preparation, interviews
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+10099.81%)
Mutual labels:  interview-questions, interview-preparation, interview-prep, interviews
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+435.5%)
Mutual labels:  interview-questions, interview-preparation, interview-prep, interviews
Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (-96.28%)
Mutual labels:  interviews, interview-questions, interview-prep, interview-preparation
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-3.53%)
Mutual labels:  data-structures, interview-questions, interview-preparation, interviews
Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (-53.16%)
Mutual labels:  data-structures, interview-questions, interview-preparation
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+37977.88%)
Mutual labels:  data-structures, interview-preparation, interview-prep
Test-Bank
Interview preparation and practice problems
Stars: ✭ 43 (-92.01%)
Mutual labels:  interview-questions, interview-prep, interview-preparation
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+3087.92%)
Mutual labels:  data-structures, interview-questions, interview-preparation
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (-89.96%)
Mutual labels:  interview-questions, interview-prep, interview-preparation
counter-interview.dev
a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.
Stars: ✭ 102 (-81.04%)
Mutual labels:  interviews, interview-questions, interview-preparation

Python-Interview-Problems-for-Practice (now supported with Code Style)

star this repo fork this repo Code style: black

Updates

Problems available: Solved -- 63 ; Newly Added -- 57

1. Code Style is added

2. 57 new problems are added in Interview_Questions.md. Solutions to be uploaded soon.

alt text 40+ Common code and interview problems solved in Python (it's growing...)

The core idea is not to utilize built-in functions or library and giving it a more logic-based approach, so that it can be language-friendly and not end up being another repository of "Python Tips and Tricks" .

How good is the code ?

  • It is well tested
  • Consistent formatting (using Black)
  • It can compile in its current state (and there are relatively no issues)

How much support is available?

  • FAQs (coming soon)
  • Documentation (coming soon)

Issues

Feel free to submit issues and enhancement requests.

Contributing

Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

LICENSE

MIT License

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].