SlideShare une entreprise Scribd logo
1  sur  48
Télécharger pour lire hors ligne
Discrete Mathematics
CSC 1700-4
Contact Information
Sherzod Turaev
Assistant Professor, Dr.
Department of Computer Science
Kulliyyah of Information & Communication Technology
Office: C3‐21
Email: sherzod@iium.edu.my
Web: www.sherzod.info
2© S. Turaev, CSC 1700 Discrete Mathematics
Classes
Lectures
 Time: 11.30 AM – 12.50 PM
 Date: Tuesday & Thursday
 Location: Level 4C, LR19
Tutorial Classes
 Time: 17.00 – 18.50 PM
 Date:  Thursday
 Location: Level 1C, LR1
3© S. Turaev, CSC 1700 Discrete Mathematics
Required Reference
Kolman, Busby, Ross
Discrete Mathematical 
Structures
6/E.
NJ: Pearson Prentice 
Hall
2013 (2009)
4© S. Turaev, CSC 1700 Discrete Mathematics
Recommended References
1. Rosen, K. (2013) Discrete Mathematics and Its 
Applications. 7/E. NY: McGraw Hill.
2. Epp, S. (2011) Discrete Mathematics with 
Applications. 4/E. Brooks/Cole Cengage 
Learning.
3. Johnsonbaugh, R. (2009) Discrete 
Mathematics. 6/E. NJ: Pearson Prentice Hall.
5© S. Turaev, CSC 1700 Discrete Mathematics
i‐Taleem System
http://italeem.iium.edu.my/
• Lecture Slides/Notes
• Home assignments
• Assessment Results
• Announcements, Discussions, Q&A, etc.
6© S. Turaev, CSC 1700 Discrete Mathematics
Course Assessments & Marking
7© S. Turaev, CSC 1700 Discrete Mathematics
METHOD MARKING (%)
Home assignments (5) 10
Quizzes (3) 30
Mid‐term examination 20
Final examination 40
Course Outline
Week Topics
1 Fundamentals
Sets and subsets. Operations on sets. 
Sequence. Properties of Integers. Matrices.
2‐3 Logic
Propositions and Logical operations. 
Conditional statements. Methods of proof. 
Mathematical induction.
8© S. Turaev, CSC 1700 Discrete Mathematics
Course Outline
Week Topics
4 Counting
Permutations. Combinations. Pigeonhole 
principle. Elements of probability. 
Recurrence relations. 
9© S. Turaev, CSC 1700 Discrete Mathematics
Course Outline
Week Topics
5‐6 Relations and Digraphs
Product sets and partitions. Relations and 
digraphs. Paths in relations and digraphs. 
Properties of relations. Equivalence 
relations. 
Data structures for relations and digraphs. 
Operations on relations. Transitive closure 
and Warshall’s algorithm.
10© S. Turaev, CSC 1700 Discrete Mathematics
Course Outline
11© S. Turaev, CSC 1700 Discrete Mathematics
Week Topics
7 Functions
Functions. Functions for computer science. 
Growth of functions. Permutation functions. 
8‐9 Order Relations and Structures 
Partially ordered sets. Lattices. Finite 
Boolean algebras. Functions of Boolean 
algebras. Circuit design.
Course Outline
12© S. Turaev, CSC 1700 Discrete Mathematics
Week Topics
10 Trees
Trees. Labeled trees. Tree searching. 
Undirected trees. Minimal spanning trees.
11‐12 Topics in Graph Theory 
Graphs. Euler paths and circuits. Transport 
networks. Matching problems. Coloring 
graphs.
Course Outline
13© S. Turaev, CSC 1700 Discrete Mathematics
Week Topics
13 Semigroups and Groups 
Binary operations. Semigroups. Products 
and quotients of semigroups. Groups. 
Products and quotients of groups. Other 
mathematical structures.
14 Groups and Coding
Coding of binary information and error 
detection. Decoding and error correction. 
Public key cryptography. 
Important Notes
! Attendance is compulsory (University Regulation)
! University dress code
! No mobiles/notes/tabs… (power off or mute mode)
! No late homework will be accepted. No exceptions
! No make‐up exams/quizzes will be given
! Do not be late
14© S. Turaev, CSC 1700 Discrete Mathematics
INTRODUCTION
What is Discrete Mathematics?
 Discrete Mathematics is the part of Mathematics 
