0% found this document useful (0 votes)
52 views6 pages

Fundamental of Data Structure

The document discusses Python arrays and functions. It contains: 1) An overview of Python arrays, including how they store elements and can contain elements of the same type. 2) Instructions on how to create an array in Python using the array module and specifying a data type and value list. 3) A brief discussion of basic array operations like traversing, insertion, deletion, search, and update.

Uploaded by

PROxZIMA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views6 pages

Fundamental of Data Structure

The document discusses Python arrays and functions. It contains: 1) An overview of Python arrays, including how they store elements and can contain elements of the same type. 2) Instructions on how to create an array in Python using the array module and specifying a data type and value list. 3) A brief discussion of basic array operations like traversing, insertion, deletion, search, and update.

Uploaded by

PROxZIMA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Aim-OTHe Cputhon pioqsam to o soxe ma kS

Scordin sub ect Eundamental OF Data stsucuse '


b N Students n the clcass w te Funchonc
COmpude Foloing
a) The aveKaqe 9cos e OF Class
bHighest scose
ahd owes 8cose oF Cass
CCount OE SAudentS dno cwea e cbsent
Cox he test
d) Displa narks oith hiahesB reauen cy

THEORY puthon Aray


)An
) An a aLS a Collechon OE item S Stosed
g t (o Ha giOUS Memoxy 1oCahon
D TKe ided S t o StO e mulhple_ em S OF
Same e e oaetkez.
This malces 1H CaSleg *oCol Cuate Hoe p Dsihon
eachelement bySimply addinq a OESet
Ho c_ ba Se_yalue 1:e he meamoT Locabon_
QF he s S elemen +_oF he y
) FoK SLmpliciky we Con Fhik Of an a 5ay
OE ESet OF STaiys_uwbere on each She p is placeo
Oalue
V) AsKay Can e handled in Puinon bu a module
Nomed Oay They Con loe usetul Lone) wehave
o a n pula fe only Spe cihcdata ype Jalue
V) A Qses COn tseat Lst_ CAS a33ay
Howe ver, LDer Ca nngt Constain ne tupe o
e lements stoTe i n a list \E ua oefe anT
using he
uSina assay module all elemen ts oE the
fnust be OF Same tDe
S 6
InpcE s
element o Index Seuen
ARRAY
LENGTH9

CREATING AN ARRAY
A aray in python can be Ceattd by-
mpoz hn9 oXTo module (dcrta,type valuelist)
J
S Utd to Coeart an ox h data t9e
gnd uoalue list SpeciEied in tS o8gument

CE arY CTTay ( C1,2 3 )

Pint( The ne cseatto arTayis end


Fori in Tanae_co3)
Prin+OCi end " )
PxintO_

b = an gTsay d 253,2 33
PrinC The ne e s t daT3q is )

Fox in Tar ae (o,)


Prin C61 end "
TYPE C-TYPE PYTHON MINIMOM SI2E
CO DE
TYPE C8YTES)
Signed chas
B' Unsigneol char in 1
'u 2
Py-unicoele unico.de cha
signeolShort 2
M' Dnsiqned Shor int 2
L Siqneol in+_ 2
in 2
unsiund inå
siened Long nt
L' Onsigned long int
signed lonqlorng int
nsvnscemed longlo int
flo qt Flot
double

| BASICOPERATION
tolloong Cgene basic Opeac1honsSuppo teo by an

TRAVERSE pTint allhe asTay elements one bu


one

TNSERTION Adds an elements at h e qiue n


index

DELET1O Deletes_an elemeotS at the aive n

SEARCH ,=updakes an elkmen ks_Uins the


ihdexax hy he Ualue
OPDATE Updal an elemen t at the gien index

LENLGTH Use heen) method to TetuT n he


ength oF Cn oxOy (no OF elemen s in
amay
ale (ne OTTaYD

FUNCTLONS N DYTHON
A Funcion iS a_set OF Stale mentS tha t
tke
in puts do Some Spe ck c Computahon and -
pIoduCe Outpu The cdea 1S 4O pU Som e
Commanly OS epeak dl done task oaethe _
and naake a um ion. So hdt insBeao of rhng
ne Same Code again and oaaunfr dipfese
inputs Can Call tne Funchonspudaan põ0vido
built in_ Funchio os ike pointO,e c bu+
we can alS o CTeate uour Own FunChon s
These Funchons aTeCcilied uSer Func hor.

def eVenodd (x)


F (X 1 2==o).
PTin even")
elSe
P-gin C odd'"

evenco dd)
FOR LOoP-
For laop ase wed FoT Secuahia
Hsavesal Fo es raues Sina a List o
Shrina 01 aYay etc In python heeS no
CsAye Fos \OOP e FoT (i=oicn\tA)Th e
For OOp in Python S weo tos e a t e
Obect s
TeTahing
ngovex a Sequenee is Called tsayeTsal,

Syntax OF fo loop
F o val In_Sequone
Bodu OF Tor
Hese Val s var iable hat ak e s h e
Jalue Of he ite m inside he Sequen Ce on
eaLch ites ahion loop Conhhou sUnn ) _we
ech
FOR EACH TEM IN E QUENCE
LAS+ ES
TIEM
RE ACH

NO

QoDY OF CO_

EXIT l0o p
e a of Eox loop

EProeam o o d h e som o E all

Lis aF numberS
DumbSL6,5 3,2.42,5, u
t Variab)ee Ovez AhR 1is

SvmE 0

ittexak Over the lis E


FOYNal n numoer S.
Sum SU m Val
PrintChe Swm is: Sum

OP Tas Sum _ u3

You might also like