-
🔭 I’m currently working on Axona
-
👨💻 All of my projects are available at [https://akashkathole.AI/](https://akashkathole.AI /)
-
📝 I regularly write articles on https://medium.com/@akashkathole74
-
💬 Ask me about MLOps, ML, DL, IoT, AI, Robotics, etc.
-
📫 How to reach me akashkathole74@gmail.com
🎯
Focusing
⚡ Machine Learning Engineer | Open Source Advocate | Python | TensorFlow | PyTorch ⚡
-
SIL
- Pune
Highlights
- Pro
Pinned Loading
-
-
-
-
-
merge_&_merge_sort.py
merge_&_merge_sort.py 1def merge(A,B):
2(i,j,c) = (0,0,[])
3(m,n) = (len(A),len(B))
4while i + j < m + n:
5if i == m:
-
search_insert_position.py
search_insert_position.py 1def search_insert_position(data,target):
2i = 0
3while i < len(data):
4if data[i] == target:
5return i
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.