devoted to the study of discrete (as opposed to 
continuous) objects.
 Examples of discrete objects: integers, steps taken by a 
computer program, distinct paths to travel from point 
A to point B on a map along a road network.
 A course in discrete mathematics provides the 
mathematical background needed for all subsequent 
courses in computer science.
16© S. Turaev, CSC 1700 Discrete Mathematics
Discrete Mathematics is a Gateway
Topics in discrete mathematics will be important in many 
courses that you will take in the future:
 Computer Architecture, 
 Data Structures and Algorithms, 
 Programming Languages and Compilers, 
 Computer Security, 
 Databases, 
 Artificial Intelligence, 
 Networking, 
 Theory of Computation, …
17© S. Turaev, CSC 1700 Discrete Mathematics
Problems of Discrete Mathematics
 How many ways can a password be chosen following 
specific rules?
 How many valid Internet addresses are there?
 What is the probability of winning a tournament?
 Is there a link between two computers in a network?
 How can I identify spam email messages?
 How can I encrypt a message so that no unintended 
recipient can read it?
18© S. Turaev, CSC 1700 Discrete Mathematics
Problems of Discrete Mathematics
 How can we build a circuit that adds two integers?
 What is the shortest path between two cities using a 
transportation system?
 How can we represent English sentences so that a 
computer can reason with them?
 How can we prove that there are infinitely many prime 
numbers?
 How can a list of integers be sorted so that the integers 
are in increasing order?
19© S. Turaev, CSC 1700 Discrete Mathematics
Goals of Discrete Mathematics Course
Discrete Structures:
Abstract mathematical structures that represent 
objects and the relationships between them. Examples 
are sets, strings, sequences, permutations, relations, 
graphs, trees, and finite state machines.
Combinatorial Analysis:
Techniques for counting objects of different kinds.
Mathematical Reasoning:
Ability to read, understand, and construct 
mathematical arguments and proofs.
20© S. Turaev, CSC 1700 Discrete Mathematics
Goals of Discrete Mathematics Course
Algorithmic Thinking:
 One way to solve many problems is to specify an 
algorithm.
 An algorithm is a sequence of steps that can be 
followed to solve any instance of a particular 
problem.
 Algorithmic thinking involves specifying algorithms, 
analyzing the memory and time required by an 
execution of the algorithm, and verifying that the 
algorithm will produce the correct answer.
21© S. Turaev, CSC 1700 Discrete Mathematics
Goals of Discrete Mathematics Course
Applications and Modeling:
 It is important to appreciate and understand the 
wide range of applications of the topics in discrete 
mathematics and develop the ability to develop 
new models in various domains.
 Concepts from discrete mathematics have not only 
been used to address problems in computing, but 
have been applied to solve problems in many areas 
such as chemistry, biology, linguistics, geography, 
business, etc.
22© S. Turaev, CSC 1700 Discrete Mathematics
FUNDAMENTALS
Sets and Subsets
Definition: A set is any well‐defined collection of objects, 
called the elements or members of the set.
Examples:
 the collection of computers in the Lab;
 the collection of students in IIUM.
Well‐defined: it is possible to decide if a given object 
belongs to the collection or not.
The description of a set: to list the elements of the set 
between braces:
24© S. Turaev, CSC 1700 Discrete Mathematics
Sets
Notes:
 the listing order of the elements is not important:
 the repetition of the elements can be ignored:
