├── README.md ├── graph ├── graph connectivity.pdf ├── Graph theory-hamilton.pptx ├── basics of graph theory.pdf ├── Eulerian path & Circuits.pdf ├── Graph Theory -Tree (1).pptx ├── Graph Theory -Planar Graphs.pptx └── Graph Theory -graph coloring.pptx ├── counting technique ├── pigeon hole princile.pdf ├── permutation and combination.pdf └── princliple of inclusion and exclusion.pdf ├── propositional logic └── propositional logic.pdf ├── sets, relations and functions ├── sets basic.pdf ├── cardinality of sets.pdf └── relation and function.pdf └── mathimatical induction └── mathamatical induction.pdf /README.md: -------------------------------------------------------------------------------- 1 | # Discrete-mathematics-notes 2 | 3 | In this repo we have discrete mathematics notes of my 4th sem of cse. 4 | -------------------------------------------------------------------------------- /graph/graph connectivity.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/graph/graph connectivity.pdf -------------------------------------------------------------------------------- /graph/Graph theory-hamilton.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/graph/Graph theory-hamilton.pptx -------------------------------------------------------------------------------- /graph/basics of graph theory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/graph/basics of graph theory.pdf -------------------------------------------------------------------------------- /graph/Eulerian path & Circuits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/graph/Eulerian path & Circuits.pdf -------------------------------------------------------------------------------- /graph/Graph Theory -Tree (1).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/graph/Graph Theory -Tree (1).pptx -------------------------------------------------------------------------------- /graph/Graph Theory -Planar Graphs.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/graph/Graph Theory -Planar Graphs.pptx -------------------------------------------------------------------------------- /graph/Graph Theory -graph coloring.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/graph/Graph Theory -graph coloring.pptx -------------------------------------------------------------------------------- /counting technique/pigeon hole princile.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/counting technique/pigeon hole princile.pdf -------------------------------------------------------------------------------- /propositional logic/propositional logic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/propositional logic/propositional logic.pdf -------------------------------------------------------------------------------- /sets, relations and functions/sets basic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/sets, relations and functions/sets basic.pdf -------------------------------------------------------------------------------- /counting technique/permutation and combination.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/counting technique/permutation and combination.pdf -------------------------------------------------------------------------------- /mathimatical induction/mathamatical induction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/mathimatical induction/mathamatical induction.pdf -------------------------------------------------------------------------------- /sets, relations and functions/cardinality of sets.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/sets, relations and functions/cardinality of sets.pdf -------------------------------------------------------------------------------- /sets, relations and functions/relation and function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/sets, relations and functions/relation and function.pdf -------------------------------------------------------------------------------- /counting technique/princliple of inclusion and exclusion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bandhan-singh-katoch/Discrete-mathematics-notes/HEAD/counting technique/princliple of inclusion and exclusion.pdf --------------------------------------------------------------------------------