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

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • Just 20Mins🤯Learn to SOLVE A CODING PROBLEM in 20Mins🔴Become a PRO🚀
    Checkout Zen classes & Secure your dream Job - bit.ly/3YRwbGV
    Learning to code is still seen as a difficult task but this video will help you get started with coding easily. Getting started with coding is easy but levelling up and practicing continuously will change the game.
    Solve the problems from our coding sheet - docs.google.co...
    coding for beginners,coding for beginners in tamil,coding for beginners java,how to learn coding,how to learn coding for beginners,how to learn coding in tamil,how to learn coding for beginners in tamil,how to learn coding from scratch,how to learn coding fast,how to learn coding faster,how to solve coding problems,how to solve coding questions in placements,how to solve coding problems in leetcode

КОМЕНТАРІ • 105

  • @Selvakumar_SS14
    @Selvakumar_SS14 23 дні тому +28

    GFG la problem solve panni video podunga akka...

  • @janasriv3735
    @janasriv3735 21 день тому +7

    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.

  • @user-wk3ym8cq4h
    @user-wk3ym8cq4h 22 дні тому +6

    Sister nenga ithey Mari neraya problems teach pana Nalairukum😁

  • @mini3dgame776
    @mini3dgame776 23 дні тому +10

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

  • @siranjevgaming166
    @siranjevgaming166 9 днів тому +1

    Your positive attitude _ will _lead _you _ towards _ sky

  • @user-vw9og2hn8w
    @user-vw9og2hn8w 22 дні тому +2

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

  • @HemapriyaPothireddy
    @HemapriyaPothireddy 21 день тому +2

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

  • @shivkavi1604
    @shivkavi1604 17 днів тому +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

  • @blinkrobloxcreaters3026
    @blinkrobloxcreaters3026 21 день тому +2

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

  • @vasu28yt
    @vasu28yt 22 дні тому

    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])

  • @Koreanattitueking
    @Koreanattitueking 22 дні тому +4

    Geek gor geek problem solve panni video poduinga akka❤❤

  • @vibingowsic2338
    @vibingowsic2338 22 дні тому +3

    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 19 днів тому

      yethukkana answer neenga code panrukkathu

    • @shivkavi1604
      @shivkavi1604 17 днів тому +1

      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

  • @VishnuPrasathS-tp2fd
    @VishnuPrasathS-tp2fd 23 дні тому +47

    Nethu unga birthday thaane😅

    • @curiousfreaks_
      @curiousfreaks_  21 день тому +9

      😁Yes

    • @VishnuPrasathS-tp2fd
      @VishnuPrasathS-tp2fd 21 день тому

      @@curiousfreaks_ treat?

    • @Ajay01845
      @Ajay01845 21 день тому +1

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

    • @jasonjacob1249
      @jasonjacob1249 9 днів тому

      ​@@curiousfreaks_ belated wishes maa 🥰

  • @midunkumar970
    @midunkumar970 19 днів тому +1

    Sister , list out youtube playlist for data structure and algorithms

  • @new_life-
    @new_life- 22 дні тому +1

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

  • @Satheesh-ns5qi
    @Satheesh-ns5qi 22 дні тому +1

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

  • @shivkavi1604
    @shivkavi1604 20 днів тому

    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!

  • @Ramyajunction123
    @Ramyajunction123 23 дні тому +1

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

  • @user-en9im1bm7u
    @user-en9im1bm7u 16 днів тому

    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

    • @Hater_freak
      @Hater_freak 16 днів тому

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

  • @blinkrobloxcreaters3026
    @blinkrobloxcreaters3026 22 дні тому +1

    yes Done

  • @ShreekaVarshaMA
    @ShreekaVarshaMA 19 днів тому

    Yes I want more coding videos

  • @hip-hopgameing8008
    @hip-hopgameing8008 22 дні тому +1

    akka cloud la eppadi project pandradhunu video podunga

  • @pradeepdhinakaran8261
    @pradeepdhinakaran8261 23 дні тому +1

    Akka problems link was not there in the description !!

  • @prakashrajprakashraj1474
    @prakashrajprakashraj1474 23 дні тому +6

    Java related sollunga akka

  • @divyasajith2877
    @divyasajith2877 19 днів тому

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

  • @shruthi12-x8s
    @shruthi12-x8s 23 дні тому +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.

  • @vasanthmuthoot3223
    @vasanthmuthoot3223 23 дні тому

    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.

  • @sivaraman8851
    @sivaraman8851 22 дні тому +2

    Questions understand panna mudiyala akka

  • @abdullahazaam4714
    @abdullahazaam4714 22 дні тому +1

    Solved ✅

  • @SzoboX
    @SzoboX 23 дні тому +2

    Python full stack with AWS is it good career ?

  • @kishorebalaji9595
    @kishorebalaji9595 19 днів тому

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

  • @Abdulrr-k3u
    @Abdulrr-k3u 22 дні тому

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

  • @ajeshkm3282
    @ajeshkm3282 23 дні тому

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

  • @NidarsanR
    @NidarsanR 18 днів тому +1

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

  • @naveens4368
    @naveens4368 23 дні тому

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

  • @karthikeyans9532
    @karthikeyans9532 22 дні тому

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

  • @Sanj_k_
    @Sanj_k_ 20 днів тому

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

  • @naveenraj1791
    @naveenraj1791 22 дні тому +2

    Kadaisi Varaikkum andha coin problem solve pandradhu pathi sollavey illaiye

    • @curiousfreaks_
      @curiousfreaks_  21 день тому

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

    • @shivkavi1604
      @shivkavi1604 17 днів тому

      @@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

  • @pandiv8982
    @pandiv8982 21 день тому

    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

  • @harishp8117
    @harishp8117 23 дні тому +1

    Akka 20 problem link share pannuga

  • @pranove1368
    @pranove1368 23 дні тому +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

  • @rajsivi
    @rajsivi 23 дні тому

    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.

  • @saravanaguhan1299
    @saravanaguhan1299 8 днів тому

    Zen class emathu velai , DSA soli thara matanga

  • @MadhanMadhan-r8w
    @MadhanMadhan-r8w 22 дні тому

    Solved sister

  • @s.abdulkalam3588
    @s.abdulkalam3588 23 дні тому

    Problem link description la ilaa

  • @jeeva3118
    @jeeva3118 21 день тому

    good video

  • @pavatharinirajendran-zp6kz
    @pavatharinirajendran-zp6kz 22 дні тому

    hi sis python full stack and java fullstack which is best

    • @manikumar-vr3kp
      @manikumar-vr3kp 22 дні тому

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

  • @arvinraj9418
    @arvinraj9418 23 дні тому

    What is the service of freshworks akka

  • @lynneageula1067
    @lynneageula1067 17 днів тому

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

  • @Rohithismail
    @Rohithismail 22 дні тому

    javascript?

  • @user-vv9vi1lu5g
    @user-vv9vi1lu5g 18 днів тому

    Hacker rank ka?? For problem solving

  • @kavipriya5977
    @kavipriya5977 19 днів тому +1

    Neenga fundamentals ethune solala🫤

  • @teddy_girl__22
    @teddy_girl__22 20 днів тому

    Solved ✔️

  • @Tech_Talk_Today
    @Tech_Talk_Today 23 дні тому

    os padikka youtube channel sollunga Mam

  • @YeshuaRobert
    @YeshuaRobert 23 дні тому +1

    Hii ❤❤❤🙈🙈🙈

  • @Devadarshini_26
    @Devadarshini_26 22 дні тому

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

  • @premcrazier4429
    @premcrazier4429 18 днів тому

    Soolved ✅

  • @divpre234
    @divpre234 22 дні тому

    How to learn algorithms

  • @nasrinbanu4857
    @nasrinbanu4857 23 дні тому

    C language learn panalama

  • @user-ql8md7vb9c
    @user-ql8md7vb9c 22 дні тому

    Akka where is the 20 problem

  • @akilarukmani.m9298
    @akilarukmani.m9298 22 дні тому +2

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

  • @sriezhil3764
    @sriezhil3764 20 днів тому

    Solved

  • @AjithKumar-pv5jz
    @AjithKumar-pv5jz 23 дні тому

    Reversing pattern

  • @nandhinik04
    @nandhinik04 23 дні тому

    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

  • @shyam4352
    @shyam4352 23 дні тому

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

  • @praveensankar28
    @praveensankar28 22 дні тому

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

  • @seethalakshmiseethalakshmi2873
    @seethalakshmiseethalakshmi2873 23 дні тому

    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 22 дні тому

    ❤ please continue this series akka

  • @k.lohita-11d73
    @k.lohita-11d73 23 дні тому

    Hello

  • @mrcontenttamila2244
    @mrcontenttamila2244 22 дні тому

    Hacker rank???

  • @EC-DHARMARAJANAR
    @EC-DHARMARAJANAR 20 днів тому

    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 .

  • @user-dz5nv9os5h
    @user-dz5nv9os5h 22 дні тому

    Guvi, don't recommend,worst course,

  • @gokulkrishnant5761
    @gokulkrishnant5761 18 днів тому +1

    katasi varikum solution sollalaiye!!!!🥲

  • @Hima_uchiha005
    @Hima_uchiha005 22 дні тому

    ❤️‍🔥🪄💫

  • @bkarthini272
    @bkarthini272 22 дні тому +1

    Solved✅️

  • @kannanjr-vx9sx
    @kannanjr-vx9sx 22 дні тому

    Solved ✅

  • @madpirate2010
    @madpirate2010 22 дні тому

    Solved ✅

  • @Ragavi-cf4cr
    @Ragavi-cf4cr 22 дні тому

    Solved✅