Notations:
 uppercase letters,  denote sets
 lowercase letters,  denote the elements 
of sets
25© S. Turaev, CSC 1700 Discrete Mathematics
Sets
Notations:
 :  is an element of  .
 :  is not an element of  .
Example: 


26© S. Turaev, CSC 1700 Discrete Mathematics
Sets
Q: how to describe a set if it is impossible or inconvenient
to list its elements?
A: define a set by specifying a property that the elements 
of the set have in common.
 “the set of all  such that  ”
 denotes a statement concerning to 
Example: ?
27© S. Turaev, CSC 1700 Discrete Mathematics
Sets





 The empty set, denoted by  or  , has no elements 
28© S. Turaev, CSC 1700 Discrete Mathematics
Empty Set
Exercise: Which of the following sets are the empty set?
1.
2.
3.
4.
29© S. Turaev, CSC 1700 Discrete Mathematics
Sets
Definition: Two sets  and  are equal if they have the 
same elements, we write  . 
Example: 


30© S. Turaev, CSC 1700 Discrete Mathematics
Subsets
Definition: If every element of  is also an element of  , 
then we say that  is a subset of  , and we write  . 
• Venn diagrams show relationships between sets.
Example:  ,  ,
Example:  ,  , 
Example:  ,  Q:    ?       ?
• A “universal set”  contains all objects for which the 
discussion is meaningful.
31© S. Turaev, CSC 1700 Discrete Mathematics
Subsets
Definition: A set  is called finite if it has  distinct
elements, and  is called the cardinality of  , and is 
denoted by  . 
Definition: A set that is not finite is called infinite.
Definition: The set of all subsets of  is called the power 
set of  , and is denoted by  or  . 
Example: Let 
32© S. Turaev, CSC 1700 Discrete Mathematics
Subsets
Exercise: Let  . Identify each 
of the following is true or false.
1.
2.
3.
4.
33© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  and  are sets, we define their union as 
the set consisting of all elements that belong to  or
and denote it by  . 
Example: Let  and  .
• Venn diagram?
34© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  and  are sets, we define their 
intersection as the set consisting of all elements that 
belong to both and  and denote it by  . 
Example: Let  and  .
Example: Let  and  .
• Venn diagram?
35© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets


 The union of 
 The intersection of 
36© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  and  are sets, we define the 
complement of  w.r.t.  (or the difference) as the set 
consisting of all elements that belong to  but not to 
and denote it by  (or  ). 
Example: Let  and  .
• Venn diagram?
37© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  is a universal set containing  ,  is 
called the complement of  and is denoted by  . 
Example: Let  and  .
• Venn diagram?
38© S. Turaev, CSC 1700 Discrete Mathematics
Operations on Sets
Definition: If  and  are sets, we define the symmetric 
difference as the set consisting of all elements that 
belong to  or to  , but not to both  and  , and denote 
it by  . 
Example: Let  and  .
• Venn diagram?
39© S. Turaev, CSC 1700 Discrete Mathematics
Algebraic Properties
Commutative properties:


Associative properties:


Distributive properties:


40© S. Turaev, CSC 1700 Discrete Mathematics
Algebraic Properties
Idempotent properties:


Properties of a universal set:


Properties of the empty set:


41© S. Turaev, CSC 1700 Discrete Mathematics
Algebraic Properties
Properties of the complement:






42© S. Turaev, CSC 1700 Discrete Mathematics
Exercise
Let  ,  , 
,  , 
and  . Compute:
1.  2.  3. 
4.  5.  6. 
7.  8.  9. 
43© S. Turaev, CSC 1700 Discrete Mathematics
The Addition Principle
Theorem (addition principle): If   and  are finite sets, 
then 
Example: Let  and 
Theorem: If   and  are finite sets, then 
44© S. Turaev, CSC 1700 Discrete Mathematics
Exercise
In a survey of 260 college students, the following date were 
obtained:
• 64 had taken MATH, 
• 94 had taken CS, 
• 58 had taken IT, 
• 28 had taken both MATH and IT, 
• 26 had taken both MATH and CS
• 22 had taken both CS and IT
• 14 had taken all three courses
How many students surveyed had taken none of the three courses?
45© S. Turaev, CSC 1700 Discrete Mathematics
Sequences
Definition: A sequence is a list of objects arranged in a 
definite order: a first element, a second element, and so 
on.
 If the list stops after  steps, then it is finite; if 
