Top Tweets for #dsawithpython
Anyone please suggest me a best source to learn dsa with python
Telugu or english a language ayina parledu
Retweet for visibility ππ»
#DSA #DSAwithPython #Coding
Start Your DSA Journey with Python
Register Now: https://t.co/KJlHFwDdti
π¨βπ« Trainer: Mr.Dinesh
π
Date: 25th May 2026
β° Time: 6:15 PM (IST)
#DSA #Python #DSAWithPython #PythonProgramming #DataStructures #Algorithms #PythonLearning

Thinking of becoming a strong programmer?
π Register Now: https://t.co/j3cOs5TVQX
π¨βπ« Trainer: Mr. Nasir Basha
π
Date: 4th Feb 2026 β° Time: 6:00 PM (IST)
#DSAWithPython #NareshIT #DSA #PythonProgramming #DataStructures

Daily dose of leetcodeπ will help you stay immune in the first technical round of the companies
β³ Problem solved: Max Consecutive Ones
β
Need to improve my speed
I am following @akshaymarch7 namaste DSA videos
#DSA #100daysofcode #Python #dsawithpython

Recursion β Sum of Array Elements
Final task of the day:
Find sum of elements in an array using recursion.
Pattern:
sum(arr) = arr[0] + sum(arr[1:])
Base case: empty array = 0
Thinking in terms of base + subproblem
#DSAwithPython #Recursion #LearningInPublic
LeetCode 485 - Max Consecutive Ones
Find max number of consecutive 1s in a binary array.
Simple pass with a counter β track & reset on 0.
Great warm-up for sliding window & array traversal skills.
#LearnInPublic #LeetCode #DSAwithPython
LeetCode 283 - Move Zeroes
Move all 0s to the end of the array, keeping order of others.
Used two-pointer approach: one scans, one swaps.
Brute β Optimal (O(n), in-place).
Teaches clean in-place logic and pointer control!
#LeetCode #DSAwithPython #LearnInPublic #akshaysaini
LeetCode 88 β Merge Sorted Array
Task: Merge two sorted arrays, in-place, with extra space at the end of one.
Brute: Create a new array
Optimal: Start filling from the back using two pointers
#DSAwithPython #InPlaceAlgo #LeetCodeChallenge
LeetCode 344 : Reverse String
Reverse the characters of a string in-place using O(1) space.
Learned:
Classic two-pointer swap
Pythonic solution vs. interview-expected approach
#TwoPointers #DSAwithPython @akshaymarch7
Started my DSA grind again β this time with structured prep.
Following Akshay Sainiβs roadmap + Python for problem-solving.
Kicked things off with Array-based questions from LeetCode.
Learning brute β better β optimal
Focused on interview mindset
#DSAwithPython #AkshaySaini
π― Takeaways
β
Reversing is key in many LL problems
β
Use slow-fast for splitting
β
Combine techniques β e.g., reverse + compare = palindrome check!
π
Tomorrow: Merge lists + Add numbers
#DevCommunity #CodingChallenge #DSAwithPython #LeetCode
Last Seen Hashtags on Sotwe
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.8M followers

Narendra Modi 
@narendramodi
106.9M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.7M followers

Taylor Swift 
@taylorswift13
80.5M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.3M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.4M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
60.9M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers







