Posts

Showing posts with the label Algo. & D.Struc.

Algorithm and Data structure (Lecture # 3)

Image
Continue.... 6)      Searching: Searching means finding of an element or location of an element in a data list or data bubble. -          Searching is usually performed using unique key values e.g; A student registration number of his/her makes him/her unique one. -          If element to be searched found in the desired list then we say “search successful” otherwise we say search is “Unsuccessful” -          Most popular search methods are: o    Sequential search/Linear search o    Binary search ( searching and sorting algorithms ) 7)      Sorting: Re-arranging the elements of a data list or data bubble -          The Re-arranging of Re-Ordering can be in ascending order or descending order -          ...

Algorithms & D.S

Algorithm and Data structure (Lecture # 2)

Terminologies: 1) BIT:            -BIT stands for "Binary digit".            -A BIT is used to store a single Binary '0' or a single Binary '1'.            -It is the smallest Binary '1';            -It is the smallest piece of information that can not be further divided. 2) Nibble:            -A combination of four related bits is called a NIBBLE.  3) Byte:            -A combination of two related nibbles OR eight related bits are called a BYTE.  4) Character:           -A byte is used to store a single character is a combination                        OR           -A character is a combination two NIBBLES or eight BITS.           -A character is a...

Algorithms and data structures(Lecture # 01)

Image
Here I am going to teach you    data structures and algorithms tutorial Our First lecture is about Algorithm Design Analysis It is the advance subject of Data Structure’s. Word Data Structure can be divided into two Phenomenons. Data Structure 1) Data;               I.             Data means raw facts and figures i.e. ·         Alphabets (Aa-Zz) ·         Numerical (0-9) ·         Special Characters ·         Audios ·         Images ·         Videos     II.             Data Communication; algorithms and data structures   pdf ·    ...