IMPLearn
IMPLearn
  • 460
  • 4 359 047

Відео

Computational approaches to problem solving | Greedy algorithm | ATP - Module 4 | Lecture 23
Переглядів 19521 день тому
Topics covered 00:00 - Intro to Greedy algorithm 02:52 - Characteristics of Greedy algorithm 03:54 - Motivation for greedy algorithm 05:32 - Greedy algorithm vs Dynamic programming 06:52 - example - task completion For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python
Computational approaches to problem solving | Dynamic programming | ATP - Module 4 | Lecture 22
Переглядів 27128 днів тому
Topics covered 00:00 - Intro to dynamic programming approach 04:27 - example - Fibonacci series 07:14 - Recursion vs Dynamic programming For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python
Computational approaches to problem solving | divide and conquer | ATP - Module 4 | Lecture 21
Переглядів 342Місяць тому
Topics covered 00:00 - Intro 03:48 - The merge sort algorithm 06:05 - Advantages & disadvantages For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python
Computational approaches to problem solving | Brute-force Approach | ATP - Module 4 | Lecture 20
Переглядів 536Місяць тому
Topics covered 00:00 - Intro 04:00 - Brute-force approach 07:30 - Example: Padlock combination problem For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python
Recursion in python | Algorithmic thinking with Python - Module 3 | Lecture 19
Переглядів 728Місяць тому
Topics covered 00:00 - Intro to Recursion & definition 02:24 - Reason for using recursion 03:41 - Call stack & recursion 06:09 - Example 1 - Factorial calculation using recursion in python 11:38 - Factorial calculation program try 15:07 - Example 2 : Fibonacci Sequence using recursion 17:12 - Example 3 : GCD of two positive integers 18:56 - Disadvantages of recursion For more visit : www.iamman...
Working example for Decomposition & modularization in python | ATP- Module 3 | Lecture 18
Переглядів 346Місяць тому
download program : drive.google.com/file/d/1uQVHVLpsfilBmaMTS7s_FOKc9LeTDvTd/view?usp=drive_link For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python
Defining and using functions in Python | Decomposition & modularization | ATP- Module 3 | Lecture 17
Переглядів 753Місяць тому
Topics covered 00:00 - Defining and using function in python 02:59 - Example 07:51 - Example - function with multiple return values For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python Music by Edgar Trage from Pixabay
Decomposition & modularization in python | ATP - Module 3 | Lecture 16
Переглядів 871Місяць тому
Topics covered 00:00 - Intro 01:29 - Decomposition and problem solving with example 03:50 - Modularization with example 05:52 - Motivation for modularization For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python Music by Edgar Trage from Pixabay
Creating and using Arrays in Python (using Numpy library) | ATP - Module 3 | Lecture 15
Переглядів 614Місяць тому
Topics covered Creating and using Arrays in Python (using Numpy library) For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python Music by Edgar Trage from Pixabay
Sequence data types in Python | list, set, string, dictionary | ATP - Module 3 | Lecture 14
Переглядів 768Місяць тому
Topics covered 00:00 - Sequence datatypes in python 01:40 - List 07:44 - Sets 11:09 - Strings 13:45 - Dictionaries For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python Music by Edgar Trage from Pixabay
Selection and iteration using python | loop in python | ATP - Module 3 | Lecture 13
Переглядів 666Місяць тому
Topics covered 00:00 - Intro 00:45 - For loop 03:56 - Range function 07:00 - while loop 11:19 - difference between for and while loop For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python Music by Edgar Trage from Pixabay
Selection and iteration using python | selection - if, else, elif | ATP - Module 3 | Lecture 12
Переглядів 861Місяць тому
Topics covered 00:00 - Intro 01:10 - Selection in python 01:34 - If statement 05:29 - else statement 07:37 - elif statement For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python Music by Edgar Trage from Pixabay
Flowchart using RAPTOR tool| Flowchart - Part 3 | ATP - Module 2 | Lecture 11
Переглядів 4062 місяці тому
Topics covered 00:00 - Intro to RAPTOR 02:00 - Printing name using RAPTOR 05:00 - Printing the square of a number in RAPTOR 08:26 - Printing sum of 10 numbers in RAPTOR Download raptor : raptor.martincarlisle.com/ For more visit : www.iammanuprasad.com/teaching-stuff/ucest105-algorithmic-thinking-with-python Music by Edgar Trage from Pixabay
Flowchart Examples | Flowchart - Part 2 | ATP - Module 2 | Lecture 10
Переглядів 3312 місяці тому
Flowchart Examples | Flowchart - Part 2 | ATP - Module 2 | Lecture 10
Introduction to Flowchart - Part 1 | ATP - Module 2 | Lecture 9
Переглядів 4442 місяці тому
Introduction to Flowchart - Part 1 | ATP - Module 2 | Lecture 9
Algorithm and pseudocode representation - Part 2 | ATP - Module 2 | Lecture 8
Переглядів 6532 місяці тому
Algorithm and pseudocode representation - Part 2 | ATP - Module 2 | Lecture 8
Algorithm and pseudocode representation - Part 1 | ATP - Module 2 | Lecture 7
Переглядів 7462 місяці тому
Algorithm and pseudocode representation - Part 1 | ATP - Module 2 | Lecture 7
Essentials of python programming | Algorithmic thinking with python | Module 1 | Lecture 3 - Part 3
Переглядів 4422 місяці тому
Essentials of python programming | Algorithmic thinking with python | Module 1 | Lecture 3 - Part 3
Essentials of python programming | Algorithmic thinking with python | Module 1 | Lecture 3 - Part 2
Переглядів 4542 місяці тому
Essentials of python programming | Algorithmic thinking with python | Module 1 | Lecture 3 - Part 2
Essentials of python programming | Algorithmic thinking with python | Module 1 | Lecture 3 - Part 1
Переглядів 6202 місяці тому
Essentials of python programming | Algorithmic thinking with python | Module 1 | Lecture 3 - Part 1
Problem solving process | Algorithmic thinking with python | Module 1 | Lecture 2 - Part 2
Переглядів 6842 місяці тому
Problem solving process | Algorithmic thinking with python | Module 1 | Lecture 2 - Part 2
Problem solving process | Algorithmic thinking with python | Module 1 | Lecture 2 - Part 1
Переглядів 8492 місяці тому
Problem solving process | Algorithmic thinking with python | Module 1 | Lecture 2 - Part 1
Problem solving strategies | Algorithmic thinking with python | Module 1 | Lecture 1
Переглядів 2,9 тис.3 місяці тому
Problem solving strategies | Algorithmic thinking with python | Module 1 | Lecture 1
Realizing Multiplexer in Verilog | Structural | 8:1 MUX using 4:1 & 2:1 | Malayalam | vivado
Переглядів 7618 місяців тому
Realizing Multiplexer in Verilog | Structural | 8:1 MUX using 4:1 & 2:1 | Malayalam | vivado
Realizing Half adder & Full adder in Verilog | Structural & Dataflow | Malayalam | vivado
Переглядів 2219 місяців тому
Realizing Half adder & Full adder in Verilog | Structural & Dataflow | Malayalam | vivado
Familiarization of verilog programming | realization of basic gates | NOT & AND | Malayalam | vivado
Переглядів 3149 місяців тому
Familiarization of verilog programming | realization of basic gates | NOT & AND | Malayalam | vivado
Realization of logic functions using Universal gates | NAND & NOR | Malayalam |
Переглядів 1539 місяців тому
Realization of logic functions using Universal gates | NAND & NOR | Malayalam |
Strings in Python | String format | indexing | Learn Python in Malayalam | Lecture 19
Переглядів 2169 місяців тому
Strings in Python | String format | indexing | Learn Python in Malayalam | Lecture 19
Problem 2 - design of 8 element broadside array | Microwaves & Antennas | Module 3 | Lecture 18
Переглядів 6 тис.Рік тому
Problem 2 - design of 8 element broadside array | Microwaves & Antennas | Module 3 | Lecture 18