does not stop in any  , then it is infinite.
Example:
 (finite)
 (infinite)
46© S. Turaev, CSC 1700 Discrete Mathematics
Sequences
Sequences can be described by formulas:
 recursive formula: refers to previous terms to 
define the next term
 explicit formula: describes a term using only its 
position number.
47© S. Turaev, CSC 1700 Discrete Mathematics
Sequences
Example: define recursive formulas for


Example: write explicit formulas for


48© S. Turaev, CSC 1700 Discrete Mathematics

Contenu connexe

Tendances

introduction to graph theory
introduction to graph theoryintroduction to graph theory
introduction to graph theoryChuckie Balbuena
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set TheoryUsama ahmad
 
Chapter 5 Graphs (1).ppt
Chapter 5 Graphs (1).pptChapter 5 Graphs (1).ppt
Chapter 5 Graphs (1).pptishan743441
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematicNaralaswapna
 
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial OrderingCMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Orderingallyn joy calcaben
 
Introduction to graph theory (All chapter)
Introduction to graph theory (All chapter)Introduction to graph theory (All chapter)
Introduction to graph theory (All chapter)sobia1122
 
Introduction to Approximation Algorithms
Introduction to Approximation AlgorithmsIntroduction to Approximation Algorithms
Introduction to Approximation AlgorithmsJhoirene Clemente
 
Logic (slides)
Logic (slides)Logic (slides)
Logic (slides)IIUM
 
Set theory and relation
Set theory and relationSet theory and relation
Set theory and relationankush_kumar
 
Relations
RelationsRelations
RelationsGaditek
 
Group abstract algebra
Group  abstract algebraGroup  abstract algebra
Group abstract algebraNaliniSPatil
 
Unbiased Hamiltonian Monte Carlo
Unbiased Hamiltonian Monte CarloUnbiased Hamiltonian Monte Carlo
Unbiased Hamiltonian Monte CarloJeremyHeng10
 

Tendances (20)

Hasse diagram
Hasse diagramHasse diagram
Hasse diagram
 
introduction to graph theory
introduction to graph theoryintroduction to graph theory
introduction to graph theory
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
 
Chapter 5 Graphs (1).ppt
Chapter 5 Graphs (1).pptChapter 5 Graphs (1).ppt
Chapter 5 Graphs (1).ppt
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematic
 
Hasse Diagram
Hasse DiagramHasse Diagram
Hasse Diagram
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph Theory
 
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial OrderingCMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
 
Introduction to graph theory (All chapter)
Introduction to graph theory (All chapter)Introduction to graph theory (All chapter)
Introduction to graph theory (All chapter)
 
Introduction to Approximation Algorithms
Introduction to Approximation AlgorithmsIntroduction to Approximation Algorithms
Introduction to Approximation Algorithms
 
Abstract algebra - Algebraic closed field, unit - 2 , M.Sc. l semester Maths
Abstract algebra -  Algebraic closed field, unit - 2 , M.Sc. l semester Maths Abstract algebra -  Algebraic closed field, unit - 2 , M.Sc. l semester Maths
Abstract algebra - Algebraic closed field, unit - 2 , M.Sc. l semester Maths
 
Logic (slides)
Logic (slides)Logic (slides)
Logic (slides)
 
Real analysis
Real analysis Real analysis
Real analysis
 
Set theory and relation
Set theory and relationSet theory and relation
Set theory and relation
 
