Compsci 120

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Unordered choice with repetitions

Given n objects, we want to select r objects with replacements

<p>Given n objects, we want to select r objects with replacements</p>
2
New cards

Unordered choice without repetitions

Given n objects, we want to select r objects with replacements

<p>Given n objects, we want to select r objects with replacements</p>
3
New cards

Ordered choice without repetitions

Given n objects, we want to select r objects with replacements

<p>Given n objects, we want to select r objects with replacements</p>
4
New cards

Ordered choice with repetitions

Given n objects, we want to select r objects with replacements

<p>Given n objects, we want to select r objects with replacements</p>
5
New cards

n vertices, simple and connected graph with each vertex having degree 2.

Cn- cycle graph.

6
New cards

n vertices, simple graph without loops such that every unordered pair of distinct vertices is connected by an edge. Total edge count is n(n-1) / 2

Kn - Complete graph.

7
New cards

n vertices in one set and m vertices in the other set, is a simple graph without loops. This graph doesn’t contain any odd length cycles.

Kn,m - Bipartite graph.

8
New cards

Where there is a path between every pair of vertices.

Connected graph

9
New cards

A path where consecutive vertices are adjacent

Walk.

10
New cards

Adjacent.

Two vertices that are directly connected by an edge.

11
New cards

What G graph has these 3 properties of a tree.

1. G is connected and has no cycles.
2. There is a unique path between each two vertices in G.
3. G is connected and the number of edges in G is n - 1

12
New cards

Handshake lemma.

The sum of degrees is equal to 2 times the total number of edges.

13
New cards
<p>A non-decimal number that is positive or negative number, including zero.</p>

A non-decimal number that is positive or negative number, including zero.

Integer.

14
New cards
<p>In the form of p/q, which are both integers and the denominator is non-zero.</p>

In the form of p/q, which are both integers and the denominator is non-zero.

Rational number.

15
New cards
<p>Positive integers</p>

Positive integers

Natural number.

16
New cards
term image

Real number.

17
New cards

The formula for a simple undirected graph with n vertices, the maximum number of edges is:

knowt flashcard image