DSATelugu
DSATelugu
  • Видео 111
  • Просмотров 48 986
Recursion in java in telugu | Full explanation Introduction to Recursion Data structures and algo
Join our telegram group for daily Assignments :
t.me/+oRkO0JQeX_w1OWJl
recursion,
recursion playlist c++,
recursion in java for beginners,
recursion aditya verma,
recursion relation,
recursion playlist java,
recursion and backtracking playlist java,
recursion gaan,
recursion and recurrence relations playlist,
recursion in c,
recursion amplifying learning,
recursion animated video,
data structure recursion,
dfs recursion,
data structures and algorithms recursion,
recursion ending explained,
recursion explained
recursion in dsa,
recursion in dsa java,
recursion in dsa c++,
recursion in dsa python,
recursion in dsa tamil,
recursion in dsa using python,
types of recursion in dsa,
iteration and recursion in dsa,
explain...
Просмотров: 142

Видео

Linear Search and binary search algorithms with Time complexity analysis for O(log n) derivation#dsa
Просмотров 1217 часов назад
Join our telegram group for daily assignments : t.me/ oRkO0JQeX_w1OWJl Practice Link : leetcode.com/problems/binary-search/ binary search time complexity analysis, time and space complexity analysis of binary search algorithm, binary search algorithm time complexity analysis, binary search time complexity, binary search algorithm and time complexity, binary search time complexity calculation, b...
What will be asked in the interviews? Interview Tips and tricks Interview Guidance for Freshers 2024
Просмотров 1549 часов назад
What will be asked in the interviews? Interview Tips and tricks Interview Guidance for Freshers 2024
Merge Two Sorted Arrays Leetcode GeeksforGeeks in java in telugu | DSA interview question #dsa #java
Просмотров 16114 часов назад
Merge Two Sorted Arrays Leetcode GeeksforGeeks in java in telugu | DSA interview question #dsa #java
Find the Element that appears Once | Single Element in a sorted Array in java in telugu Leetcode
Просмотров 25119 часов назад
Find the Element that appears Once | Single Element in a sorted Array in java in telugu Leetcode
Sort an array of 0s 1s and 2s | Dutch National flag Algorithm | GeekForGeeks interview #dsa #java
Просмотров 17714 дней назад
Sort an array of 0s 1s and 2s | Dutch National flag Algorithm | GeekForGeeks interview #dsa #java
Maximum Subarray sum | Kadane's Algorithm Leetcode in java in telugu Dsa in telugu Amazon interview
Просмотров 17914 дней назад
Maximum Subarray sum | Kadane's Algorithm Leetcode in java in telugu Dsa in telugu Amazon interview
2 Sum Problem | two sum Leetcode #1 Amazon interview question Dsa course in java in telugu #dsa
Просмотров 26914 дней назад
2 Sum Problem | two sum Leetcode #1 Amazon interview question Dsa course in java in telugu #dsa
Check if array is sorted or not in java in telugu leetcode | tcs interview question Dsa #dsa #shorts
Просмотров 18114 дней назад
Check if array is sorted or not in java in telugu leetcode | tcs interview question Dsa #dsa #shorts
max consecutive ones Leetcode in java in telugu | Amazon interview question DSA tcs #dsa #amazon
Просмотров 26914 дней назад
max consecutive ones Leetcode in java in telugu | Amazon interview question DSA tcs #dsa #amazon
Find missing number in an array in java in telugu Amazon interview question dsa in telugu #dsa #tcs
Просмотров 37414 дней назад
Find missing number in an array in java in telugu Amazon interview question dsa in telugu #dsa #tcs
Move zeroes to end of an array in java in telugu Leetcode | Amazon adobe interview question#dsa #tcs
Просмотров 56621 день назад
Move zeroes to end of an array in java in telugu Leetcode | Amazon adobe interview question#dsa #tcs
TCS Interview question | difference between pre increment and post increment i++ ++i in telugu #dsa
Просмотров 41621 день назад
TCS Interview question | difference between pre increment and post increment i i in telugu #dsa
Palindrome number program in java in telugu | interview question | Optimized code | #dsa #coding
Просмотров 14221 день назад
Palindrome number program in java in telugu | interview question | Optimized code | #dsa #coding
Time complexity and space complexity of an algorithm in java in telugu | Detailed Explanation #dsa
Просмотров 47321 день назад
Time complexity and space complexity of an algorithm in java in telugu | Detailed Explanation #dsa
TCS interview question | multiply and divide a number by 2 without arithmetic operators #dsa #java
Просмотров 58621 день назад
TCS interview question | multiply and divide a number by 2 without arithmetic operators #dsa #java
Find all duplicates in an array Leetcode in java in telugu optimized | interview preparation #dsa
Просмотров 28121 день назад
Find all duplicates in an array Leetcode in java in telugu optimized | interview preparation #dsa
Remove duplicates from sorted Array Leetcode in java in telugu optimized interview preparation #dsa
Просмотров 24921 день назад
Remove duplicates from sorted Array Leetcode in java in telugu optimized interview preparation #dsa
Rotate array by K places in java in telugu | optimal approach | interview question | #dsa course
Просмотров 17021 день назад
Rotate array by K places in java in telugu | optimal approach | interview question | #dsa course
Count frequency of each element in an array java in telugu | DSA interview questions #dsa #interview
Просмотров 22221 день назад
Count frequency of each element in an array java in telugu | DSA interview questions #dsa #interview
Reverse an array in java in telugu optimized | Interview preparation | DSA couse #dsa #interview
Просмотров 24128 дней назад
Reverse an array in java in telugu optimized | Interview preparation | DSA couse #dsa #interview
Palindrome program in java in Telugu Optimized | interview preparation | DSA course #dsa #interview
Просмотров 50628 дней назад
Palindrome program in java in Telugu Optimized | interview preparation | DSA course #dsa #interview

