KonkurStudy
کنکور ارشد علوم کامپیوتر

کارت‌های مفهوم و فرمول کنکور ارشد علوم کامپیوتر

همهٔ 285 کارت مطالعهٔ کنکور کارشناسی ارشد علوم کامپیوتر — فرمول‌ها، قضیه‌ها، تعریف‌ها، الگوریتم‌ها و نکته‌ها، هر کدام با پیوند به سوالاتی که آن را می‌سنجند.

61–120 از 285

الگوریتمنظریه زبان‌ها و ماشین‌ها
Reading a Turing Machine: the Binary Increment

Recognize the right-scan + carry-from-the-right pattern that computes x+1 in binary.

turing-machinebinaryincrementsimulation
فرمولریاضیات گسسته
Subset-of-a-Subset and Binomial Identities

The subset-of-a-subset identity $\binom{n}{r}\binom{r}{k}=\binom{n}{k}\binom{n-k}{r-k}$ lets you factor a fixed $\binom{n}{k}$ out of any sum over the middle index, after which the leftover collapses to a clean row sum such as $2^{n-k}$.

binomial-coefficientssubset-of-a-subsetsummation-identitytrinomial-revision
قضیهریاضیات گسسته
Bridges and Cycles in Graphs

An edge is a bridge exactly when it lies on no cycle, so a bridgeless graph is one in which every edge sits on some cycle.

bridgecut-edgecycleconnectivity
قضیهریاضیات گسسته
Cantor's Theorem: No Surjection X to P(X)

Every set is *strictly* smaller than its power set, $|X| < |\mathcal{P}(X)|$, so no surjection (and hence no bijection) $X \to \mathcal{P}(X)$ exists — which is why $|\mathcal{P}(\mathbb{N})| = 2^{\aleph_0} > \aleph_0$.

cantor-theoremdiagonal-argumentpower-setcardinality
قضیهریاضیات گسسته
Cardinal Arithmetic and Function-Space Cardinalities

The set of all functions $A\to B$ has cardinality $|B|^{|A|}$, and cardinal-exponent identities collapse most "big-looking" function spaces over a countable domain down to the continuum $2^{\aleph_0}$.

cardinalitycardinal-exponentiationfunction-spacescontinuum
مفهومریاضیات گسسته
Circular Arrangements with a Non-Adjacency Constraint

To keep restricted items apart, seat the unrestricted majority first, then drop the restricted items into the gaps between them.

circular-permutationsnon-adjacentgap-methodcombinatorics
مفهومریاضیات گسسته
Countable Sets and Closure Properties

Countability survives countable unions, finite-subset collections, and surjective images, because $\aleph_0\cdot\aleph_0=\aleph_0$ and a surjection $f:B\twoheadrightarrow A$ forces $|A|\le|B|$.

cardinalitycountable-setscountable-unionsurjection
مفهومریاضیات گسسته
Counting Walks and Paths of Fixed Length

The number of walks of length $k$ from $i$ to $j$ is the $(i,j)$ entry of $A^k$; length-$2$ paths come from counting neighbor-pairs per vertex.

walk-countingadjacency-matrixpathshypercube
قضیهریاضیات گسسته
Dense Linear Orders: Completeness and Aleph0-Categoricity

A consistent theory with no finite models that is categorical in some infinite cardinal is complete (Los-Vaught); DLO without endpoints and the Rado graph are the textbook examples, both made categorical by Cantor's back-and-forth.

model-theorydense-linear-ordersdloaleph0-categorical
قضیهریاضیات گسسته
Elementary Substructures and Elementary Chains

$\mathfrak{A} \preceq \mathfrak{B}$ holds iff every existential formula with a witness in $\mathfrak{B}$ already has one in $\mathfrak{A}$ (Tarski-Vaught), and the union of an elementary chain is an elementary extension of each member.

model-theoryelementary-substructuretarski-vaughtelementary-chain
مفهومریاضیات گسسته
Tiling Counts via a Leftmost-Piece Recurrence

To count tilings or step-climbing sequences, case on the leftmost piece (or first move): each choice removes a fixed prefix and leaves a smaller instance, turning the count into a linear recurrence.

