MritunjayMaddhesiya
@MritunjayMLDev
Machine learning and Deep learning | Full stack Web developer | C++| DSA. Algorithms Trading using python
I am doing an array question from strivers, but for more efficiency. I am also doing #InterviewBit questions. Let's go.
1.Given an arr of size n, find the largest element in array? #include <bits/stdc++.h> int largestElement(vector<int> &arr, int n) { int largest = arr[0]; for(int i=0; i<n; i++){ if(arr[i]>largest){ largest = arr[i]; } } return largest ; }
It's almost done. This #Website look is copy from #Tech2 etc YouTube. I have to work on #javascript for more accuracy.
Today, I am working on a website project and Machine learning project. At night, I will work on my DSA questions. See you.🥰
Hello, everyone I am a student who focuses on new skills in programming. It's my journey to do something special with my coding skills. I am focused on machine learning and Data structure algorithms (DSA) from previous some months. Now, I am going to update my programming life
United States Trends
- 1. #FanCashDropPromotion 2,170 posts
- 2. Summer Walker 27.1K posts
- 3. Wale 39.7K posts
- 4. hayley 12.2K posts
- 5. #FridayVibes 5,364 posts
- 6. Good Friday 61K posts
- 7. #NXXT_Earnings N/A
- 8. #FinallyOverIt 9,032 posts
- 9. Reid Hoffman 13.1K posts
- 10. #FursuitFriday 12.2K posts
- 11. Go Girl 26.5K posts
- 12. Happy Friyay 1,706 posts
- 13. Saylor 47.4K posts
- 14. Bubba 12.5K posts
- 15. Bill Clinton 65.6K posts
- 16. SINGSA LATAI EP3 87K posts
- 17. Doug McMillon N/A
- 18. Thomas Crooks 43.1K posts
- 19. Meek 6,760 posts
- 20. Robbed You 5,574 posts
Something went wrong.
Something went wrong.