calculus Ppt
calculus Pptcalculus Ppt
calculus Ppt
 
Directional derivative and gradient
Directional derivative and gradientDirectional derivative and gradient
Directional derivative and gradient
 
Relations
RelationsRelations
Relations
 
Metric space
Metric spaceMetric space
Metric space
 
Group abstract algebra
Group  abstract algebraGroup  abstract algebra
Group abstract algebra
 
Unbiased Hamiltonian Monte Carlo
Unbiased Hamiltonian Monte CarloUnbiased Hamiltonian Monte Carlo
Unbiased Hamiltonian Monte Carlo
 

Similaire à Introduction fundamentals sets and sequences

Introduction fundamentals sets and sequences (notes)
Introduction  fundamentals sets and sequences (notes)Introduction  fundamentals sets and sequences (notes)
Introduction fundamentals sets and sequences (notes)IIUM
 
CurriculumRevision(F)
CurriculumRevision(F)CurriculumRevision(F)
CurriculumRevision(F)Gautam Biswas
 
Impending Changes in Undergraduate Curriculum
Impending Changes in Undergraduate Curriculum Impending Changes in Undergraduate Curriculum
Impending Changes in Undergraduate Curriculum sathish sak
 
Teaching trigonometricfunctionsnctm
Teaching trigonometricfunctionsnctmTeaching trigonometricfunctionsnctm
Teaching trigonometricfunctionsnctmbanupatmi
 
The Teaching Of Mathematics At Senior High School In France
The Teaching Of Mathematics At Senior High School In FranceThe Teaching Of Mathematics At Senior High School In France
The Teaching Of Mathematics At Senior High School In FranceXu jiakon
 
Scheme g third semester (co,cm,cd,if, cw)
Scheme   g third semester (co,cm,cd,if, cw)Scheme   g third semester (co,cm,cd,if, cw)
Scheme g third semester (co,cm,cd,if, cw)anita bodke
 
Jntua r20-b.tech-cse- ai--course-structure-2020-21.
Jntua r20-b.tech-cse- ai--course-structure-2020-21.Jntua r20-b.tech-cse- ai--course-structure-2020-21.
Jntua r20-b.tech-cse- ai--course-structure-2020-21.PrasadSolasa
 
R15 regulations i b.tech - isem.pdf 974772
R15 regulations   i b.tech - isem.pdf 974772R15 regulations   i b.tech - isem.pdf 974772
R15 regulations i b.tech - isem.pdf 974772Dandu Srinivas
 
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...Mohamed El-Demerdash
 
Outcomes based teaching learning plan (obtlp) trigonometry
Outcomes based teaching learning plan (obtlp) trigonometryOutcomes based teaching learning plan (obtlp) trigonometry
Outcomes based teaching learning plan (obtlp) trigonometryElton John Embodo
 
A Focus On Addition And Subtraction
A Focus On Addition And SubtractionA Focus On Addition And Subtraction
A Focus On Addition And SubtractionAngel Evans
 
OntoMаthPro Ontology: A Linked Data Hub for Mathematics
OntoMаthPro Ontology: A Linked Data Hub for MathematicsOntoMаthPro Ontology: A Linked Data Hub for Mathematics
OntoMаthPro Ontology: A Linked Data Hub for MathematicsAlik Kirillovich
 
A Survey of Mathematics Education Technology Dissertation Scope and Quality ...
A Survey of Mathematics Education Technology Dissertation Scope and Quality  ...A Survey of Mathematics Education Technology Dissertation Scope and Quality  ...
A Survey of Mathematics Education Technology Dissertation Scope and Quality ...Crystal Sanchez
 

Similaire à Introduction fundamentals sets and sequences (20)

Introduction fundamentals sets and sequences (notes)
Introduction  fundamentals sets and sequences (notes)Introduction  fundamentals sets and sequences (notes)
Introduction fundamentals sets and sequences (notes)
 
