Linear Search and Binary Search in Linear Lists | Class 12 Computer Science with Python

  Рет қаралды 26,470

Swati Chawla

Swati Chawla

Күн бұрын

Пікірлер: 100
@tanyakumari432
@tanyakumari432 3 жыл бұрын
I have been struggling with this concept from six months . Thank you so much mam .
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
My pleasure...😊🙏🏻 Glad u liked it!!!
@nishitasingh4512
@nishitasingh4512 2 жыл бұрын
@@SwatiChawlaofficial mam linear search mein eval input ke liye use krne se kya hoga ....mtlb what is the use of eval here?
@supercrystal8079
@supercrystal8079 2 жыл бұрын
thank u ma'am a good cs teacher was needed on KZbin!!
@SwatiChawlaofficial
@SwatiChawlaofficial 2 жыл бұрын
Thanks and Welcome..
@prathamchauhan7487
@prathamchauhan7487 3 жыл бұрын
Mam tomorrow my practical u nice very teaching great teching teacher
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Thanku so much... Best wishes for your exam..
@prathamchauhan7487
@prathamchauhan7487 3 жыл бұрын
@@SwatiChawlaofficial thnaku mam 😘
@a_5021
@a_5021 4 жыл бұрын
Thank you mam for clearing our all the doubts
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Most welcome... Keep Watching
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Sure....before practicals.. will definitely upload
@GM-zs2ni
@GM-zs2ni 4 жыл бұрын
Mam do we have infix to postfix conversion ? It comes under polish strings which is omitted
@tenzin4388
@tenzin4388 3 жыл бұрын
Thank You So Much Ma'am. Cleared all my doubt
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Welcome..
@professor7698
@professor7698 2 жыл бұрын
Literally she is great ❤🔥
@SwatiChawlaofficial
@SwatiChawlaofficial 2 жыл бұрын
Thanku
@SameerSharma-v7q
@SameerSharma-v7q 7 ай бұрын
Mam your channel is like nexa classes of computer ❤️🎉🥹🙏🏻☺️
@SwatiChawlaofficial
@SwatiChawlaofficial 6 ай бұрын
Please share it with others too
@innovative2966
@innovative2966 3 жыл бұрын
THANKS MA'AM 😊
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Most welcome 😊
@kunaldhankhar4642
@kunaldhankhar4642 3 жыл бұрын
Thank you mam ❤️❤️
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Welcome
@miscellaneousadda8310
@miscellaneousadda8310 4 жыл бұрын
Best video as always
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Thanku.....🙏🏻😊
@ScimitarGaming
@ScimitarGaming 3 жыл бұрын
thank you! very well explained
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
You are welcome!
@everythingreal6780
@everythingreal6780 3 жыл бұрын
Searching k alava baki k operation list k kha or h please provide link and lecture was awesome
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Thanku.. Plz Check out this... kzbin.info/www/bejne/eaLQgXeGrcyjrNE Or you can search any topic...by typing topic name and my name
@ankitandanshuexperiment.7373
@ankitandanshuexperiment.7373 3 жыл бұрын
Mam if question comes enter number and do linear search and binary search (menu driven program) can we do both together
@ankitandanshuexperiment.7373
@ankitandanshuexperiment.7373 3 жыл бұрын
Mam please tell
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
yes..these can be done together...but not required.. if u want to do..in case of binary search..use sort() to sort the elements of list..
@balwan2024
@balwan2024 3 жыл бұрын
Your voice is so nice
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Thanku
@aasthamehta9916
@aasthamehta9916 2 жыл бұрын
Mam please make video of the following programm of these chapter: 1. Deleting of an element from sorted linear list 2.inserting an element in a sorted array using traditional algorithm 3. Traversing a linear list
@karan4269
@karan4269 3 жыл бұрын
Thank you mam
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Welcome
@bhavishyagupta7361
@bhavishyagupta7361 4 жыл бұрын
Thank You So Much Mam
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Most welcome 😊
@divispire
@divispire 3 жыл бұрын
Thanks ma'am
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Most welcome 😊
@santoshmaravi7
@santoshmaravi7 4 жыл бұрын
Nice video mam 💕
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Thanku....
@parthswami8350
@parthswami8350 Жыл бұрын
Mam please explain the question no 32 solved problems data structures -2 (Sumit Arora )
@TechBoyPranit3031
@TechBoyPranit3031 2 жыл бұрын
mam program me ek problem hai binary search me, jab user sorted form me list nhi dega to hm usko sort kar lenge to uske baad sorted list par binary search karenge to jo index return karega wo to sorted list ka hoga na ki user wale list ka
@SwatiChawlaofficial
@SwatiChawlaofficial 2 жыл бұрын
Yes... We can modify the source code accordingly
@punitbohra1771
@punitbohra1771 2 жыл бұрын
what happen when a number is two times in a list ? Then linear search what will givethe position of that particular ? for eg- [12,3,4,8,23,55,23,41,8,65] in this situation what will be the position of the no 8 Please ans this mam with reason.
@SwatiChawlaofficial
@SwatiChawlaofficial 2 жыл бұрын
First occurrence elements index
@aryanmahajan4011
@aryanmahajan4011 3 жыл бұрын
A binary file “Book.dat” has structure [BookNo, Book_Name, Author, Price]. i. Write a user defined function CreateFile() to input data for a record and add to “Book.dat” . ii. Write a function CountRec(Author) in Python which accepts the Author name as parameter and count and return number of books by the given Author are stored in the binary file “Book.dat” OR A binary file “STUDENT.DAT” has structure (admission_number, Name, Percentage). Write a function countrec() in Python that would read contents of the file “STUDENT.DAT” and display the details of those students whose percentage is above 75. Also display number of students scoring above 75% Ma'am how to do these type of question
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
check out the last question of this video.. kzbin.info/www/bejne/jJvcq36Cor-AiaM for more questions of such type...plz watch the videos of Imp. Ques. + live sessions of binary file
@tan8583
@tan8583 2 жыл бұрын
mam do we have to learn this topic for term 2? is it there in term 2 syllabus?
@SwatiChawlaofficial
@SwatiChawlaofficial 2 жыл бұрын
kzbin.info/www/bejne/eIaoY5iOmaaLes0
@SJ-ic4yr
@SJ-ic4yr 4 жыл бұрын
The book uses while loop, but we can use for loop, right?
@supriyoadhikary2497
@supriyoadhikary2497 3 жыл бұрын
Yes bro
@shelly0938
@shelly0938 3 жыл бұрын
Another topic?? Searching by hashing???
@viswaraje8441
@viswaraje8441 4 жыл бұрын
Even if we don't write found=1 in for loop will it work? Found =1 ka jarorat kya hi? if found if loop automatically breaks
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
We are updating the value of variable found to 1..only if the element is present in the list.. If element is not present in the list...found will be 0..
@learnwithsonu708
@learnwithsonu708 4 жыл бұрын
Print ("mam video is helpful ")
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Nice... 😊😊 Keep watching...
@mrwordpress6676
@mrwordpress6676 4 жыл бұрын
@@SwatiChawlaofficial always (beg+mid)//2 Is not enough some time we have to choose different one ma'am iam right or ??
@shailyjhaveri8283
@shailyjhaveri8283 2 жыл бұрын
Mam this was 1 yr ago but can 2022 students learn from this video for term2 or syllabus has changed?
@SwatiChawlaofficial
@SwatiChawlaofficial 2 жыл бұрын
kzbin.info/www/bejne/o5fKgp14fc6Hj7s
@jayashree5537
@jayashree5537 4 жыл бұрын
Very usefull video madam. Can you put the videos of SQL sums also madam.
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Already uploaded... Plz Check the Playlist of MySQL
@anujshukla9892
@anujshukla9892 3 жыл бұрын
Mam ye topic to syllabus se ht gya h??
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
no
@anujshukla9892
@anujshukla9892 3 жыл бұрын
@@SwatiChawlaofficialok mam thanks🙏
@sathwik6413
@sathwik6413 3 жыл бұрын
Got it mam by mistake comment was deleted thank you so much mam and mam where can i find stack and que program
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Check out the playlist of data structure or u can search any concept by writing the concept name and my name
@ShivamSahu-bx6hm
@ShivamSahu-bx6hm 3 жыл бұрын
Mam plz tell new pattern of cs according cbse cerriculum?
@mohamedabdulali4845
@mohamedabdulali4845 2 жыл бұрын
Is list and linear list same?
@sachinrathore835
@sachinrathore835 4 жыл бұрын
Thanks mam
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Welcome 🙏🏻😊
@venkatesang4511
@venkatesang4511 4 жыл бұрын
Mam please tell how get your notes and pdf for class 12 mam
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Sure... You can enjoy special perks by joining the membership. Have a look at this. kzbin.info/door/2vH9rqGh-fJELF8acGfBdwjoin
@awesomeindians5301
@awesomeindians5301 Жыл бұрын
Ma'am is it required for 2022-23?? Ma'am hai kya ye syllabus mein??
@jethalalchampaklalgada-rp8xx
@jethalalchampaklalgada-rp8xx Жыл бұрын
No
@apekshajain6776
@apekshajain6776 3 жыл бұрын
Mam binary and linear search topic delete ho gya hai na 2021 sylabus se
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
No
@alafiakhan2854
@alafiakhan2854 2 жыл бұрын
Is this coming in our boards 2021-22
@roushan8980
@roushan8980 4 жыл бұрын
Mam please also provide notes also🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Sure... You can enjoy special perks by joining the membership. Have a look at this. kzbin.info/door/2vH9rqGh-fJELF8acGfBdwjoin
@sachinrathore835
@sachinrathore835 4 жыл бұрын
Mam please make series of previous year question s of boards please
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Already uploaded... chapter wise... Please visit the channel once and check the Playlists of all the Chapters for previous year que amd sample paper playlist.. Will upload more
@sachinrathore835
@sachinrathore835 4 жыл бұрын
@@SwatiChawlaofficial is pyq is in programming corner
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
In chapters playlist
@viswaraje8441
@viswaraje8441 4 жыл бұрын
Yes mam.in sql Groupby ...having me dikat ho raha hai. Make a video exclusively for that
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
Plz watch the videos of Mysql...already uploaded...w8th example and questions too
@khushikasaudhan4161
@khushikasaudhan4161 3 жыл бұрын
Mam binary search me problem ho rahi hai...so plss make one more video on this....please mam its a humble request 2 uh
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
what problem u r facing?
@harjap2005
@harjap2005 6 ай бұрын
❤❤
@kashish629
@kashish629 4 жыл бұрын
"Thankyou ma'am"
@SwatiChawlaofficial
@SwatiChawlaofficial 4 жыл бұрын
welcome.. keep watching....
@Itsmedoctor-p6r
@Itsmedoctor-p6r 2 күн бұрын
Mam didn't study anything properly my book is sumita arora mam 083 code help me 😢
@SwatiChawlaofficial
@SwatiChawlaofficial Күн бұрын
kzbin.info/aero/PL5Raijva2y4QibMdK3sq8ngvMcFZPTe8-&si=EKkssqrgWz0aT8F0 kzbin.info/aero/PL5Raijva2y4Qtq23KCz6VRdPQ4NUtrmuI&si=t3n7VpK3lKV5GpPQ
@neerajjoshi8285
@neerajjoshi8285 3 жыл бұрын
Mam it not working
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
Plz check your code once again.... For binary search, pre-requisite is that u have to enter elements in the sorted order.. Still , if it will not work, u can paste ur code here also..
@sachinrathore835
@sachinrathore835 3 жыл бұрын
Is it deleted for 2021
@SwatiChawlaofficial
@SwatiChawlaofficial 3 жыл бұрын
No
@omkarpathak6004
@omkarpathak6004 4 жыл бұрын
👍👍👍
@souryadeepbanerjee4610
@souryadeepbanerjee4610 2 жыл бұрын
Mam do we have this part in our term 2 examination this year (searching , sorting) ? Mam pls reply
Lec-48: Binary Search 👀 in Python 🐍 | Complete DSA in Python
7:31
Правильный подход к детям
00:18
Beatrise
Рет қаралды 10 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 22 МЛН
Class 12th Computer Science - I : Chapter 2 | Algorithm : BINARY search
29:53
Computer Science Academy
Рет қаралды 31 М.
Class 12th Computer Science - I : Chapter 2 | Algorithm : LINEAR search
17:47
Computer Science Academy
Рет қаралды 34 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2,2 МЛН
Hash Tables and Hash Functions
13:56
Computer Science Lessons
Рет қаралды 1,6 МЛН
File Handling in Python | Class 12 Computer Science | Lecture 12
21:57
Apni Kaksha Official
Рет қаралды 775 М.
File Handling in Python | Text Files | Class 12 Computer Science
54:24
Правильный подход к детям
00:18
Beatrise
Рет қаралды 10 МЛН