BUILD CODING LOGIC in Just 20Mins🤯SECRET STRATEGY to Solve CODING PROBLEM🔴🚀

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 111

  • @janasriv3735
    @janasriv3735 5 หลายเดือนก่อน +17

    Earlier i thought it's impossible for me to code but after watching all your videos I got hope that I can do problem solving.Thanks for your videos akka.Keep posting good contents.

  • @Selvakumar_SS14
    @Selvakumar_SS14 5 หลายเดือนก่อน +33

    GFG la problem solve panni video podunga akka...

  • @AthithyaAthithya-j5w
    @AthithyaAthithya-j5w 5 หลายเดือนก่อน +12

    Sister nenga ithey Mari neraya problems teach pana Nalairukum😁

  • @vasu28yt
    @vasu28yt 5 หลายเดือนก่อน +1

    Find last number
    a = int(input("inter base"))
    b = int(input("Enter index"))
    num = pow(a, b)
    num1 = str(num)
    s = len(num1)
    for i in range(0, s+1):
    if i == s:
    print(num1[i-1])

  • @divyadharshni8152
    @divyadharshni8152 3 หลายเดือนก่อน +1

    Hi akka ur video makes boost up ennaku coding na konjo kastam ur video motivates i have a doubt, i know the concept in python wht the problem i am facing is oru code solve pana kastam eruku problem solving skills eppadi develop panrathu nu therila

  • @blinkrobloxcreaters3026
    @blinkrobloxcreaters3026 5 หลายเดือนก่อน +3

    #COUNT NO OF DIGITS
    a=int(input())
    x=a//10
    y=a%10
    z=str(x)+str(y)
    print(len(z))

  • @ThulasimaniGanesh-h1y
    @ThulasimaniGanesh-h1y 4 หลายเดือนก่อน +1

    class HelloWorld {
    public static void main(String[] args) {
    int[] arr = {1,2,5,7,9,10,34,34};
    int count = 0;
    for(int i = 1;i

    • @Kalpana2_5
      @Kalpana2_5 4 หลายเดือนก่อน

      I have an doubt why we declare int count =0😢 pls tell me iam a beginner

  • @siranjevgaming166
    @siranjevgaming166 4 หลายเดือนก่อน +2

    Your positive attitude _ will _lead _you _ towards _ sky

  • @Abinaya-h8k
    @Abinaya-h8k 5 หลายเดือนก่อน +2

    nice explanation akka... it will be helpful for my problem solving preparation for placement...

  • @HemapriyaPothireddy
    @HemapriyaPothireddy 5 หลายเดือนก่อน +2

    Please keep the subtitles sister
    We are other state but the message what ur saying is very useful
    Please keep subtitles 🙏

  • @shankarchikiri2306
    @shankarchikiri2306 3 หลายเดือนก่อน +1

    digit = int(input())
    end_num = digit%10 I print("the last digit is", end_num)
    2309 the last digit is 9
    You said you have to use for loop but i did without using them is this correct 😅

  • @Koreanattitueking
    @Koreanattitueking 5 หลายเดือนก่อน +5

    Geek gor geek problem solve panni video poduinga akka❤❤

  • @vibingowsic2338
    @vibingowsic2338 5 หลายเดือนก่อน +4

    int[] arr = {1,2,5};
    int n = 11;
    Arrays.sort(arr);
    int count = 0;
    for(int i = arr.length-1;i>=0;i--){
    count += n/arr[I];
    n %= arr[I];
    }
    return count;
    Is this the correct answer

    • @abusalin1933
      @abusalin1933 4 หลายเดือนก่อน

      yethukkana answer neenga code panrukkathu

    • @shivkavi1604
      @shivkavi1604 4 หลายเดือนก่อน +2

      hey bro i came up with same logic but its getting issue in leetcode when scenario with coins =
      [186,419,83,408]
      amount =
      6249
      btw this is my code in py3
      amount = int(input('>'))
      n = int(input(''))
      lst = []
      for i in range(0, n):
      lst.append(int(input('')))
      next_check = 0
      quo_count = 0
      sorted_lst = sorted(lst, reverse=True)
      for i in sorted_lst:
      if i

  • @mini3dgame776
    @mini3dgame776 5 หลายเดือนก่อน +12

    Akka please put video about roadmap for 1st year students B.E

    • @hariharan.s3168
      @hariharan.s3168 4 หลายเดือนก่อน

      Already a video is there, best guide bro

  • @midunkumar970
    @midunkumar970 4 หลายเดือนก่อน +1

    Sister , list out youtube playlist for data structure and algorithms

  • @shivkavi1604
    @shivkavi1604 4 หลายเดือนก่อน

    Hi, can you make videos on leetcode pattern problems, like a base pattern which will be used as a underlying concept for various other problems in leetcode. Thanks!

  • @Satheesh-ns5qi
    @Satheesh-ns5qi 5 หลายเดือนก่อน +1

    let a = 12343;
    console.log(String(a).length); easy peasy in javascript

    • @cricketbuzz05
      @cricketbuzz05 4 หลายเดือนก่อน

      Answer 5 ah bro

  • @new_life-
    @new_life- 5 หลายเดือนก่อน +1

    Problem link is not present in description..pls paste the link for the problem

  • @shivkavi1604
    @shivkavi1604 4 หลายเดือนก่อน +1

    amount = int(input('>'))
    n = int(input(''))
    lst = []
    for i in range(0, n):
    lst.append(int(input('')))
    next_check = 0
    quo_count = 0
    sorted_lst = sorted(lst, reverse=True)
    for i in sorted_lst:
    if i

    • @krishnasriman144
      @krishnasriman144 4 หลายเดือนก่อน +1

      Copy and paste the entire coding in chatgpt and ask the same question.

    • @siddiqabr7110
      @siddiqabr7110 4 หลายเดือนก่อน

      😂😂😂😂​@@krishnasriman144

    • @kuganesofficial.8519
      @kuganesofficial.8519 4 หลายเดือนก่อน

      ​@@krishnasriman144😂

  • @ShreekaVarshaMA
    @ShreekaVarshaMA 4 หลายเดือนก่อน

    Yes I want more coding videos

  • @Ramyajunction123
    @Ramyajunction123 5 หลายเดือนก่อน +1

    Thank you sister it's an informative for me✨💜🤝keep going sister 🤍

  • @pranove1368
    @pranove1368 5 หลายเดือนก่อน +2

    coins = [1, 2, 5]
    tot = 11
    s = 0
    k = 0
    count = 0
    coins.sort(reverse=True)
    while s < tot:
    if s + coins[k] = len(coins):
    break

  • @shruthi12-x8s
    @shruthi12-x8s 5 หลายเดือนก่อน +1

    solved ✅ Given a number n. Count the number of digits in n which evenly divide n. Return an integer, total number of digits of n which divides n evenly.
    Note :- Evenly divides means whether n is divisible by a digit i.e. leaves a remainder 0 when divided. output successfully obtained but time complexity is large in the code i have written.

  • @divyasajith2877
    @divyasajith2877 4 หลายเดือนก่อน

    please can you do videos on DSA concepts and problems related to it.

  • @NidarsanR
    @NidarsanR 4 หลายเดือนก่อน +1

    Var a = 40031
    Var b = a.tostring()
    Count= 0
    While(i

  • @Sanj_k_
    @Sanj_k_ 4 หลายเดือนก่อน

    Nandii Tech Mahindra Cyber Security Job Notification vandhuruku , Preparation video panunga bcos its first time !
    Am A Recent Graduated CSE - Cyber Security

  • @heaven_racer_1433
    @heaven_racer_1433 4 หลายเดือนก่อน

    Akka leetcode la frequently asked questions in interview solve panni oru series podunga akka please konjam useful ah irukum

  • @Dakshana518
    @Dakshana518 4 หลายเดือนก่อน

    Is programming compulsory for data analyst
    Can I apply for internship or job without out technical skills
    I'm good at sql,powerbi and excel

  • @vasanthmuthoot3223
    @vasanthmuthoot3223 5 หลายเดือนก่อน

    Problem solve panita sister 01234 Series count +1 use pani answer 5varthuu. But programming ah adika confuse aguthu sister. I am beginning in python coding.

  • @pandiv8982
    @pandiv8982 4 หลายเดือนก่อน +1

    Sis july 6th tcs walk-in interview attend pane electronic City la select oiten ..but mail recieve agala inum .. documents upload pana sonanga tcs ibegin portal la , upload um paniten but result varala?? Onboarding process late aguma edhavadhu tips solunga

  • @bharathloopz8202
    @bharathloopz8202 3 หลายเดือนก่อน

    Please update the 5 rule in text form in discription or pinned comment

  • @abdullahazaam4714
    @abdullahazaam4714 5 หลายเดือนก่อน +2

    Solved ✅

  • @kishorebalaji9595
    @kishorebalaji9595 4 หลายเดือนก่อน

    def last_digit (num):
    st = str(num)
    return int(st[-1])

  • @nandhinik04
    @nandhinik04 5 หลายเดือนก่อน +1

    Zen class is not that much worth...they will say we will provide placements but they will make us wait for a long time and sometimes won't get placement

  • @Abdulrr-k3u
    @Abdulrr-k3u 5 หลายเดือนก่อน

    Akka I got a job in mobile app development using kotlin Java is this good for career ?

  • @blinkrobloxcreaters3026
    @blinkrobloxcreaters3026 5 หลายเดือนก่อน +1

    yes Done

  • @naveens4368
    @naveens4368 5 หลายเดือนก่อน

    Ka nan first student in from AI&DS course AI skills development kaga oru video podunga.

  • @pradeepdhinakaran8261
    @pradeepdhinakaran8261 5 หลายเดือนก่อน +1

    Akka problems link was not there in the description !!

  • @rajsivi
    @rajsivi 5 หลายเดือนก่อน

    Talk something also related to software entrepreneurship creating a new company in India only job searching working for mnc problem solving alone is not good for future economy we have to create job for future for development of economy.

  • @SzoboX
    @SzoboX 5 หลายเดือนก่อน +2

    Python full stack with AWS is it good career ?

    • @subramanianadaikalam9277
      @subramanianadaikalam9277 4 หลายเดือนก่อน

      Go for it!

    • @SzoboX
      @SzoboX 4 หลายเดือนก่อน

      @@subramanianadaikalam9277 thanks.working on it 🫂

  • @jeeva3118
    @jeeva3118 5 หลายเดือนก่อน

    good video

  • @pavatharinirajendran-zp6kz
    @pavatharinirajendran-zp6kz 5 หลายเดือนก่อน

    hi sis python full stack and java fullstack which is best

    • @manikumar-vr3kp
      @manikumar-vr3kp 5 หลายเดือนก่อน

      when it comes to development its always java but if you are going for data/ ml side python is best

  • @premcrazier4429
    @premcrazier4429 4 หลายเดือนก่อน

    Soolved ✅

  • @karthikeyans9532
    @karthikeyans9532 5 หลายเดือนก่อน

    Description la neenga sonna 20 problem ellayae akka coding sheet mattum thaa erukku😢

  • @Lekshmi_sree
    @Lekshmi_sree 5 หลายเดือนก่อน

    ❤ please continue this series akka

  • @ajeshkm3282
    @ajeshkm3282 5 หลายเดือนก่อน

    How about starting software career iat 40 age .currently working as network ain

  • @Devadarshini_26
    @Devadarshini_26 5 หลายเดือนก่อน

    Tcs nqt IT ku zoho ku pota maathri oru cheat sheet podunga akka . On campus varanga next month please akka as soon as possible

  • @seethalakshmiseethalakshmi2873
    @seethalakshmiseethalakshmi2873 5 หลายเดือนก่อน

    Akka ECE students
    Software engineering job polama
    IT job polama
    Any problems irukuma ECE students it job poga difficulties irukuma
    Yaruku first IT jobs kedaikum
    CSE or ECE please answer me 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

    • @Lekshmi_sree
      @Lekshmi_sree 5 หลายเดือนก่อน +1

      Skills only matter

    • @seethalakshmiseethalakshmi2873
      @seethalakshmiseethalakshmi2873 5 หลายเดือนก่อน +2

      @Lekshmi_sree Thank you so much for your response Thank you sister 😊

  • @kamalraj.r5251
    @kamalraj.r5251 3 หลายเดือนก่อน

    Solved problem ✅

  • @MadhanMadhan-r8w
    @MadhanMadhan-r8w 5 หลายเดือนก่อน

    Solved sister

  • @lynneageula1067
    @lynneageula1067 4 หลายเดือนก่อน

    akka leetcode la one problem solve pani kaminga ka .kjm easy ya erukum apidii use panalam nu idea kidaikum . pls ka

  • @Rohith-kani
    @Rohith-kani 5 หลายเดือนก่อน

    javascript?

  • @prakashrajprakashraj1474
    @prakashrajprakashraj1474 5 หลายเดือนก่อน +6

    Java related sollunga akka

  • @teddy_girl__22
    @teddy_girl__22 4 หลายเดือนก่อน

    Solved ✔️

  • @praveensankar28
    @praveensankar28 5 หลายเดือนก่อน

    First nenga epadi code panringa nu videos podunga athu lot of people will help and platform how to use

  • @naveenraj1791
    @naveenraj1791 5 หลายเดือนก่อน +2

    Kadaisi Varaikkum andha coin problem solve pandradhu pathi sollavey illaiye

    • @curiousfreaks_
      @curiousfreaks_  5 หลายเดือนก่อน

      That’s a DP problem so beginners will find it difficult to understand

    • @shivkavi1604
      @shivkavi1604 4 หลายเดือนก่อน

      @@curiousfreaks_ any suggestions to change my logic?
      amount = int(input('>'))
      n = int(input(''))
      lst = []
      for i in range(0, n):
      lst.append(int(input('')))
      next_check = 0
      quo_count = 0
      sorted_lst = sorted(lst, reverse=True)
      for i in sorted_lst:
      if i

  • @KeerthnaBaskar
    @KeerthnaBaskar 4 หลายเดือนก่อน

    Hacker rank ka?? For problem solving

  • @hip-hopgameing8008
    @hip-hopgameing8008 5 หลายเดือนก่อน +1

    akka cloud la eppadi project pandradhunu video podunga

    • @KrishG-n8z
      @KrishG-n8z 13 วันที่ผ่านมา

      Such a great content on 🔥

  • @akilarukmani.m9298
    @akilarukmani.m9298 5 หลายเดือนก่อน +2

    TCS nqt ninja and digital free resources learning practice problems,
    TCS ninja and digital previous year question papers download free resources download

  • @saravanaguhan1299
    @saravanaguhan1299 4 หลายเดือนก่อน

    Zen class emathu velai , DSA soli thara matanga

  • @arvinraj9418
    @arvinraj9418 5 หลายเดือนก่อน

    What is the service of freshworks akka

  • @YeshuaRobert
    @YeshuaRobert 5 หลายเดือนก่อน +1

    Hii ❤❤❤🙈🙈🙈

  • @s.abdulkalam3588
    @s.abdulkalam3588 5 หลายเดือนก่อน

    Problem link description la ilaa

  • @divpre234
    @divpre234 5 หลายเดือนก่อน

    How to learn algorithms

  • @harishp8117
    @harishp8117 5 หลายเดือนก่อน +1

    Akka 20 problem link share pannuga

  • @shyam4352
    @shyam4352 5 หลายเดือนก่อน

    Neega most important ah iruka problems la solve pani video va podalame

  • @kavipriya5977
    @kavipriya5977 4 หลายเดือนก่อน +1

    Neenga fundamentals ethune solala🫤

  • @HavocKathir18
    @HavocKathir18 5 หลายเดือนก่อน

    os padikka youtube channel sollunga Mam

  • @sriezhil3764
    @sriezhil3764 4 หลายเดือนก่อน

    Solved

  • @sunilkumar.j-c5s
    @sunilkumar.j-c5s 5 หลายเดือนก่อน

    Akka where is the 20 problem

  • @VishnuPrasathS-tp2fd
    @VishnuPrasathS-tp2fd 5 หลายเดือนก่อน +53

    Nethu unga birthday thaane😅

    • @curiousfreaks_
      @curiousfreaks_  5 หลายเดือนก่อน +13

      😁Yes

    • @VishnuPrasathS-tp2fd
      @VishnuPrasathS-tp2fd 5 หลายเดือนก่อน

      @@curiousfreaks_ treat?

    • @Ajay01845
      @Ajay01845 4 หลายเดือนก่อน +1

      ​@@curiousfreaks_yeah enakum aniki dha akka birthday 🎉🎉🎉same pitch ❤😊

    • @jasonjacob1249
      @jasonjacob1249 4 หลายเดือนก่อน

      ​@@curiousfreaks_ belated wishes maa 🥰

  • @AjithKumar-pv5jz
    @AjithKumar-pv5jz 5 หลายเดือนก่อน

    Reversing pattern

  • @nasrinbanu4857
    @nasrinbanu4857 5 หลายเดือนก่อน

    C language learn panalama

  • @EC-DHARMARAJANAR
    @EC-DHARMARAJANAR 4 หลายเดือนก่อน

    Hello nandy akka... Myself dharma.... Naan oru degree holder... I passed the degree just 2 months ago
    Naanum IT field la software developer ah poganum nu irukken akka.......Starting eh nalla high package la poganum nu irukken akka... So Athu nala dhan mam college placement la kooda avlova effort podala akka...
    Enna domain la poganum nu choose panniten mam...
    Anah..? Atha epdi correct ana way la start pandrathunu therila akka confusion ah irukku😢...
    So konjam explain panningana nalla irukkum nenaikren akka....
    That's why I messaged you mam .

  • @k.lohita-11d73
    @k.lohita-11d73 5 หลายเดือนก่อน

    Hello

  • @mrcontenttamila2244
    @mrcontenttamila2244 5 หลายเดือนก่อน

    Hacker rank???

  • @sivapam
    @sivapam 5 หลายเดือนก่อน

    Guvi, don't recommend,worst course,

  • @gokulkrishnant5761
    @gokulkrishnant5761 4 หลายเดือนก่อน +1

    katasi varikum solution sollalaiye!!!!🥲

  • @Hima_uchiha005
    @Hima_uchiha005 5 หลายเดือนก่อน

    ❤️‍🔥🪄💫

  • @bkarthini272
    @bkarthini272 5 หลายเดือนก่อน +1

    Solved✅️

  • @madpirate2010
    @madpirate2010 5 หลายเดือนก่อน

    Solved ✅

  • @Ragavi-cf4cr
    @Ragavi-cf4cr 5 หลายเดือนก่อน

    Solved✅

  • @kannanjr10
    @kannanjr10 5 หลายเดือนก่อน

    Solved ✅