ANSH SONI Profile Banner
ANSH SONI Profile
ANSH SONI

@ansh_soni_0

Followers
1,844
Following
2,077
Media
38
Statuses
97

🎓 Ansh Soni | Computer Science student at GCET 💻 Aspiring software engineer | Passionate about coding, AI and ML 🚀 Future innovator in tech | tea addict ☕

GREATER NOIDA __UP
Joined January 2024
Don't wanna be here? Send us removal request.
Explore trending content on Musk Viewer
@ansh_soni_0
ANSH SONI
2 months
| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄| | Let's #Connect ! | |__________| \ (•◡•) / \ / —— |_ |_ Lets connect and grow together #Connection #letsconnect #CONNECT
15
2
23
@ansh_soni_0
ANSH SONI
2 months
#Leetcode I got the 50 day badge on Leetcode😊 thanks to Leetcode #leetcode #LearningJourney #coding
Tweet media one
1
1
12
@ansh_soni_0
ANSH SONI
2 months
Leetcode-1314 ) matrix block sum Brute Force solution.. It took time but I did it in the end👍 #leetcode #LearnAndGrow #learninpublic #CodingJourney #programminghelp #buildinpublic
Tweet media one
Tweet media two
3
1
11
@ansh_soni_0
ANSH SONI
1 month
👉👉click - #Reposts #NEET_ परीक्षा_परिणाम #NEETResult #NEETExamResults #NEET परिक्षापरिणाम #Neetpaper ��द्दकरो #NEET2024result
1
16
8
@ansh_soni_0
ANSH SONI
1 month
leetcode 633) . Sum of Square Numbers ----EASY CODE---- #100DaysOfCode #100DaysOfCode #100DaysOfCode #100DaysOfCode
Tweet media one
Tweet media two
0
0
9
@ansh_soni_0
ANSH SONI
17 days
Today LeetCode challenge done Leetcode 2181) Merge Nodes in Between Zeros example - Input: head = [0,3,1,0,4,5,2,0] Output: [4,11] #100DaysOfCode #leetcode #CodingJourney #CodingChallenge #Coding #LearningJourney
Tweet media one
0
0
8
@ansh_soni_0
ANSH SONI
2 months
I'm looking to #connect with people who are interested in. Web Development FrontEnd Backend DevOps Javascript React UI/UX Open Source c++ java DSA lets grow together.. follow to instant follow back.. #buildinpublic #connection #letsconnect
8
0
8
@ansh_soni_0
ANSH SONI
2 months
#include <buildinpublic> using namespace std; int main(){ cout<< " #letsconnect " ; }
5
0
8
@ansh_soni_0
ANSH SONI
8 days
Beautiful question that is LeetCode 23) Merge k Sorted Lists using recursion STORY POINTS partition the lists until to get 2 or 1 list ->if 1 list return this one ->if 2 list merge two list #learning #CodingJourney #leetcode #code #100DaysOfCode #LearnInPublic #buildingpublic
Tweet media one
Tweet media two
0
0
7
@ansh_soni_0
ANSH SONI
2 months
600 good connection Thanks alot to all of you , Lots of love. ❤️❤️❤️❤️❤️❤️❤️❤️❤️
Tweet media one
1
0
7
@ansh_soni_0
ANSH SONI
1 month
That's beautiful questions LeetCode 105. Construct Binary Tree from Preorder and Inorder Traversal LeetCode 106. Construct Binary Tree from Inorder and Postorder Traversal #learntocode #coding #LearnAndGrow #buildinpublic #Leetcode
Tweet media one
Tweet media two
2
0
7
@ansh_soni_0
ANSH SONI
20 days
TWO BADGE ACTIVE ON LEETCODE💢 1> 50 days badge 2> june badge #learning #LearningJourney #buildinpiblic #CodingJourney #code #LearnInPublic
1
0
7
@ansh_soni_0
ANSH SONI
2 months
Leetcode 21 Merge Two Sorted Lists in sorted order . #learninpublic #CodingJourney
Tweet media one
Tweet media two
2
1
7
@ansh_soni_0
ANSH SONI
29 days
LeetCode 1008) Construct Binary Search Tree from Preorder Traversal There may be another optimization in this code? Identify and comment Constraints: 1 <= preorder.length <= 100 1 <= preorder[i] <= 1000 All the values of preorder are unique. #LearningJourney #CodingJourney
Tweet media one
Tweet media two
1
0
7
@ansh_soni_0
ANSH SONI
14 days
Tweet media one
Tweet media two
0
0
6
@ansh_soni_0
ANSH SONI
2 months
Tokenization of a string by a delimiter in c++ string str = "ansh , soni , is , good"; here delimiter is ' , ' using tokenization concept we convert this string through delimiter like this. tokens = {"ansh" , "soni" , "is" , "good"}; header file <sstream> #follo4folloback 🤝
Tweet media one
0
0
5
@ansh_soni_0
ANSH SONI
2 months
*RUN LENGTH ENCODING(RLE)* Basic idea behind run length encoding which is used to save space when storing digital images . 0->White(W) 1->Black(B) observe 1st row 0 1 1 0 0 0 0 1 0 0 0 0 1 1 0 This is coded as 1W,2B,4W,1B,4W,2B,1W So we can save storage by coded like this
Tweet media one
Tweet media two
1
0
6
@ansh_soni_0
ANSH SONI
1 month
Today I learned about ''Deque'' How to Implement it - How to insertAt_Front() How to insertAt_Back() how to DeleteAt_Front() How to DeleteAt_Back() Function to check -> isEmpty() | isFull() Function to Get -> getfront() | getrear() #leetcode #LearnInPublic #CodingJourney
Tweet media one
Tweet media two
Tweet media three
0
1
5
@ansh_soni_0
ANSH SONI
2 months
while(noSuccess){ tryAgain( ); if( Dead( ) ){ break; } }
0
0
5
@ansh_soni_0
ANSH SONI
2 months
leetcode - 48 ). Rotate Image Rotate a matrix by 90 degrees example. 1 2 3 7 4 1 4 5 6 --> 8 5 2 7 8 9 9 6 3 approach. 1) first take transpose of a matrix. 2) then do reverse column wise. #learn #codinglife
Tweet media one
Tweet media two
2
0
5
@ansh_soni_0
ANSH SONI
28 days
useless syllabus of Btech first year 😣 how many people agree ?
3
0
5
@ansh_soni_0
ANSH SONI
2 months
let's build strong connection on X |  ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ | | People who are | | Interested in #Coding | | Let's #Connect ! | |___________ | let's build strong connection on X #letsconnect #connection #buildinpublic
4
0
5
@ansh_soni_0
ANSH SONI
2 months
"Unlock your potential through the power of code". 🫰🫰 #coding #programminghelp #buildinpublic #Connection
0
0
5
@ansh_soni_0
ANSH SONI
2 months
Q. Minimum Sum of Four Digit Number After Splitting Digits Approach; - Take out all the digits of the given num and store in vector. (digits) - Sort digits vector in ascending order. -return ( (first*10 + last) + (second*10 + second last) );
Tweet media one
Tweet media two
0
0
5
@ansh_soni_0
ANSH SONI
2 months
Today i learned about map (STL) in CPP create a map - map<key_type , value_type> map_name ; learned some functions. insert()- add element erase()- remove an element clear()- removes all element size()- number of elements in map empty()- return true if map is empty
1
0
4
@ansh_soni_0
ANSH SONI
13 days
Consistency Max streak is 50 days on leetcode #code #leetcode #learning #Coding #buildinpublic
Tweet media one
0
0
4
@ansh_soni_0
ANSH SONI
1 month
Can anyone suggest me what should I do after DSA to get a good internship? #CodingJourney #LearningJourney
3
0
4
@ansh_soni_0
ANSH SONI
2 months
Calling all coders & DSA enthusiasts! 💻 Let's connect & learn together! Share your projects, ask questions, & find study buddies. #coding #DSA #programming #CommunityScienceCenters #connect #ConnectLife #developer #codinglife #coder 🤝
2
0
4
@ansh_soni_0
ANSH SONI
21 days
LEETCODE 92) Reverse Linked List II it's a good problem❤️ #code #CodingJourney #leetcode #Problemsolved #buildinpublic #LearnInPublic
Tweet media one
Tweet media two
0
0
4
@ansh_soni_0
ANSH SONI
2 months
Q) 443 leetcode - String Compression . based on Run length encoding(RLE) . Save storage using RLE Example- input -- >> ["a" , "a" , "b" , "b" , "c" , "c" , "c"] 'a' and 'b' -> 2 times 'c' -> 3 times output-->> ["a" , "2" , "b" , "2" , "c" , "3"]
Tweet media one
Tweet media two
0
0
3
@ansh_soni_0
ANSH SONI
1 month
Today I learned another data structure called "Binary Tree" How to build Binary Tree✅ learned Different types of Traversals - Level Order Traversal (Breadth First Search or BFS) ✅ - InOrder Travesal✅ - preOrder Traversal✅ - postOrder Traversal✅ #CodingJourney
3
0
3
@ansh_soni_0
ANSH SONI
2 months
Once Again Our "Prime Minister" @narendramodi ji 🤝 #ElecrionResults #electioninindia #INDIA_ सरकार_है_तैयार
Tweet media one
0
0
3
@ansh_soni_0
ANSH SONI
2 months
Today I reached 300 followers . I really appreciate all of you for being #CONNECTED with me on this platform.. THANK YOU ALL ..
Tweet media one
2
0
3
@ansh_soni_0
ANSH SONI
7 days
1
0
7
@ansh_soni_0
ANSH SONI
2 months
leetcode - 1704. 1 . define two itrator i = 0 to n/2 - 1 , j = n/2 2 . a function isvowel() which check vowel 3 . define cnt1 & cnt2 which count left half and right half 4 . if(cnt1 == cnt2) return true ; otherwise return false ; #CONNECT #buildinpublic
Tweet media one
Tweet media two
Tweet media three
1
0
3
@ansh_soni_0
ANSH SONI
14 days
@nehathecoder lets connect done from my side
1
0
2
@ansh_soni_0
ANSH SONI
2 months
let's #Connect cout<<" if u r intrested in coding/programming "<<endl; cout<< #letsconnect <<endl; #buildinpublic #learning #LearnInPublic #Connections
2
0
2
@ansh_soni_0
ANSH SONI
2 months
100 followers #done Thanks to all ..
Tweet media one
0
0
2
@ansh_soni_0
ANSH SONI
22 days
Tweet media one
0
0
2
@ansh_soni_0
ANSH SONI
5 months
BINARY SEARCH IN 2D ARRAY LOGIC
Tweet media one
0
0
1
@ansh_soni_0
ANSH SONI
2 months
@RohanDilipPati5 let’s connect
0
0
1