Комментарии

  • @VADLATHALACHAITANYAKUMARREDDYV
    @VADLATHALACHAITANYAKUMARREDDYV 2 дня назад

    Hlo bro

  • @sksharukh1
    @sksharukh1 3 дня назад

    Excellent brother! Late ga vachindi Feeds lo ki! Mi efforts Mi Hardwork 👌💯. keep Going Champ!

  • @avdsuresh
    @avdsuresh 3 дня назад

    hi Should not i use str[left] Instead of str.chartAt(left) ?

    • @DSATelugu0321
      @DSATelugu0321 3 дня назад

      If you are doing in java You have to use str.charAt(left) str[left] - this is used for array But here in our problem we are dealing with strings so to retreive each character in a string we use charAt( ) function in java Hope this is helpful 😊

    • @avdsuresh
      @avdsuresh 3 дня назад

      @@DSATelugu0321 String also supports index based access right? Correct me if I am wrong.

    • @DSATelugu0321
      @DSATelugu0321 2 дня назад

      @@avdsuresh No, in java it is not possible! But in python it is possible .

  • @r00ts3c0x1
    @r00ts3c0x1 3 дня назад

    Amazing :-) please keep going

  • @allaboutjee6530
    @allaboutjee6530 3 дня назад

    which clg bro?

  • @bharathchandramuddapu7511
    @bharathchandramuddapu7511 3 дня назад

    Linear search returns the value or index

    • @DSATelugu0321
      @DSATelugu0321 3 дня назад

      Index

    • @DSATelugu0321
      @DSATelugu0321 3 дня назад

      You have to print print (i) index value In the video while I am explaining It will be as Print(arr[i] +"is found at "+ i); Here i is the index. In leetcode you have to return the index so that's why I kept that code returning the index. Hope this is helpful 😊

    • @bharathchandramuddapu7511
      @bharathchandramuddapu7511 3 дня назад

      ​@@DSATelugu0321ok bro

  • @Balu..official..1199
    @Balu..official..1199 4 дня назад

    Miru coding.... Very easy gaa chestunnaru bro..... Java.. tutorial chestam maalanti variki use avuthundhi bro...

  • @Balu..official..1199
    @Balu..official..1199 4 дня назад

    We r interested bro...on opps

  • @anumalamanikanta6033
    @anumalamanikanta6033 4 дня назад

    Anna maximum interview ki kavalisina important topics anni cheppu anna

  • @DSATelugu0321
    @DSATelugu0321 4 дня назад

    If I miss anything, I will add in part 2 Don't worry😊 Please like share Subscribe 😊

  • @asusrog8238
    @asusrog8238 5 дней назад

    #2nd approach code in python arr1 = [1, 2, 4, 5] arr2 = [0, 3, 7, 8, 9] # Swap elements to balance the two arrays i = len(arr1) - 1 j = 0 while i >= 0 and j < len(arr2): if arr1[i] > arr2[j]: arr1[i], arr2[j] = arr2[j], arr1[i] i -= 1 j += 1 else: break # Sort both arrays arr1.sort() arr2.sort() # Concatenate the sorted arrays result = arr1 + arr2 print(result) # Output: [0, 1, 2, 3, 4, 5, 7, 8, 9]

  • @asusrog8238
    @asusrog8238 5 дней назад

    #1st approach code in python: arr1 = [1, 2, 4, 5] arr2 = [0, 3, 7, 8, 9] ans = [] # Initialize an empty list to store the result i, j = 0, 0 # Merge the two arrays while i < len(arr1) and j < len(arr2): if arr1[i] < arr2[j]: ans.append(arr1[i]) i += 1 else: ans.append(arr2[j]) j += 1 # Append remaining elements of arr1, if any while i < len(arr1): ans.append(arr1[i]) i += 1 # Append remaining elements of arr2, if any while j < len(arr2): ans.append(arr2[j]) j += 1 print(ans)

  • @allinone-gf5kp
    @allinone-gf5kp 5 дней назад

    playlist create cheyu bro classes ani

  • @User-083-3
    @User-083-3 5 дней назад

    DSA with python beginners to pro level course chy broo

  • @danl8994
    @danl8994 6 дней назад

    Super

  • @latestbuzzz1219
    @latestbuzzz1219 6 дней назад

    Bro dp topic nkaa problems chepandi

  • @upbeatmassmelody919
    @upbeatmassmelody919 8 дней назад

    Nee videos super bro but maku basics kavala kadha

  • @upbeatmassmelody919
    @upbeatmassmelody919 8 дней назад

    Basics nunchii

  • @upbeatmassmelody919
    @upbeatmassmelody919 8 дней назад

    Bro nuvvu dsa nerchukivadaniki aa channel prefer chasavu

  • @ganeshgangone5298
    @ganeshgangone5298 8 дней назад

    After 2 we get 2^3 vastundhi kadha bro

    • @DSATelugu0321
      @DSATelugu0321 8 дней назад

      Internal ga process nenu explain chesinattu jaruguthundi Like 2^3^2 undi anukondi Position ekkadunna twice unnai ante avi 0 avthundi Answer 3 vasthundi Example : 2^3^2^2^3 Then answer 22 33 - 0 ayyi Answer 2 vasthundi Hope you understand Artham ayyindi anukuntanu

    • @ganeshgangone5298
      @ganeshgangone5298 8 дней назад

      @@DSATelugu0321 ok bro thanks for fast reply

    • @DSATelugu0321
      @DSATelugu0321 8 дней назад

      You are welcome 😊

  • @priyaoffical200
    @priyaoffical200 8 дней назад

    Please tell data structure from basics

  • @user-fl7cl1qy5d
    @user-fl7cl1qy5d 9 дней назад

    Bro please continue this video's

  • @bharathchandramuddapu7511
    @bharathchandramuddapu7511 9 дней назад

  • @Balu..official..1199
    @Balu..official..1199 12 дней назад

    Congratulations bro.....🎉🎉🎉🎉🎉🎉 thank you so much for teaching... other I know bro but ur videos are more helpful to me..... Like this u go a head u will definitely achieve ur goal.. thank you bro...

  • @dummarajesh9763
    @dummarajesh9763 14 дней назад

    Thank you Anna

  • @dummarajesh9763
    @dummarajesh9763 14 дней назад

    Tq Anna

  • @asusrog8238
    @asusrog8238 14 дней назад

    ilanti DSA based topics ni telugu lo explain chesevaaru chala takkuva bro. Don't worry ,Future lo ni channel growth ekkadiko velthundi. Just upload your content consistently. kuncham last lo code raasi kuda pai-paina explain chey bro

    • @DSATelugu0321
      @DSATelugu0321 14 дней назад

      Ok bro Thank you for your support ☺👍

    • @shaikhanuman8012
      @shaikhanuman8012 11 дней назад

      ​@@DSATelugu0321good explanation keep it up

  • @asusrog8238
    @asusrog8238 14 дней назад

    ###APPROACH 2: DUTCH NATIONAL FLAG ALGORITHM def sort_012(arr): low = 0 mid = 0 high = len(arr) - 1 while mid <= high: if arr[mid] == 0: arr[low], arr[mid] = arr[mid], arr[low] low += 1 mid += 1 elif arr[mid] == 1: mid += 1 else: # arr[mid] == 2 arr[high], arr[mid] = arr[mid], arr[high] high -= 1 return arr

    • @DSATelugu0321
      @DSATelugu0321 14 дней назад

      Thank you for sharing the python code 👏👏 . This will be helpful for our subscribers 👍

  • @asusrog8238
    @asusrog8238 14 дней назад

    ###APPROACH 1: def sort_012(arr): count_0 = 0 count_1 = 0 count_2 = 0 # Count occurrences of 0s, 1s, and 2s for num in arr: if num == 0: count_0 += 1 elif num == 1: count_1 += 1 elif num == 2: count_2 += 1 # Reconstruct the array index = 0 # Place all 0s in the array for _ in range(count_0): arr[index] = 0 index += 1 # Place all 1s in the array for _ in range(count_1): arr[index] = 1 index += 1 # Place all 2s in the array for _ in range(count_2): arr[index] = 2 index += 1 return arr

  • @d2hd007
    @d2hd007 14 дней назад

    Time and space complexity ki best resource recommend chey bro

  • @d2hd007
    @d2hd007 14 дней назад

  • @575muni5
    @575muni5 14 дней назад

    Better solve company asked questions in interview then leetcode

  • @bd1a0573
    @bd1a0573 14 дней назад

    Super Brother. Meeru videos Post chestune Undandi.

  • @abhiramvanama5266
    @abhiramvanama5266 14 дней назад

    ni linked in pettu anna

  • @d2hd007
    @d2hd007 14 дней назад

    🔥

  • @tobeunique0808
    @tobeunique0808 15 дней назад

    Bro sort chasi negative index vadi chayachu ga

    • @DSATelugu0321
      @DSATelugu0321 15 дней назад

      Sort chesthe O(nlogn) complexity terskuntundi so interviewer accept cheyyadu Optimize cheyyamantadu Hope your doubt is clarified ☺

  • @Balu..official..1199
    @Balu..official..1199 15 дней назад

    Miru cheppetappudo.... Little bit confusing avuthundhi bro... Voice back ravatam valla...adhokkati correct cheyyandi bro Thank for teaching ❤bro...

    • @DSATelugu0321
      @DSATelugu0321 15 дней назад

      You're welcome. Yeah bro adi channel starting appudu na daggara mic ledhu bro anduke nenu voice over ichanu so adi sync avvaledhu. But ippudu vache prathi video bane untundi. Adi na patha video so ala undi dont worry ippudu elanti quality problem undadhu. And long videos follow avvandi main ga chala detailed ga explain chesthunna prathi concept. Thank you for your support 🙂

  • @Balu..official..1199
    @Balu..official..1199 15 дней назад

    Bro....miii explanation is too good bro but.... Voice back vastundhi

  • @bgtea-x8f
    @bgtea-x8f 15 дней назад

    Bro you have amazing talent , thank you so much bro, meeru recent ga cheppina tcs interview question vinna next day naku tcs interview lo adhe question adigaru meeru cheppina logic cheppa,today offer letter vachindhi bro ,naku digital role vachindi bro i hope got placed because of you bro tq again,keep doing more interview questions and help us

    • @DSATelugu0321
      @DSATelugu0321 15 дней назад

      Congratulations bro🎉🥳 All the best and keep it up. Keep supporting our channel and share to your friends as well. Thank you❤

    • @tiryagishprayad2835
      @tiryagishprayad2835 14 дней назад

      Bro eppudu interview ayyindi broo entha time pattindhi offer letter kii inka document verification mail ki

  • @mohan4185
    @mohan4185 15 дней назад

    Good work🎉

  • @kganesh7426
    @kganesh7426 15 дней назад

    Super bro

  • @VeeraRai-qz2qr
    @VeeraRai-qz2qr 16 дней назад

    Great work,nice explanation bro.keep doing bro.

  • @d2hd007
    @d2hd007 18 дней назад

    Bro keep it up bro By the way ur working bro already

  • @vamshi7310
    @vamshi7310 18 дней назад

    ¯\_(ツ)_/¯

  • @rajkumarpichhuguntla4447
    @rajkumarpichhuguntla4447 18 дней назад

    Your Explanation skills are superb brother 👍👍

  • @rajkumarpichhuguntla4447
    @rajkumarpichhuguntla4447 18 дней назад

    Explain whole java with DSA ..if possible in future..it might helpful for so many people 🤝🤝💥

  • @rajkumarpichhuguntla4447
    @rajkumarpichhuguntla4447 18 дней назад

    Great explanation brother 🤝❤...ni videos mundey enduku kanapadaledu bro .

  • @fkandflygaming3369
    @fkandflygaming3369 19 дней назад

    Do more shorts don't give up ALL the. Best bro

    • @DSATelugu0321
      @DSATelugu0321 19 дней назад

      Thank you bro 😊 You can also watch the long videos of these shorts in our channel with clear explanation.

  • @beast2811
    @beast2811 19 дней назад

    anna nee explanation chaala bagundi nuvvu views raavatledu ani em baadapadaku trust the process but ur explanation is very excellent please continue this dsa series i am in 3rd year