Python Class 12 | Linear Search in Python | Python Data Structure | Chapter 9 | Part 2 | In Hindi

  Рет қаралды 28,210

codeitup

codeitup

Күн бұрын

Пікірлер: 79
@adityaroshan1688
@adityaroshan1688 3 жыл бұрын
Understood everything, will do homework of algorithm. Present sir!
@darshanabhuyan5896
@darshanabhuyan5896 Жыл бұрын
sir ur like the saviour seriously to us
@codeitup
@codeitup Жыл бұрын
😊
@Harshitpandey-c2l
@Harshitpandey-c2l 4 жыл бұрын
Best teacher with best concepts
@codeitup
@codeitup 4 жыл бұрын
Thanks a lot Umesh 😊
@shristykumari9503
@shristykumari9503 7 ай бұрын
Amazing way of explanation thank you so much sir🎉😊
@codeitup
@codeitup 6 ай бұрын
Most welcome 😊
@abhimangaur
@abhimangaur 4 жыл бұрын
Your teaching style is very good
@codeitup
@codeitup 4 жыл бұрын
Thank you so much Abhiman 😊
@shobhasharma1592
@shobhasharma1592 3 жыл бұрын
Explanation at it's best...👏👏👏
@codeitup
@codeitup 3 жыл бұрын
Thanks a ton Shobha!
@vidyaramesh6928
@vidyaramesh6928 Жыл бұрын
Legend's cover whole syllabus at one day before the exam at 2x😂😂😂
@Study.Zone.With.Deepak
@Study.Zone.With.Deepak 4 жыл бұрын
We are very appreciative for your video
@codeitup
@codeitup 4 жыл бұрын
Thanks a ton!😊 Deepak
@vipersquad5560
@vipersquad5560 3 жыл бұрын
sir, please make a video on writing algorithms
@saqlainhussain2256
@saqlainhussain2256 2 жыл бұрын
Best explanation sir👏👏👏
@codeitup
@codeitup 2 жыл бұрын
Thanks😊
@atharvaghogale2682
@atharvaghogale2682 9 ай бұрын
best than code with harry oanand sir explains in deep , harry just give overview
@badalkumar-ck1hj
@badalkumar-ck1hj 3 жыл бұрын
i understand this video very well sir Thanks Teacher 🙏🏼🙏🏼🙏🏼🙏🏼🇮🇳🇮🇳🇮🇳🇮🇳
@codeitup
@codeitup 3 жыл бұрын
Always welcome Badal!
@vaibhavpatharkar6794
@vaibhavpatharkar6794 2 жыл бұрын
Sir you teach very nicely . But pl explain indentations while writing programs.
@munendrakumar3322
@munendrakumar3322 2 жыл бұрын
Completed my linear search question just after watching it once.........
@codeitup
@codeitup 2 жыл бұрын
😊👍
@ritikamittal1770
@ritikamittal1770 Жыл бұрын
@@codeitup sir pls make video on algorithm also
@manishprajapati1459
@manishprajapati1459 2 жыл бұрын
n=eval('enter a list') element=int(input('enter a element')) if element in n: print('found') print('index:',n.index(element)) else: print('Not found')
@abhishekkaran1205
@abhishekkaran1205 2 жыл бұрын
The no 2 position is should be 1 because list start with 0,1,2 and so on
@nazishkhan2587
@nazishkhan2587 2 жыл бұрын
Thank you so much sir u r explanation is very good
@codeitup
@codeitup 2 жыл бұрын
Thanks & most welcome Nazish!
@amaritanshigupta5271
@amaritanshigupta5271 2 жыл бұрын
very grateful vedio's
@codeitup
@codeitup 2 жыл бұрын
Thanks Amaritanshi!
@adityagupta8901
@adityagupta8901 4 жыл бұрын
Amazing explanation sir
@codeitup
@codeitup 4 жыл бұрын
Thanks a lot Aditya 😊
@vanshrajsingh5406
@vanshrajsingh5406 2 жыл бұрын
Very nyc sir
@codeitup
@codeitup 2 жыл бұрын
Thanks Vansh!
@manjushavarunnair2835
@manjushavarunnair2835 2 жыл бұрын
Sir algorithum b explain kr dijiye
@LALITGOSSIPS
@LALITGOSSIPS 2 жыл бұрын
Nice
@codeitup
@codeitup 2 жыл бұрын
😊
@aravind9811
@aravind9811 3 жыл бұрын
import numpy as np def linearsearch(arr, key ,size ): flag = 0 for i in range(size ): if arr[i] == key: flag == 1 pos = i+1 break if flag == 1: print("valu found at position ",pos, "position ") else: print("valu not found") a = [] size = int(input("enter the size of an array ")) for i in range(size): valu = int(input("enter the valu ")) a.append(valu) arr = np.array(a) key = int(input("enter the value to search ")) linearsearch(arr, key , size ) not get proper output sir
@codeitup
@codeitup 3 жыл бұрын
Just do: flag=1
@aravind9811
@aravind9811 3 жыл бұрын
@@codeitup thank you sir
@vershitayadav7753
@vershitayadav7753 3 жыл бұрын
l=[34,56,12,66,90,34,2,3,67,12] length=len(l) key=int(input("Enter the key to search:")) for i in range(0,length): if l[i]==key: print("found",l[i]) print("index is", i) break elif l[i]!=key: print("not found") break else: pass sir i did it in this way but every time when the i is going in elif it is printing "not found" until i is matched. what should i change in it to make it print "not found" only once. moreover, it is not finding the correct i. always show "not found"
@sheikhmuktadir260
@sheikhmuktadir260 3 жыл бұрын
Thank you so much sir
@codeitup
@codeitup 3 жыл бұрын
Thanks dear !
@abhimangaur
@abhimangaur 4 жыл бұрын
Thank you sir ji
@codeitup
@codeitup 4 жыл бұрын
Most welcome Abhiman. During Premier you can join live chat as well.
@riturajraman.
@riturajraman. 4 жыл бұрын
good Evening Sir, Sir, if you use GitHub, then please make a video on "How to use GitHub" with a full explanation. It's a humble request.
@codeitup
@codeitup 4 жыл бұрын
Sure Rituraj !
@riturajraman.
@riturajraman. 4 жыл бұрын
@@codeitup Thank you, sir!
@riturajraman.
@riturajraman. 4 жыл бұрын
@@codeitup But make a detailed video...🙏🙂
@sagarpandey2762
@sagarpandey2762 4 жыл бұрын
Sir pz fast videos upload kar dijiye pz aur kuch practice example bhi dai dijye pz . By the way I am your new subscriber .
@codeitup
@codeitup 4 жыл бұрын
Will try my best Sagar !
@sakshisingh78
@sakshisingh78 3 жыл бұрын
Thanks sir 🥰
@codeitup
@codeitup 3 жыл бұрын
Most welcome Sakshi!
@sakshisingh78
@sakshisingh78 3 жыл бұрын
@@codeitup 🥰🥰
@whitesidehacker7439
@whitesidehacker7439 4 жыл бұрын
Best teacher of computer . Please come to my school and teach us , sir 😊😊😊😊😊😊😊😊😊😊😇😇😇😇😇😇
@codeitup
@codeitup 4 жыл бұрын
Say your principal to call me and decided the CTC 😜
@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 with reason.
@JEEAspirant-on9wp
@JEEAspirant-on9wp Жыл бұрын
It will give the first index where the number is present as once the number is found the loop breaks and hence it won't search further
@JEEAspirant-on9wp
@JEEAspirant-on9wp Жыл бұрын
Position of 8 will be i+1=3+1=4
@atharvaghogale2682
@atharvaghogale2682 9 ай бұрын
tommorw computer paper "phood denge"(prasant kirad bhaiya)
@helloo8838
@helloo8838 3 жыл бұрын
Plz reply 👇 Concept mujhe smjh aa jata hai ...I mean theory☺️ But in partical part I understand nothing ....😓😓😓😓😓 Practical krte time hamesha output me error aa jata hai 🤪🤪 Actually I don't know how many spaces should I give .... Capital letter or small letter ... Which one I should use... I don't know 😣😣😣😣....
@exmephistoop3714
@exmephistoop3714 3 жыл бұрын
Kuki hmse usr se size pucha to use to apbe size tk no. Entr krne honge
@rollercoaster9719
@rollercoaster9719 4 жыл бұрын
Sir preboards aane wale h ise plzz next 5-6 days me daal dijiye giving it preferece rather than sql plz sir
@codeitup
@codeitup 4 жыл бұрын
Sure Himanshu, I will try my best.
@exmephistoop3714
@exmephistoop3714 3 жыл бұрын
Sir range me size+1 lena chahiye tha shayd
@codeitup
@codeitup 3 жыл бұрын
By default 0 se start hota hai islie size+1 karne ki jarurat nahi padti..
@Ajaykumar-kx9su
@Ajaykumar-kx9su 4 жыл бұрын
Thank you sir Yesterday I requested for this video And I got it today🙏🙏
@codeitup
@codeitup 4 жыл бұрын
Keep Learning !
@rapjaws_yt
@rapjaws_yt 2 жыл бұрын
sir mene ye linear search wala program apne system me run kiya but kuch bhi show nhi kr rha
@thevardhana2537
@thevardhana2537 3 жыл бұрын
What if a list containing single element at multiple positions ?
@mytrollscollection9375
@mytrollscollection9375 Жыл бұрын
it will print the position of 1st time the num occured in list if the same num repeated again its position will not be printed
@itzpkg
@itzpkg 4 жыл бұрын
👍👍👍👍👍
@codeitup
@codeitup 4 жыл бұрын
😊
@Kahana_sakhii
@Kahana_sakhii 4 жыл бұрын
Sir...agr m codeitup ki memership join krun joh kya fyda hoga usme???
@codeitup
@codeitup 4 жыл бұрын
You will support my free education to all campain. Further, I will provide you the complete 12th Notes.
@LALITGOSSIPS
@LALITGOSSIPS 2 жыл бұрын
Realme phone 😊
@abhishekkaran1205
@abhishekkaran1205 2 жыл бұрын
This is wrong..... Check your output
@itsolutions4474
@itsolutions4474 4 жыл бұрын
Thank you sir
@codeitup
@codeitup 4 жыл бұрын
Most welcome Allauddin!
Python Tutorial for Beginners | Learn Python in 1.5 Hours
1:17:12
Apna College
Рет қаралды 10 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 40 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Python File Handling | One Shot Video | In Hindi
2:52:16
codeitup
Рет қаралды 288 М.
Lec-48: Binary Search 👀 in Python 🐍 | Complete DSA in Python
7:31
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 40 МЛН