КОМЕНТАРІ

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

    Sirnte playlist padichaal exam pass aavuo, kindly do reply ❤️

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

      It covers the entire syllabus.. more than enough to pass the subject.. check the link in the description for more..

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

    Wonderful class❤

  • @gorgeousgrey6479
    @gorgeousgrey6479 11 днів тому

    Sir, can you switch the language to English? So that all can be understood.

  • @yadhukrishnan4634
    @yadhukrishnan4634 11 днів тому

    Thank you sir!!

  • @vasudev6418
    @vasudev6418 15 днів тому

    background music onnu ozhivaakkoo

  • @cihanderinoz
    @cihanderinoz 15 днів тому

    Hello. How are antenna widths calculated based on the coefficients you found?

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

    Y(n)= 1,4,3,4,7,4,-7,-7,-1,3,4,3,-2 right? Please check

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

    Thankyou it helped me😢

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

    Great class 🎉

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

    Thank you sir

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

    Thank you sir

  • @drprasadj9739
    @drprasadj9739 25 днів тому

    Simple ❤

  • @hello-fn2oy
    @hello-fn2oy 25 днів тому

    Ee proof normally examsin choichat illalo. So padikano

    • @IMPLearn
      @IMPLearn 25 днів тому

      ചോദിച്ചിട്ടുണ്ട്

  • @drprasadj9739
    @drprasadj9739 26 днів тому

    ഒരു വറ്റെടുത്ത് വെന്തോ എന്ന് നോക്കുന്നതിനെ സംസ്കൃതത്തിൽ സ്ഥാലീപുലാകന്യായം എന്ന് പറയും

  • @ArhamKhan05
    @ArhamKhan05 27 днів тому

    Thank You So Much Sir

  • @EC_AdithyanShabu_03
    @EC_AdithyanShabu_03 28 днів тому

    Sir spherical coordinate systathile differential displacement equationille unit vector aρ ahno ar alle

  • @drprasadj9739
    @drprasadj9739 29 днів тому

    Very simple ❤

  • @sreeshmar-mq8yz
    @sreeshmar-mq8yz 29 днів тому

    2015 schem ano?

  • @ashiq3871
    @ashiq3871 29 днів тому

    Sir ith 2015 syllabusin same alle

  • @SuvedhKrishna
    @SuvedhKrishna 29 днів тому

    Sir , i think the qstn has some issue, cuz cutoff frequency is greater than operating frequency in this qstn, sinθ = cutoff frequency/operating frequency, ith will be a value greater than 1, sinθ can't be >1.

    • @SuvedhKrishna
      @SuvedhKrishna 29 днів тому

      Ivde cutoff frequency = 57GHz, operating frequency = 50GHz....qstn correct alla. When f<fc , then attenuation happens and wave should not propagate through waveguide But here σ=0 given ahnu, which implies no attenuation i.e , α=0. Only when f>fc wave will propagate.

  • @drprasadj9739
    @drprasadj9739 Місяць тому

    Simple

  • @athirasiby6253
    @athirasiby6253 Місяць тому

    Thank you sir

  • @ignatioustshibu1472
    @ignatioustshibu1472 Місяць тому

    Sire nalle ennikku Internal exam annu.Module 3 and 4 annu portions.So ethokeyannu important questions

    • @IMPLearn
      @IMPLearn Місяць тому

      Check the description for notes.. ppt is there

  • @ManuBoddeti
    @ManuBoddeti Місяць тому

    Thanks

  • @drprasadj9739
    @drprasadj9739 Місяць тому

    Good ❤

  • @meenprandhan
    @meenprandhan Місяць тому

  • @luvurselfluvmyselfpeace3490
    @luvurselfluvmyselfpeace3490 Місяць тому

    Thank you sir 🙏

  • @yadhukrishna3985
    @yadhukrishna3985 Місяць тому

    thank you sir.....

  • @Vishnu_1818u
    @Vishnu_1818u Місяць тому

    ❤😊

  • @albinmathew9873
    @albinmathew9873 Місяць тому

    Tnx sir 💗 Highly recommend video Background music off akana next time

  • @arunvs3451
    @arunvs3451 Місяць тому

  • @hshm3282
    @hshm3282 Місяць тому

    3marks

  • @nostalgia123x
    @nostalgia123x Місяць тому

    Sir ie s3 studentsinu ith same alle

  • @funquizandmoremalayalam2350
    @funquizandmoremalayalam2350 Місяць тому

    very usefull vedio

  • @funquizandmoremalayalam2350
    @funquizandmoremalayalam2350 Місяць тому

    sir,how to get this nots pls rply

    • @IMPLearn
      @IMPLearn Місяць тому

      Pls check the description

  • @mvp694
    @mvp694 Місяць тому

    ua-cam.com/video/u5CIxQmxa1Y/v-deo.html

  • @chakrubarla
    @chakrubarla Місяць тому

    Shravan suresh🔥🔥🔥

  • @Caraoms-jf2pg
    @Caraoms-jf2pg Місяць тому

    15:17 sir ivde 4 in entha jw varanje.. Verum w^2 Mathram vanne entha.. Athupole real part cheyyumbo w^2=52 alle so w=root 52 alle

    • @Shibilll
      @Shibilll Місяць тому

      j^2 ath - aayille..appo baaki w^2...

  • @Notgoodvideos123
    @Notgoodvideos123 Місяць тому

    sir how do i tie a tie?

  • @sportshub7856
    @sportshub7856 Місяць тому

    sir, 3 forward paths undallo

  • @anamikas1297
    @anamikas1297 Місяць тому

    Mesh edukan patile ???

  • @Nightmare-t2n
    @Nightmare-t2n Місяць тому

    ±√-2=±√-1x2=±j√2

  • @shroutetherowdy
    @shroutetherowdy Місяць тому

    ee derivation examin chodikkumo?

  • @Hijjuji34
    @Hijjuji34 Місяць тому

    Sir first h2 maattya kuzhapponda

  • @drprasadj9739
    @drprasadj9739 Місяць тому

    Good

  • @antares64917
    @antares64917 Місяць тому

    Sir can you arrange the playlist in chronological order if possible, it will be so useful for watching all your videos one by one.

    • @IMPLearn
      @IMPLearn Місяць тому

      It is in that order

  • @drprasadj9739
    @drprasadj9739 Місяць тому

    Simple

  • @anuragcalicut6826
    @anuragcalicut6826 Місяць тому

    S1 nte caseil entha devided by 8 vannath 16 alle varua

  • @adhnanrasheed4096
    @adhnanrasheed4096 Місяць тому

    Sir enik ee class help ful ayirunoo e subject exam ezutiyapool pass ayi s3 auirunoo thanku so much sir 💓

  • @drprasadj9739
    @drprasadj9739 Місяць тому

    Good 👍