Hand out dm
Hand out dmHand out dm
Hand out dm
 
CurriculumRevision(F)
CurriculumRevision(F)CurriculumRevision(F)
CurriculumRevision(F)
 
Presentation1
Presentation1Presentation1
Presentation1
 
Lection 1.pptx
Lection 1.pptxLection 1.pptx
Lection 1.pptx
 
Impending Changes in Undergraduate Curriculum
Impending Changes in Undergraduate Curriculum Impending Changes in Undergraduate Curriculum
Impending Changes in Undergraduate Curriculum
 
Teaching trigonometricfunctionsnctm
Teaching trigonometricfunctionsnctmTeaching trigonometricfunctionsnctm
Teaching trigonometricfunctionsnctm
 
Online_Readiness_File.docx
Online_Readiness_File.docxOnline_Readiness_File.docx
Online_Readiness_File.docx
 
The Teaching Of Mathematics At Senior High School In France
The Teaching Of Mathematics At Senior High School In FranceThe Teaching Of Mathematics At Senior High School In France
The Teaching Of Mathematics At Senior High School In France
 
Scheme g third semester (co,cm,cd,if, cw)
Scheme   g third semester (co,cm,cd,if, cw)Scheme   g third semester (co,cm,cd,if, cw)
Scheme g third semester (co,cm,cd,if, cw)
 
Jntua r20-b.tech-cse- ai--course-structure-2020-21.
Jntua r20-b.tech-cse- ai--course-structure-2020-21.Jntua r20-b.tech-cse- ai--course-structure-2020-21.
Jntua r20-b.tech-cse- ai--course-structure-2020-21.
 
Mathematics BSc Sem V, VI syllabus.pptx
Mathematics BSc Sem V, VI syllabus.pptxMathematics BSc Sem V, VI syllabus.pptx
Mathematics BSc Sem V, VI syllabus.pptx
 
R15 regulations i b.tech - isem.pdf 974772
R15 regulations   i b.tech - isem.pdf 974772R15 regulations   i b.tech - isem.pdf 974772
R15 regulations i b.tech - isem.pdf 974772
 
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
MetaMath and MathGeAr Projects: Students' Perceptions of Mathematics in Engin...
 
Outcomes based teaching learning plan (obtlp) trigonometry
Outcomes based teaching learning plan (obtlp) trigonometryOutcomes based teaching learning plan (obtlp) trigonometry
Outcomes based teaching learning plan (obtlp) trigonometry
 
A Focus On Addition And Subtraction
A Focus On Addition And SubtractionA Focus On Addition And Subtraction
A Focus On Addition And Subtraction
 
OntoMаthPro Ontology: A Linked Data Hub for Mathematics
OntoMаthPro Ontology: A Linked Data Hub for MathematicsOntoMаthPro Ontology: A Linked Data Hub for Mathematics
OntoMаthPro Ontology: A Linked Data Hub for Mathematics
 
QUT Talk
QUT TalkQUT Talk
QUT Talk
 
A Survey of Mathematics Education Technology Dissertation Scope and Quality ...
A Survey of Mathematics Education Technology Dissertation Scope and Quality  ...A Survey of Mathematics Education Technology Dissertation Scope and Quality  ...
A Survey of Mathematics Education Technology Dissertation Scope and Quality ...
 
2018 syllabus
2018 syllabus2018 syllabus
2018 syllabus
 

Plus de IIUM

How to use_000webhost
How to use_000webhostHow to use_000webhost
How to use_000webhostIIUM
 
Chapter 2
Chapter 2Chapter 2
Chapter 2IIUM
 
Chapter 1
Chapter 1Chapter 1
Chapter 1IIUM
 
Kreydle internship-multimedia
Kreydle internship-multimediaKreydle internship-multimedia
Kreydle internship-multimediaIIUM
 
03phpbldgblock
03phpbldgblock03phpbldgblock
03phpbldgblockIIUM
 
