ProgrammingPracticePython
Trying to code clean and delegate code to small functions as much as possible
Install / Use
/learn @PriyankaKhire/ProgrammingPracticePythonREADME
<h1>Some good resources</h1>
<ul>
<li><a href="https://courses.csail.mit.edu/iap/interview/materials.php">MIT course on hacking a google interview</a></li>
<li>Airbnb interview questions:
<ul>
<li><a href="https://github.com/allaboutjst/airbnb">Github repo by All About Jst Daniel</a></li>
<li><a href="https://yezizp2012.github.io/2017/06/01/airbnb%E9%9D%A2%E8%AF%95%E9%A2%98%E6%B1%87%E6%80%BB/">August's Box 2017</a></li>
</ul>
</li>
<li><a href="https://www.1point3acres.com/">1 point 3 acers</a> </li>
<li><a href="https://leetcode.com/problems/subarray-sum-equals-k/discuss/301242/General-summary-of-what-kind-of-problem-can-cannot-solved-by-Two-Pointers">What kind of problems can be solved using sliding window.</a> </li>
</ul>
