issues Search Results · repo:devAmoghS/Python-Interview-Problems-for-Practice language:"Jupyter Notebook"
Filter by
6 results
(61 ms)6 results
indevAmoghS/Python-Interview-Problems-for-Practice (press backspace or delete to remove)Owencclary
- Opened on Dec 23, 2023
- #20
Problem: Given two sorted array of sizes m and n
in which all elements are distinct. Find the
union between them
Constraints: in O(m+n) complexity.
def unionArrays(x, y, m, n): union_arr = []
for ...
mukul1729
- Opened on Nov 6, 2022
- #19
Very nice repository but please add problem questions to answers. Thanks
enhancement
good first issue
help wanted
Jorjill
- 1
- Opened on Jan 26, 2020
- #13
If using greater than or equal too and less than or equal to in line 14, then you can remove the check to see if it is
ever equal to the max or the low range. So you can remove the lines 16 and 17.
good first issue
Bogdy2
- 1
- Opened on Jul 6, 2019
- #9
In the readme it says: It passes style checks (PEP8 compliant) [TODO]
Would it be better to auto format all files with Black? This means dev s won t need to manually check for PEP8
compliance.
good first issue
rhthomas
- 2
- Opened on Jun 12, 2019
- #8
flake8 testing of https://github.com/devAmoghS/Python-Interview-Problems-for-Practice on Python 3.7.1
$ flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
./preorder_iterative_bst.py:9:47: ...
good first issue
cclauss
- 2
- Opened on Jun 5, 2019
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.