Chap2 practice key
Chap2 practice keyChap2 practice key
Chap2 practice keyIIUM
 
Group p1
Group p1Group p1
Group p1IIUM
 
Tutorial import n auto pilot blogspot friendly seo
Tutorial import n auto pilot blogspot friendly seoTutorial import n auto pilot blogspot friendly seo
Tutorial import n auto pilot blogspot friendly seoIIUM
 
Visual sceneperception encycloperception-sage-oliva2009
Visual sceneperception encycloperception-sage-oliva2009Visual sceneperception encycloperception-sage-oliva2009
Visual sceneperception encycloperception-sage-oliva2009IIUM
 
03 the htm_lforms
03 the htm_lforms03 the htm_lforms
03 the htm_lformsIIUM
 
Exercise on algo analysis answer
Exercise on algo analysis   answerExercise on algo analysis   answer
Exercise on algo analysis answerIIUM
 
Redo midterm
Redo midtermRedo midterm
Redo midtermIIUM
 
Heaps
HeapsHeaps
HeapsIIUM
 
Report format
Report formatReport format
Report formatIIUM
 
Edpuzzle guidelines
Edpuzzle guidelinesEdpuzzle guidelines
Edpuzzle guidelinesIIUM
 
Final Exam Paper
Final Exam PaperFinal Exam Paper
Final Exam PaperIIUM
 
Final Exam Paper
Final Exam PaperFinal Exam Paper
Final Exam PaperIIUM
 
Group assignment 1 s21516
Group assignment 1 s21516Group assignment 1 s21516
Group assignment 1 s21516IIUM
 
Avl tree-rotations
Avl tree-rotationsAvl tree-rotations
Avl tree-rotationsIIUM
 
Week12 graph
Week12   graph Week12   graph
Week12 graph IIUM
 

Plus de IIUM (20)

How to use_000webhost
How to use_000webhostHow to use_000webhost
How to use_000webhost
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Kreydle internship-multimedia
Kreydle internship-multimediaKreydle internship-multimedia
Kreydle internship-multimedia
 
03phpbldgblock
03phpbldgblock03phpbldgblock
03phpbldgblock
 
Chap2 practice key
Chap2 practice keyChap2 practice key
Chap2 practice key
 
Group p1
Group p1Group p1
Group p1
 
Tutorial import n auto pilot blogspot friendly seo
Tutorial import n auto pilot blogspot friendly seoTutorial import n auto pilot blogspot friendly seo
Tutorial import n auto pilot blogspot friendly seo
 
Visual sceneperception encycloperception-sage-oliva2009
Visual sceneperception encycloperception-sage-oliva2009Visual sceneperception encycloperception-sage-oliva2009
Visual sceneperception encycloperception-sage-oliva2009
 
03 the htm_lforms
03 the htm_lforms03 the htm_lforms
03 the htm_lforms
 
Exercise on algo analysis answer
Exercise on algo analysis   answerExercise on algo analysis   answer
Exercise on algo analysis answer
 
Redo midterm
Redo midtermRedo midterm
Redo midterm
 
Heaps
HeapsHeaps
Heaps
 
Report format
Report formatReport format
Report format
 
Edpuzzle guidelines
Edpuzzle guidelinesEdpuzzle guidelines
Edpuzzle guidelines
 
Final Exam Paper
Final Exam PaperFinal Exam Paper
Final Exam Paper
 
Final Exam Paper
Final Exam PaperFinal Exam Paper
Final Exam Paper
 
Group assignment 1 s21516
Group assignment 1 s21516Group assignment 1 s21516
Group assignment 1 s21516
 
Avl tree-rotations
Avl tree-rotationsAvl tree-rotations
Avl tree-rotations
 
Week12 graph
Week12   graph Week12   graph
Week12 graph
 

Dernier

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 

Dernier (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 

Introduction fundamentals sets and sequences