tilingsrecurrence-countingfibonaccicombinatorial-decomposition
مفهومریاضیات گسسته
Predicate-Logic Translation and Quantifier Rules

Translate natural language by pairing $\forall$ with $\to$ and $\exists$ with $\wedge$; remember $\forall$ distributes over $\wedge$ and $\exists$ over $\vee$ (and never the mismatched pairs).

predicate-logicfol-translationquantifiersquantifier-distribution
قضیهریاضیات گسسته
Hartogs Number, Well-Ordering, and the Axiom of Choice

For any set $X$ the Hartogs number $\aleph(X)$ is, provably in ZF alone, the least ordinal that does not inject into $X$ — the engine that turns the Axiom of Choice into the Well-Ordering Theorem.

hartogs-numberaxiom-of-choicewell-ordering-theoremordinals
فرمولریاضیات گسسته
Inclusion-Exclusion and Coprime Counting

Size of a union of $n$ sets is the alternating sum over all intersections; sieving by the prime divisors of $m$ counts integers coprime to $m$.

inclusion-exclusioncoprimeeuler-totientcounting
مفهومریاضیات گسسته
Graphs Built from Set Systems (Kneser-type)

When vertices are the $k$-subsets of an $n$-set and edges encode a fixed intersection size, the graph is automatically regular, and its degree and edge count fall straight out of binomial counting.

intersection-graphkneser-graphregular-graphbinomial-counting
مفهومریاضیات گسسته
Argument Validity and Logical Entailment

An argument is valid (and $\Gamma\models\varphi$ holds) exactly when no interpretation makes all premises true and the conclusion false, so one counterexample is enough to refute it.

logicvaliditylogical-entailmentcounterexample
قضیهریاضیات گسسته
Minimum Spanning Tree Uniqueness

Pairwise-distinct edge weights force a single MST; uniqueness fails exactly when some cycle has a non-unique heaviest edge (a tie), so ties — not the cheapest edge — decide the count.

minimum-spanning-treemst-uniquenesscut-propertycycle-property
الگوریتمریاضیات گسسته
Nonhomogeneous Recurrences: Particular Solutions

Guess a particular solution shaped like the forcing term (polynomial, exponential, or their product), match coefficients to solve for it, and multiply by a power of $n$ whenever the guess collides with a root of the homogeneous part.

recurrence-relationnonhomogeneousparticular-solutionundetermined-coefficients
مفهومریاضیات گسسته
Disjunctive and Conjunctive Normal Forms

DNF is an OR of ANDs of literals and CNF is an AND of ORs of literals; every propositional formula is logically equivalent to one of each.

dnfcnfnormal-formpropositional-logic
مفهومریاضیات گسسته
Ordinal Arithmetic (Non-Commutative)

Ordinal sum and product are defined by "concatenating" order types and are associative but **not** commutative — a finite ordinal is absorbed on the left ($n+\omega=\omega$, $2\cdot\omega=\omega$) yet sticks out on the right ($\omega+n>\omega$, $\omega\cdot 2>\omega$).

ordinalsordinal-arithmeticorder-typewell-order
مفهومریاضیات گسسته
Ordinal Exponentiation versus Cardinal

Ordinal exponentiation is defined by a supremum at limit stages, so a finite base raised to $\omega$ collapses to $\omega$ ($3^{\omega}=\omega$), whereas the same expression read as cardinals gives the continuum ($3^{\aleph_0}=2^{\aleph_0}$).

ordinalsordinal-arithmeticordinal-exponentiationcardinal-exponentiation
مفهومریاضیات گسسته
Pigeonhole Principle (Residues and Parity)

If $n+1$ items land in $n$ boxes, some box holds two; generalized, $N$ items force a box with $\lceil N/n \rceil$ — the engine behind "smallest forcing $n$" exam problems via residue/parity coloring.

pigeonhole-principleresidue-classesparitymodular-arithmetic
مفهومریاضیات گسسته
Power Set: Membership versus Inclusion

Being a member of $P(A)$ means being a subset of $A$: $S \in P(A) \iff S \subseteq A$.

power-setsubset-vs-memberset-membershipempty-set
قضیهریاضیات گسسته
Recurrences with Repeated Characteristic Roots

