Introduction To Discrete Mathematics For Computer Science Specialization

Torrent Details


Introduction to Discrete Mathematics for Computer Science Specialization

NAME
Introduction to Discrete Mathematics for Computer Science Specialization.torrent
CATEGORY
Other
INFOHASH
8f586b82628b9de3bca9d78955329797b670b1b5
SIZE
3.9 GB in 98 files
ADDED
Uploaded on 23-01-2021 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Description

Discrete Mathematics is the language of Computer Science. One needs to be fluent in it to work in many fields including data science, machine learning, and software engineering (it is not a coincidence that math puzzles are often used for interviews). We introduce you to this language through a fun try-this-before-we-explain-everything approach: first you solve many interactive puzzles that are carefully designed specifically for this online specialization, and then we explain how to solve the puzzles, and introduce important ideas along the way. We believe that this way, you will get a deeper understanding and will better appreciate the beauty of the underlying ideas (not to mention the self confidence that you gain if you invent these ideas on your own!). To bring your experience closer to IT-applications, we incorporate programming examples, problems, and projects in the specialization.

We’ll implement together an efficient program for a problem needed by delivery companies all over the world millions times per day — the travelling salesman problem. The goal in this problem is to visit all the given places as quickly as possible. How to find an optimal solution to this problem quickly? We still don’t have provably efficient algorithms for this difficult computational problem and this is the essence of the P versus NP problem, the most important open question in Computer Science. Still, we’ll implement several efficient solutions for real world instances of the travelling salesman problem. While designing these solutions, we will rely heavily on the material learned in the courses of the specialization: proof techniques, combinatorics, probability, graph theory. We’ll see several examples of using discrete mathematics ideas to get more and more efficient solutions.

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
.pad/0174 B
.pad/12 B
.pad/1059 B
.pad/115 B
.pad/2244 B
.pad/313 B
.pad/49 B
.pad/57 B
.pad/611 B
.pad/78 B
.pad/814 B
.pad/97 B
TutsNode.com.txt63 B
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/01_why-counting.en.txt2.1 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/02_rule-of-sum.en.txt2.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/03_rule-of-sum-in-programming_exam.html1.8 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/04_numbers-divisible-by-2-or-3_quiz.html1.6 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/05_how-not-to-use-the-rule-of-sum.en.txt2.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/07_operations-with-sets_exam.html2.9 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/08_generalized-rule-of-sum.en.txt2.8 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/09_generalized-rule-of-sum_exam.html1.9 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/10_slides_01_starting_to_count.pdf450.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/02_starting-to-count/10_slides_instructions.html1 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/03_recursive-counting/03_rule-of-product-in-programming_exam.html2.3 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/03_recursive-counting/05_back-to-recursive-counting.en.txt2.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/03_recursive-counting/06_slides_02_recursive_counting.pdf924.9 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/04_tuples-and-permutations/03_licence-plates.en.txt2.3 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/04_tuples-and-permutations/06_listing-all-permutations_instructions.html1.3 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/04_tuples-and-permutations/07_counting-with-restrictions_exam.html2.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/01_basic-counting/04_tuples-and-permutations/08_slides_instructions.html1 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/01_combinations/02_generating-combinatorial-objects-code_instructions.html1.7 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/01_combinations/04_number-of-segments-and-diagonals_exam.html250.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/01_combinations/06_forming-sport-teams_exam.html1.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/01_combinations/07_number-of-iterations-of-nested-for-loops_quiz.html1.8 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/01_combinations/08_slides_instructions.html1 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/02_pascals-triangle/02_symmetries.en.txt2.8 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/02_pascals-triangle/05_binomial-theorem.mp435.3 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/02_pascals-triangle/07_slides_instructions.html1 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/03_practice-counting/01_practice-counting.mp435.7 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/03_practice-counting/02_practice-counting_exam.html95.2 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/02_binomial-coefficients/03_practice-counting/03_slides_instructions.html1 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/03_advanced-counting/01_combinations-with-repetitions/01_review.en.srt4.7 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/03_advanced-counting/01_combinations-with-repetitions/01_review.en.txt2.9 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/03_advanced-counting/01_combinations-with-repetitions/02_salads_exam.html1.6 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/03_advanced-counting/01_combinations-with-repetitions/07_slides_231_combinations_with_repetitions.pdf168 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/04_probability/01_what-is-probability/07_more-probability-spaces.en.txt7.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/04_probability/02_probability-dos-and-don-t-s/07_slides_242_probability_dos_and_donts.pdf258 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/04_probability/03_conditional-probability/11_slides_243_conditional_probability.pdf249.8 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/04_probability/04_monty-hall-paradox/04_slides_244_monty_hall_paradox.pdf251 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/05_random-variables/01_random-variables-and-expectations/08_slides_251_random_variables.pdf654.2 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/06_project-dice-games/01_dice-game-problem/04_slides_261_dice_game_problem.pdf917 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/combinatorics/06_project-dice-games/02_project-description/02_slides_262_project_discription.pdf28.3 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/delivery-problem/01_traveling-salesman-problem/01_problem-statement-and-applications/01_delivery-problem.mp436.7 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/delivery-problem/01_traveling-salesman-problem/02_algorithms-first-steps/01_brute-force-search.mp434.7 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/delivery-problem/02_exact-algorithms/01_exact-algorithms-branch-and-bound/01_branch-and-bound.en.txt11.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/delivery-problem/02_exact-algorithms/01_exact-algorithms-branch-and-bound/01_branch-and-bound.mp443.8 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/delivery-problem/02_exact-algorithms/02_exact-algorithms-dynamic-programming-optional/03_dynamic-programming-code.mp439.9 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/01_what-is-a-graph/03_basic-definitions/06_definitions_exam.html292.9 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/01_what-is-a-graph/04_basic-graphs/05_slides_m1_l4_basic_graphs.pdf303.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/02_cycles/01_handshaking-lemma/04_slides_handshaking.pdf203.2 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/02_cycles/02_connected-components/04_lower-bound.en.srt7.2 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/02_cycles/02_connected-components/08_number-of-strongly-connected-components_exam.html33.8 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/02_cycles/02_connected-components/09_slides_connectedcomponents.pdf759.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/02_cycles/03_eulerian-and-hamiltonian-cycles/05_genome-assembly.mp436.7 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/03_graph-classes/01_trees/02_trees.en.txt5.6 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/03_graph-classes/01_trees/04_trees_exam.html205.9 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/03_graph-classes/03_planar-graphs/06_slides_m3_l3_planar_graphs.pdf771 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/04_graph-parameters/04_vertex-cover/04_vertex-covers_exam.html145.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/04_graph-parameters/04_vertex-cover/05_slides_m4_l4_vertex_cover.pdf340.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/05_flows-and-matchings/01_networks-flows-and-cuts/03_ford-and-fulkerson-proof.mp437 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/05_flows-and-matchings/02_stable-matchings/09_slides_stable.pdf195.9 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/graphs/05_flows-and-matchings/03_the-project-programming-gale-shapley-algorithm/01_gale-shapley-algorithm_instructions.html139.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/01_modular-arithmetic/02_division-by-2/05_slides_412_division_by_2.pdf91.2 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/01_modular-arithmetic/03_modular-arithmetic/07_slides_413_modular_arithmetic.pdf106.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/02_euclids-algorithm/01_euclids-algorithm/01_greatest-common-divisor.mp434.5 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/02_euclids-algorithm/01_euclids-algorithm/03_euclids-algorithm.mp449 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/02_euclids-algorithm/02_applications/06_diophantine-equations-theorem.mp447 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/02_euclids-algorithm/02_applications/08_modular-division.mp435.7 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/02_euclids-algorithm/02_applications/10_slides_c4_m2_l2_Applications.pdf537.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/03_building-blocks-for-cryptography/01_integer-factorization/08_slides_introduction.pdf1015.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/03_building-blocks-for-cryptography/03_modular-exponentiation/08_slides_modular_exponentiation.pdf104 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/04_cryptography/01_one-time-pad/01_cryptography.en.txt5.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/04_cryptography/02_rsa-cryptosystem/10_slides-and-external-references_RSA-survey.pdf303.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/number-theory-cryptography/04_cryptography/02_rsa-cryptosystem/10_slides-and-external-references_rsa_attacks.pdf61.6 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/01_making-convincing-arguments/01_promo-video/01_promo-video.en.srt999 B
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/01_making-convincing-arguments/01_promo-video/01_promo-video.en.txt635 B
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/01_making-convincing-arguments/02_why-proofs/06_tiles-dominos-black-and-white-even-and-odd_exam.html387.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/01_making-convincing-arguments/02_why-proofs/07_slides_WhyProofs.pdf375.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/01_making-convincing-arguments/03_existence-proofs/03_making-fun-in-real-life-tensegrities-optional.mp434.5 MB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/02_how-to-find-an-example/01_how-to-find-an-example/05_integer-linear-combinations.en.txt3.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/02_how-to-find-an-example/02_computer-search-optional/03_n-queens-backtracking-example.en.txt5.5 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/02_how-to-find-an-example/03_optimality/08_slides_optimality.pdf565.6 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/03_recursion-and-induction/02_induction/02_lines-and-triangles-proof-by-induction.en.srt7.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/03_recursion-and-induction/02_induction/12_slides_07_induction.pdf727.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/05_invariants/01_double-counting/07_slides_10_double_counting.pdf926.3 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/06_solving-a-15-puzzle/01_when-and-why-a-solution-does-not-exist/01_the-rules-of-15-puzzle.en.srt3.9 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/06_solving-a-15-puzzle/01_when-and-why-a-solution-does-not-exist/09_slides_15_game.pdf546.4 KB
[TutsNode.com] - Introduction to Discrete Mathematics for Computer Science Specialization/what-is-a-proof/06_solving-a-15-puzzle/02_the-project-programming-15-puzzle/06_quiz-hint-why-every-even-permutation-is-solvable.mp435.7 MB

Alternative Torrents for 'Introduction to Discrete Mathematics for Computer Science Specialization'.

There are no alternative torrents found.