When a characteristic root $r$ is repeated with multiplicity $m$, it contributes $(c_0 + c_1 n + \dots + c_{m-1} n^{m-1})\,r^n$ to the general solution, not just $c\,r^n$.

linear-recurrencecharacteristic-equationrepeated-rootsmultiplicity
فرمولریاضیات گسسته
Stars and Bars (Distributions and Compositions)

The number of nonnegative integer solutions of $x_1+\cdots+x_k=n$ is $\binom{n+k-1}{k-1}$; clear lower bounds by shifting variables, and switch to the bars-in-gaps count when objects are ordered.

stars-and-barsinteger-solutionslower-boundsbinomial-coefficient
فرمولریاضیات گسسته
Trailing Zeros of n! (Legendre's Formula)

The number of trailing zeros of $n!$ in base $b$ is the minimum, over the prime powers $p^e \| b$, of $\lfloor v_p(n!)/e \rfloor$, where Legendre's formula gives $v_p(n!) = \sum_{i\ge 1} \lfloor n/p^i \rfloor$.

factorialtrailing-zeroslegendre-formulap-adic-valuation
مفهومطراحی الگوریتم
Approximation Algorithms and Approximation Ratio

For an NP-hard optimization problem, a polynomial-time rho-approximation guarantees a solution within a factor rho of the optimum; the ratio is a monotone worst-case bound (factor c gives every c' >= c for free) and is defined only for optimization, never for decision, problems.

approximation-algorithmsapproximation-rationp-hardvertex-cover
مفهومطراحی الگوریتم
Dynamic Programming: Optimal Substructure & Overlapping Subproblems

DP applies when an optimal solution is built from optimal solutions of overlapping subproblems; pick a state, write a recurrence, and evaluate it bottom-up (tabulation) or top-down (memoization).

dynamic-programmingoptimal-substructureoverlapping-subproblemsmemoization
قضیهطراحی الگوریتم
Max-Flow Min-Cut Theorem

In any flow network the value of a maximum $s$-$t$ flow equals the capacity of a minimum $s$-$t$ cut; a flow is maximum exactly when its residual graph has no augmenting path, which is how Ford-Fulkerson finds it.

max-flowmin-cutmax-flow-min-cut-theoremnetwork-flow
مفهومطراحی الگوریتم
NP-Completeness, NP-Hardness and Reductions

A problem is NP-complete when it is both in NP and NP-hard; under the assumption $P \ne NP$ such problems have no polynomial-time algorithm, and we prove hardness by a polynomial-time reduction from a known hard problem like SAT, Knapsack, or TSP.

np-completenessnp-hardnessp-vs-nppolynomial-reduction
فرمولریاضی عمومی
Arc Length and the Catenary

The arc length of $y=f(x)$ is $\int\sqrt{1+(y')^2}\,dx$; for the catenary $y=a\cosh(x/a)$ the identity $1+\sinh^2=\cosh^2$ erases the square root, giving length $a\sinh(x_1/a)$.

arc-lengthcatenaryhyperbolic-functionscosh
فرمولریاضی عمومی
Lagrange and Newton Interpolation Polynomials

Through any $n+1$ points with distinct nodes there is a unique polynomial of degree $\le n$; Lagrange and Newton are two ways to build the same polynomial.

lagrange-interpolationnewton-divided-differencesinterpolationbasis-polynomials
الگوریتمریاضی عمومی
Newton–Raphson Iteration

To solve $f(x)=0$, iterate $x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}$ — each step replaces $f$ by its tangent line and takes its root; near a simple root it doubles the number of correct digits per step.

newton-raphsonnewtons-methodroot-findingnumerical-analysis
الگوریتمریاضی عمومی
Reduction Formulas via Integration by Parts

Integrate by parts to express an integral with exponent $n$ in terms of the same integral with a smaller exponent, building a recurrence you can iterate down to a base case.

reduction-formulaintegration-by-partsrecurrencedefinite-integral
مفهومریاضیات گسسته
Functional Completeness and the Sheffer Stroke

A set of connectives is functionally complete if it can express every truth function; $\{\neg, \land\}$, $\{\neg, \lor\}$, and $\{\neg, \to\}$ all qualify, and the single connectives NAND ($\mid$) and NOR ($\downarrow$) each suffice on their own.

propositional-logicfunctional-completenesssheffer-strokenand
مفهومریاضیات گسسته
Generating Functions for Counting

Encode a sequence $a_0,a_1,\ldots$ as the coefficients of a power series $\sum a_n x^n$, then turn counting and recurrence problems into algebra: multiply to combine choices, and extract $[x^n]$ to read off the answer.

generating-functionsordinary-generating-functionpower-seriesbinomial-series
مفهومریاضیات گسسته
Natural Deduction for Propositional Logic

Prove propositional formulas with introduction/elimination rules arranged into a derivation tree, discharging temporary assumptions via $\to I$; the system is both sound (only valid conclusions follow) and complete (every tautology is derivable).

natural-deductionpropositional-logicinference-rulesintroduction-elimination
مفهومریاضیات گسسته
Order Types and Well-Orderings

Two ordered sets have the same *order type* when an order-preserving bijection links them; a *well-order* (every non-empty subset has a least element) has a unique ordinal as its order type, so being well-ordered and unbounded above does **not** make a set look like $\mathbb{N}$.

order-typeorder-isomorphismwell-orderingordinals
مفهومریاضیات گسسته
Partial Orders and the Divisibility Lattice

A poset is a set with a reflexive, antisymmetric, transitive order; under divisibility $x \preceq y \iff x \mid y$ the integers form a lattice where $\gcd$ is the meet and $\operatorname{lcm}$ is the join.

partial-orderposethasse-diagramchain
مفهومریاضیات گسسته
Rook Polynomials and Non-Attacking Rooks

The rook polynomial counts non-attacking rook placements on a board with forbidden squares; its top coefficient is the permanent of the allowed-cell matrix.

rook-polynomialnon-attacking-rookspermanentinclusion-exclusion
مفهومریاضیات گسسته
Successor versus Limit Ordinals

Every nonzero ordinal is either a successor $S(\beta)=\beta\cup\{\beta\}=\beta+1$ (it has a largest element / immediate predecessor) or a limit ordinal (nonzero, no maximum, equal to the supremum of everything below it); $\omega$ is the first limit ordinal, while $\omega+1$ is a successor.

ordinalssuccessor-ordinallimit-ordinalomega
مفهومساختمان داده
Hash Tables: Collisions, Load Factor, Expected Cost

Collisions are resolved by chaining or open addressing; with load factor $\alpha = n/m$ kept $O(1)$, search costs expected $\Theta(1+\alpha) = O(1)$ under simple uniform hashing.

hashinghash-tablecollisionschaining
مفهومساختمان داده
Linked Lists: Search, Insert, Delete Costs

A linked list trades the array's $O(1)$ random access for $O(1)$ insert/delete at a known node, but pays $\Theta(n)$ to *search* — so binary search never applies, even on a sorted list.

linked-listsingly-linked-listdoubly-linked-listrandom-access
مفهومساختمان داده
Stack-Sortable Permutations and Catalan Numbers

Push $1\dots n$ in order and pop at will: the reachable output orders are exactly the 231-avoiding permutations, and there are $C_n = \binom{2n}{n}/(n+1)$ of them.

stackstack-permutationcatalan-numberpermutation-pattern
الگوریتمطراحی الگوریتم
BFS/DFS Visit Order with Tie-Breaking

Trace BFS (queue) and DFS (stack/recursion) deterministically by breaking every tie in alphabetical order — and read off the first/last vertex visited.

bfsdfsgraph-traversaltie-breaking
الگوریتمطراحی الگوریتم
Dijkstra's Extract-Min and Edge Relaxation Order

Dijkstra finalizes vertices in increasing distance order; each time one is extracted, it relaxes all of that vertex's outgoing edges — so the edge-relaxation sequence is dictated by the extract-min order.

dijkstrashortest-pathsrelaxationextract-min
مفهومطراحی الگوریتم
Order of a Loop's Accumulated Output (Summation Magnitude)

Find the order of the VALUE a loop prints — not its running time — by turning the nested loops into a closed-form sum or product and reading off its leading power.

complexitysummationasymptoticspower-sums
مفهومریاضی عمومی
Arithmetic–Geometric Mean Iteration: Monotonicity and Convergence

Pairing geometric and arithmetic means makes one sequence climb and the other fall; AM–GM traps them between each other, so both converge to a shared limit.

sequencesmonotone-convergenceam-gmarithmetic-geometric-mean
قضیهریاضی عمومی
Cauchy–Hadamard Root Test for Radius of Convergence

The radius of a power series is $1/\limsup|c_n|^{1/n}$ — the root test that always works, even when the ratio test fails.

power-seriesradius-of-convergenceroot-testcauchy-hadamard
الگوریتمریاضی عمومی
Solving Equations Involving the Conjugate by Splitting z = x + iy

When an equation mixes $z$ with $\bar z$, $\mathrm{Re}(z)$, $\mathrm{Im}(z)$ or $|z|$, it is not a polynomial — write $z = x + iy$ and solve the real system.

complex-numbersconjugatereal-imaginary-partsroot-counting
قضیهریاضی عمومی
A Continuous Injective Function on an Interval Is Strictly Monotone

If f is continuous and one-to-one on an interval, it must be strictly increasing or strictly decreasing — and then it maps the interval onto another interval of the same type.

limitscontinuityinjectivemonotone
الگوریتمریاضی عمومی
King's-Rule Substitution x ↦ a+b−x for Definite Integrals

Reflecting the variable across the midpoint of the interval leaves a definite integral unchanged; adding the original to the reflected copy often collapses a hopeless integrand into something trivial.

definite-integralsymmetryking-rulesubstitution
مفهومریاضی عمومی
Convergence of rⁿ/(rⁿ+1): Case Analysis on the Geometric Ratio

Any sequence built from a single geometric power rⁿ is decided by where r sits relative to ±1; for aₙ = rⁿ/(rⁿ+1) the limit is 0, ½, or 1 — after first checking the term is even defined.

sequencesconvergencegeometric-ratiolimits-at-infinity
الگوریتمریاضی عمومی
Solving an Integral Equation by Differentiating with the FTC

When the unknown function sits both outside and inside an integral with a variable upper limit, differentiate both sides: the FTC turns the integral into a value of the integrand, collapsing the equation into a solvable ODE.

integral-equationfundamental-theorem-of-calculusdifferentiationode
قضیهریاضی عمومی
Supremum Proof of the Intermediate Value Theorem

To find a root of a continuous function, take the supremum of the set where it is still negative — continuity squeezes the value there to exactly zero from both sides.

intermediate-value-theoremsupremumcontinuitycompleteness
الگوریتمریاضی عمومی
L'Hôpital with the Fundamental Theorem of Calculus

When a limit has a variable-limit integral $\int_0^x g(t)\,dt$ on top of a $0/0$ (or $\infty/\infty$) quotient, differentiate it with the FTC — its derivative is just $g(x)$ — and the integral disappears.

lhopitalfundamental-theorem-of-calculuslimitsindeterminate-form
الگوریتمریاضی عمومی
Evaluating 0/0 Limits by Taylor Expansion to the Leading Power

Replace each piece of a 0/0 quotient by its Maclaurin series, keep terms up to the first surviving power, and read the limit off the leading coefficients.

limitstaylor-seriesmaclaurinindeterminate-form
قضیهریاضی عمومی
Lⁿ-Norm Tends to the L∞-Norm: lim (∫fⁿ)^{1/n} = max f

For continuous nonnegative f on a finite interval, the n-th-root of the integral of fⁿ converges to the maximum of f — so ∫fⁿ grows like (max f)ⁿ.

integralslimitslp-normsup-norm
مفهومریاضی عمومی
|z − A| = |z − B| Is the Perpendicular Bisector of AB

An equality of two distances in the complex plane is a 'set of equidistant points' — geometrically the perpendicular bisector of the segment joining the two centers.

complex-numbersmoduluslocusperpendicular-bisector
مفهومریاضی عمومی
Inferring f' Behavior from the Sign of f' and f'' on Each Side

On an interval the sign of f' gives whether f rises or falls and the sign of f'' gives whether f' rises or falls; a one-sided monotone-bounded f' has a finite limit that equals the one-sided derivative.

derivativesone-sided-derivativesmonotonicityconcavity