Diferente pentru ciorna intre reviziile #211 si #165

Nu exista diferente intre titluri.

Diferente intre continut:

h1. Mostenire
 
p>. {_Nu-ţi voi lăsa drept bunuri, după moarte,_}
{_Decât un nume adunat pe o carte,     _}
{_În seara răzvrătită care vine        _}
{_De la străbunii mei până la tine.       _}
{_Tudor Arghezi - Testament_}
 
h2. 'Structuri de date':http://codeforces.com/blog/entry/15729
* Lista
* 'Arbori de intervale':http://codeforces.com/blog/entry/15890
** 'Arhiva Educationala':problema/arbint
** 'Articol pe infoarena':arbori-de-intervale
** 'Zkw Segment Tree':http://codeforces.com/blog/entry/18051 (observatie: atunci cand query-ul nu este comutativ, vezi 'neapuiu':problema/neapuiu sau 'namlei':problema/namlei)
** 'Implementare rapida':http://codeforces.com/blog/entry/18051 (observatie: atunci cand query-ul nu este comutativ, vezi 'neapuiu':problema/neapuiu sau 'namlei':problema/namlei)
** Probleme: '3max':problema/3max, 'flower':problema/flower, 'flooow':problema/flooow
** Probleme lazy update: 'diapazon':problema/diapazon, 'euclid1':problema/euclid1,
** 'Probleme baleiere':http://codeforces.com/blog/entry/20377 : 'zoo':problema/zoo, 'cabana2':problema/cabana2, 'arbsat':problema/arbsat
** Probleme 2D: 'sccm':problema/sccm, 'mess':problema/mess, 'marmote':problema/marmote, 'bile4':problema/bile4
** Probleme dinamic: 'pentru intervale mari, unde nu se poate normaliza':http://codeforces.com/blog/entry/19080
*** Preferabil ca a doua dimensiune sa fie un aib rar (alaturi de lista de elemente ordonate crescator)
** Probleme dinamic: pentru intervale mari, unde nu se poate normaliza, putem avea O(log(VMAX))
*** Este preferabil ca a doua dimensiune sa fie un aib rar (alaturi de lista de elemente ordonate crescator)
** Probleme persistent: 'ants':http://varena.ro/problema/ants, 'kthvalue':problema/kthvalue, 'CF 786C':http://codeforces.com/problemset/problem/786/C
** Li Chao Segment Tree: '1':http://codeforces.com/blog/entry/44821?#comment-294049, '2':http://codeforces.com/blog/entry/51275?#comment-351413, '3':http://codeforces.com/blog/entry/51684?#comment-362081
*** Probleme: 'euro':problema/euro, 'Organizing a race':http://codeforces.com/contest/671/problem/E, 'cascaval':problema/cascaval
* 'Structuri de multimi disjuncte':http://algopedia.ro/wiki/index.php/Clasele_9-10_lec%C8%9Bia_5_-_15_oct_2014
** 'e-maxx':http://e-maxx.ru/algo/dsu
** 'Arhiva Educationala':problema/disjoint
* Cozi de prioritati
** 'Heap-uri':heapuri
*** Probleme: 'cezar':problema/cezar, 'procesor':problema/procesor, 'bleach':problema/bleach, 'sao':problema/sao, 'dlboss':problema/dlboss
** Mergeable Heap
** Leftist Heap
*** Probleme: 'ktown':problema/ktown
** 'Pentru costuri intregi mici, un array de liste':https://en.wikipedia.org/wiki/Bucket_queue
* 'Treapuri':treapuri
** Probleme: 'biomech':problema/biomech, 'euclid':problema/euclid, 'matrice3':problema/matrice3, 'zodiac':http://varena.ro/problema/zodiac
* 'Sqrt Trick':blog/square-root-trick
** 'Sqrt Trick Lecture':http://acm.math.spbu.ru/~sk1/mm/lections/mipt2016-sqrt/mipt-2016-burunduk1-sqrt.en.pdf
** 'Algoritmul lui Mo:':http://ei1333.hateblo.jp/entry/2017/09/11/211011 'rangemode':problema/rangemode, 'infinitywar':problema/infinitywar
*** 'Pe arbore:':http://codeforces.com/blog/entry/43230 'egal':problema/egal, 'DISTNUM3':https://www.codechef.com/FEB17/problems/DISTNUM3
*** 'Update-uri':https://goo.gl/YAVfo2
** Algoritmul lui Mo: 'rangemode':problema/rangemode, 'egal':problema/egal, 'infinitywar':problema/infinitywar, 'Codechef DISTNUM3':https://www.codechef.com/FEB17/problems/DISTNUM3
** Probleme: 'CF 702 F':http://codeforces.com/problemset/problem/702/F, 'CF 342 E':http://codeforces.com/problemset/problem/342/E, 'rafaela':problema/rafaela, 'Tree of Almost Clean Money':http://codeforces.com/gym/100818/attachments/download/3890/20152016-acmicpc-southeastern-european-regional-programming-contest-seerc-2015-en.pdf, 'rutier':problema/rutier
** 'Alta idee':https://goo.gl/2FZhic, 'triaj':problema/triaj
** 'Alta idee':http://codeforces.com/blog/entry/49911#comment-344907, 'triaj':problema/triaj
* 'Cautari ortogonale. Quad trees, kD-trees':cautari-ortogonale
** Probleme: 'imagine':problema/imagine, 'grau':problema/grau, 'mindist':problema/mindist
* 'Wavelet Matrix':http://min-25.hatenablog.com/entry/2017/09/13/073449
** Probleme: 'imagine':problema/imagine, 'grau':problema/grau
* Wavelet Matrix
** Probleme: 'qxy':problema/qxy
* 'Van Emdge Boas tree':https://en.wikipedia.org/wiki/Van_Emde_Boas_tree
* 'Scape-goat Tree':https://en.wikipedia.org/wiki/Scapegoat_tree
h2. Matematica
*** Probleme: 'caraibe':problema/caraibe
* 'Algoritmul lui Euclid':algoritmul-lui-euclid
** 'Fractii simple continue':http://mathworld.wolfram.com/SimpleContinuedFraction.html
** 'Compararea fractiilor':https://goo.gl/ari9MP
** 'Compararea fractiilor':http://codeforces.com/blog/entry/21588?#comment-262867
* 'Ciurul lui Erathostene':problema/ciur
** 'Ciur liniar':http://e-maxx.ru/algo/prime_sieve_linear
** 'Ciur cu memorie sqrtN':http://acm.spbgu.ru/~sk1/algo/eratosfen/sqrt.html
** 'Numarare divizori in cbrtN':http://codeforces.com/blog/entry/22317
** 'Factorizare rapida dupa ciur':http://codeforces.com/blog/entry/7262
*** Probleme: 'sprim':problema/sprim
** 'Ciurul lui Xudyh':http://codeforces.com/blog/entry/54150
** 'Ciurul lui Xudyh':https://www.mimuw.edu.pl/~pan/papers/farey-algorithmica.pdf
*** Probleme: 'cntgcd':problema/cntgcd, 'Line counting':http://opencup.ru/files/och/gp11/problems1-e.pdf
* 'Exponentiere rapida':problema/lgput
* 'Coduri gray':coduri-gray
* 'Operatii pe numere mari':http://algopedia.ro/wiki/index.php/Clasa_VII/VIII_lec%C8%9Bia_24_-_10_mar_2015#Adunarea_a_dou.C4.83_numere_mari
* Fast Fourier Transform
** 'Inmultirea polinoamelor':http://www.cs.cmu.edu/afs/cs/academic/class/15451-s10/www/lectures/lect0423.txt
** 'Detalii implementare':https://goo.gl/MAeUO8
** 'Detalii implementare':http://codeforces.com/blog/entry/18543?#comment-235696
** Probleme: 'bacterii2':problema/bacterii2, 'chimichangas':problema/chimichangas, 'RPSRobots':https://community.topcoder.com/stat?c=problem_statement&pm=14379, 'SplittingFoxes2':https://community.topcoder.com/stat?c=problem_statement&pm=12434&rd=15704, FoxAndSouvenir, 'Lista pe CF':http://codeforces.com/problemset/tags/fft
** 'Legat de erorile de precizie':http://codeforces.com/blog/entry/48465
** Numeric Theoretic Transform
** Fast Walsh-Hamard transform
** 'Inversul unui polinom':http://picks.logdown.com/
** Probleme: 'Random NIM Generator':https://csacademy.com/contest/archive/#task/random_nim_generator/, 'And-Closure':https://csacademy.com/contest/archive/#task/and-closure/, 'aiacubiti':problema/aiacubiti, 'Varying Kibibits':http://codeforces.com/contest/772/problem/D
*** Probleme: 'Random NIM Generator':https://csacademy.com/contest/archive/#task/random_nim_generator/, 'And-Closure':https://csacademy.com/contest/archive/#task/and-closure/, 'aiacubiti':problema/aiacubiti, 'Varying Kibibits':http://codeforces.com/contest/772/problem/D
** Mixed radix
*** Probleme: 'POLYEVAL':https://www.codechef.com/JULY16/problems/POLYEVAL
** Smenul cu divide et impera
*** Probleme: 'CF 438E':http://codeforces.com/contest/438/problem/E, 'CF 553E':http://codeforces.com/contest/553/problem/E, 'Jetpack':https://csacademy.com/contest/round-9/#task/jetpack
* 'Eliminare Gaussiana':problema/gauss
** Probleme: 'network':problema/network, 'CF 446D':http://codeforces.com/contest/446/problem/D, 'switch5':problema/switch5, 'maxxor2':http://varena.ro/problema/maxxor2
** Probleme: 'network':problema/network, 'CF 446D':http://codeforces.com/contest/446/problem/D, 'switch5':problema/switch5, 'maxxor2':varena.ro/problema/maxxor2
** Determinant: 'afterparty':problema/afterparty
** Rangul matricei
** Inversa matricei: 'Por Costel si Bujor':problema/bujor
** Factorizare LU
** 'Tridiagonal matrix algorithm':https://en.wikipedia.org/wiki/Tridiagonal_matrix_algorithm
*** Probleme: 'Simple Calculations':http://acm.timus.ru/problem.aspx?space=1&num=1047, 'sms':problema/sms
** Eigenvalues
*** Probleme: 'Zombie March':https://www.hackerrank.com/challenges/zombie-march
* Recurenta liniara
** 'Rezolvarea unei recurente liniare':http://nms.lu.lv/wp-content/uploads/2016/04/21-linear-recurrences.pdf
*** Probleme: 'CF 446C':http://codeforces.com/problemset/problem/446/C
** 'Exponentiere de matrice':problema/kfib
** 'Algoritmul lui Kitamasa (JP)':http://misawa.github.io/others/fast_kitamasa_method.html
*** 'Teorema Cayley-Hamilton':https://discuss.codechef.com/questions/49614/linear-recurrence-using-cayley-hamilton-theorem
*** Explicatie: 'Aici':https://discuss.codechef.com/questions/65993/rng-editorial sau 'aici':https://zsinf.org/HSLR
*** 'Explicatie':https://discuss.codechef.com/questions/65993/rng-editorial
** 'Algoritmul Berlekamp–Massey':https://en.wikipedia.org/wiki/Berlekamp%E2%80%93Massey_algorithm pentru recurenta de ordin minim al unui sir
*** 'Calcularea determinantului':https://en.wikipedia.org/wiki/Block_Wiedemann_algorithm
*** 'Calcularea determinantului':https://github.com/yosupo06/Algorithm/blob/master/container/poly.h
* Divizibilitate
** Probleme: 'maxd':problema/maxd, 'armonica':problema/armonica
* Algoritmul Rabin Miller
** Probleme: 'dk':problema/dk, 'Four Divisors':http://codeforces.com/problemset/problem/665/F
* 'Simplex':https://wiki.algo.is/Linear%20programming
** 'Duality':http://web.mit.edu/15.053/www/AMP-Chapter-04.pdf
** Probleme: 'echilibrare':problema/echilibrare
* "Floyd's cycle finding":http://en.wikipedia.org/wiki/Cycle_detection
** Probleme: 'reactor':problema/reactor, 'robotei':problema/robotei
* Combinatorica
*** 'Triunghiul lui Catalan':http://oeis.org/wiki/Catalan_triangle
*** Probleme: 'permutare4':problema/permutare4, 'colors':problema/colors
** 'Teorema lui Lucas':https://en.wikipedia.org/wiki/Lucas%27s_theorem
*** 'Generalizare pentru puteri de numere prime':http://www.dms.umontreal.ca/~andrew/PDF/BinCoeff.pdf
**** Se factorizeaza restul si apoi aplica Teorema chineza a resturilor
*** Probleme: 'showroom':problema/showroom, 'jap2':problema/jap2
** 'Teorema lui Wilson':https://en.wikipedia.org/wiki/Wilson%27s_theorem
*** 'E-maxx':http://e-maxx.ru/algo/modular_factorial
*** Probleme: 'zapezi2':problema/zapezi2
** 'Trecere de la combinare/permutare la indexul ei si invers':http://algopedia.ro/wiki/index.php/Clasele_11-12_lec%C8%9Bia_6_-_22_oct_2014#Codificarea_permut.C4.83rilor
*** Probleme: 'perm3':problema/perm3, 'perm5':problema/perm5, 'nkperm':problema/nkperm
** 'Binomial inversion':http://vfleaking.blog.uoj.ac/slide/87#/
*** Probleme: 'pitmutare':problema/pitmutare, derajamente
* Reprezentanti in clase de echivalenta
** Problemele: 'salaj':problema/salaj, 'Bracket Subsequences':http://codeforces.com/gym/100221, 'DSUBSEQ':http://www.spoj.com/problems/DSUBSEQ/, 'camere':problema/camere
** Reprezentanti in clase de echivalenta
*** Problemele: 'salaj':problema/salaj, 'Bracket Subsequences':http://codeforces.com/gym/100221, 'DSUBSEQ':http://www.spoj.com/problems/DSUBSEQ/
* 'Mobius Function':https://www.quora.com/profile/Surya-Kiran/Posts/A-Dance-with-Mobius-Function
** Probleme: 'porcjoc':problema/porcjoc
* Baze de numeratie
** 'Expected value':https://en.wikipedia.org/wiki/Expected_value: 'Tequila':problema/tequila, 'Sms':problema/sms, 'Expected Velea':problema/expected, 'Albume':problema/albume, 'Diapazon':problema/diapazon
** 'Ballot theorem':https://goo.gl/6kQZ8l
** Markov chains
*** Probleme: 'Humpty Dumpty':http://acm.timus.ru/problem.aspx?space=1&num=1766, 'Random Run':http://codeforces.com/problemset/gymProblem/101081/B, 'Zombie March':https://www.hackerrank.com/challenges/zombie-march
*** Probleme: 'Humpty Dumpty':http://acm.timus.ru/problem.aspx?space=1&num=1766, 'Random Run':http://codeforces.com/problemset/gymProblem/101081/B
* 'Principiul includerii si excluderii':principiul-includerii-si-excluderii
** Probleme: 'cowfood':problema/cowfood, 'indep':problema/indep, 'frac':problema/frac, 'CF 451E':http://codeforces.com/contest/451/problem/E, 'light2':problema/light2, 'trickortreat':http://varena.ro/problema/trickortreat
** Probleme: 'cowfood':problema/cowfood, 'indep':problema/indep, 'frac':problema/frac, 'CF 451E':http://codeforces.com/contest/451/problem/E, 'light2':problema/light2, 'trickortreat':varena.ro/problema/trickortreat
* 'Lema lui Abel':https://en.wikipedia.org/wiki/Summation_by_parts
** Probleme: 'Power of Power Partition Function':http://opencup.ru/files/och/gp11/problems1-e.pdf
* 'Taylor series':https://en.wikipedia.org/wiki/Taylor_series
* 'Formal power series':https://en.wikipedia.org/wiki/Formal_power_series
** 'Generating Functions':https://wenku.baidu.com/view/3ce4b1d6b0717fd5360cdc97.html
** 'Generating Functions':https://en.wikipedia.org/wiki/Generating_function
* 'Interpolare polinoame':https://en.wikipedia.org/wiki/Lagrange_polynomial
** Problema: 'puteri3':problema/puteri3, 'The Sum of the k-th Powers':http://codeforces.com/contest/622/problem/F
* 'Metoda lui Newton':https://goo.gl/jfZbup
h4. Drumuri minime
* 'Dijkstra':problema/dijkstra
** Probleme: 'distante':problema/distante, 'trilant':problema/trilant, 'camionas':problema/camionas, 'banuti':problema/banuti
** Probleme: 'distante':problema/distante, 'trilant':problema/trilant, 'camionas':problema/camionas
** 'Dijkstra cu costuri mici':https://ocw.mit.edu/courses/sloan-school-of-management/15-082j-network-optimization-fall-2010/animations/MIT15_082JF10_av07.pdf
*** Probleme: 'car':problema/car, 'gravity':problema/gravity
** Meet in the middle Dijkstra
* Gomory-Hu Tree
** Probleme: 'pumping-stations':http://codeforces.com/contest/343/problem/E
* Pseudo-Forest
* 'Lovasz Toggle':https://wiki.algo.is/Lov%C3%A1sz%20toggle
h3. Arbori
* Smen 2 DFS-uri
** Probleme: 'razboi':problema/razboi, 'asmin':problema/asmin, 'treesearch':problema/treesearch
* 'Heavy path decomposition':problema/heavypath
** Probleme: 'rafaela':problema/rafaela, 'metro':problema/metro
** 'Pe subarbori':http://codeforces.com/blog/entry/53170
** Probleme: 'egal':problema/egal, 'rafaela':problema/rafaela, 'metro':problema/metro
* Centroid decomposition
** Probleme: 'simulare':problema/simulare, 'ecotraseu':problema/ecotraseu, 'treemis':problema/treemis
* 'Longest path decomposition':job_detail/608823?action=view-source
* Parcurgere Euler
** Probleme: 'maimute':problema/maimute, 'arbfind':problema/arbfind, 'treesmen':problema/treesmen, 'arbore':problema/arbore, 'cli':problema/cli, 'radare':problema/radare
** Probleme: 'maimute':problema/maimute, 'arbfind':problema/arbfind, 'treesmen':problema/treesmen, 'arbore':problema/arbore
* Descompunere in numar minim de lanturi
** Probleme: 'tree':problema/tree
* 'Cod Prufer':https://en.wikipedia.org/wiki/Pr%C3%BCfer_sequence
** Probleme: 'New Year and forgotten tree':http://codeforces.com/contest/611/problem/H
* Virtual Tree
* Smen Virtual Tree
** Probleme: 'hardtask':problema/hardtask, 'kdist':problema/kdist
h3. Flux and related
** Probleme: 'pscpld':problema/pscpld, 'numarare':problema/numarare, 'origami2':problema/origami2
* 'Aho-Corasick':problema/ahocorasick
** Probleme: 'rk':problema/rk, 'xormax':problema/xormax, 'CF 710 F':http://codeforces.com/contest/710/problem/F, 'KC':problema/kc, 'seti':problema/seti, 'cenzura':problema/cenzura
** 'smen pentru operatii de insert si erase':https://goo.gl/aB8qaN
** 'smen pentru operatii de insert si erase':http://codeforces.com/blog/entry/10725?#comment-160742
* 'Rotatie lexicografica minima':http://www.infoarena.ro/rotatie-lexicografic-minima
** Probleme: 'password':problema/password
* EERTree
h2. 'Progrmare Dinamica':http://codeforces.com/blog/entry/325
* 'Parantezare optima de matrici':problema/podm
** Probleme: 'palin3':problema/palin3, 'redu':problema/redu, 'stiva':problema/stiva
** Probleme: 'palin3':problema/palin3, 'reduceri':problema/reduceri, 'stiva':problema/stiva
* 'Cel mai lung subsir crescator':problema/scmax
** Probleme: 'subsiruri':problema/subsiruri, 'euro2':problema/euro2, 'move':problema/move
* 'Knapsack':problema/rucsac
** 'Knapsack pe biti':http://codeforces.com/blog/entry/49812
** 'Knapsack pe arbore':agm2016/solutii#lianyu
*** Probleme: 'lianyu':problema/lianyu, 'arbkset':problema/arbkset, 'cli':problema/cli
** 'Bounded Knapsack trick':http://petr-mitrichev.blogspot.com/2011/07/integral-bounded-knapsack-problem.html
*** Probleme: 'ghiozdan':problema/ghiozdan
* 'Cel mai lung subsir comun':problema/cmlsc
** Algoritmul Hunt-Szymanski este cel mai rapid in practica
** 'Cyclic':https://arxiv.org/pdf/1208.0396v3.pdf
* 'Distanta de editare a 2 cuvinte':http://en.wikipedia.org/wiki/Levenshtein_distance
** Probleme: 'note':problema/note
* Dinamici pe stari
** Codificare pe biti
*** Probleme: 'ciclu hamiltonian de cost minim':problema/hamilton, 'coins':problema/coins, 'sobo':problema/sobo, 'morcovi':problema/morcovi, 'poly':problema/poly, 'datorii2':problema/datorii2, 'aby':problema/aby
*** Probleme: 'ciclu hamiltonian de cost minim':problema/hamilton, 'coins':problema/coins, 'sobo':problema/sobo, 'morcovi':problema/morcovi, 'poly':problema/poly, 'datorii2':problema/datorii2
*** 'Sum over subsets':http://codeforces.com/blog/entry/45223
*** 'Dinamici in $3^n^$':http://e-maxx.ru/algo/all_submasks
**** Probleme: 'scara2':problema/scara2, 'colorare':problema/colorare, 'zebughil':problema/zebughil, 'ndap':problema/ndap, 'cast':problema/cast, 'carti2':problema/carti2
* Dinamici pe arbori
** Probleme: 'color2':problema/color2, 'sediu':problema/sediu, 'arb2':problema/arb2
* Memoizare
** Probleme: 'alpin':problema/alpin, 'Mr. Kitayuta, the Treasure Hunter':http://codeforces.com/contest/505/problem/C, 'aby':problema/aby
** Probleme: 'alpin':problema/alpin, 'joc13':problema/joc13, 'bila':problema/bila, 'maxpal':problema/maxpal
* 'Metode de optimizare':http://codeforces.com/blog/entry/8219
** 'Functii Monge convexe / concave':http://codeforces.com/blog/entry/49691
*** Probleme: 'Aliens':http://ioinformatics.org/locations/ioi16/contest/day2/aliens/aliens-ISC.pdf, 'Exam Cheating':http://codeforces.com/contest/796/problem/E, 'Building a Tall Barn':http://www.usaco.org/index.php?page=viewproblem2&cpid=697, 'popcorn':problema/popcorn, 'April Fools Problem':http://codeforces.com/contest/802/problem/O
** 'Functii unimodale':http://codeforces.com/blog/entry/49691
*** Probleme: 'Aliens':http://ioinformatics.org/locations/ioi16/contest/day2/aliens/aliens-ISC.pdf, 'Exam Cheating':http://codeforces.com/contest/796/problem/E, 'Building a Tall Barn':http://www.usaco.org/index.php?page=viewproblem2&cpid=697
** Probleme: 'nucleulvaloros2':problema/nucleulvaloros2, 'euro':problema/euro, 'costsq':problema/costsq, 'easyvect':problema/easyvect
** Hirschberg trick
*** Probleme: 'ghiozdan':problema/ghiozdan
** Numere pentagonale
*** Probleme: 'echival2':problema/echival2, 'crescator2':problema/crescator2
** 'Slope trick':http://codeforces.com/blog/entry/47821
*** Problema: 'ktown':problema/ktown, 'cascaval':problema/cascaval
*** Problema: 'ktown':problema/ktown
* Dinamici pe cifre
** Probleme: 'peluzanord':problema/peluzanord, 'simpla':problema/simpla, 'cifre':problema/cifre
* 'Dinamici pe permutari':http://s3-ap-northeast-1.amazonaws.com/data.cms.ioi-jp.org/open-2016/2016-open-skyscraper-sol-en.pdf
h2. 'Teoria jocurilor':teoria-jocurilor/notiuni
* NIM
** Probleme: 'cartonase':problema/cartonase
** 'Staircase Nim':http://codeforces.com/blog/entry/44651
*** Probleme: 'joc3':problema/joc3
** Probleme: 'cartonase':problema/cartonase, 'joc3':problema/joc3
* 'Sprague - Grundy':numerele-sprague-grundy
* Min - Max
* Alpha - Beta
h2. Diverse
* 'Cautare ternara':https://en.wikipedia.org/wiki/Ternary_search
** Probmele: 'rubarba':problema/rubarba
* Smenul lui Mars
** Probleme: 'geamuri':problema/geamuri, 'ben':problema/ben, 'plaja':problema/plaja, 'sahara':problema/sahara, 'inception':problema/inception
** Probleme: 'geamuri':problema/geamuri, 'ben':problema/ben, 'plaja':problema/paja, 'sahara':problema/sahara
* 'Evaluare de expresii':problema/evaluare
** Probleme: 'expresie2':problema/expresie2, 'dir':problema/dir, 'bool':problema/bool, 'eval':problema/eval, 'evaluare2':problema/evaluare2
* 'Meet in the middle':meet-in-the-middle
** Probleme: 'alianta':problema/alianta, 'sipet':problema/sipet, 'overdrive':problema/overdrive, 'colectie':problema/colectie
* Euristici
** Heavy-path trick
*** Probleme: 'egal':problema/egal, 'Online Xor-Max':https://csacademy.com/contest/archive/#task/online_xormax/
** 'Lovasz Toggle':https://wiki.algo.is/Lov%C3%A1sz%20toggle
* Optimizari
** Parsarea citirii / iesirii
** Barrett Reduction, Montgomery multiplication
** Random Shuffle
** Hill-Climbing, Simulated Annealing
 
h2. Link-uri utile
 
* 'General ideas':http://codeforces.com/blog/entry/48417
* 'E-maxx':https://e-maxx.ru/algo/
* 'An awesome list for competitive programming':http://codeforces.com/blog/entry/23054
* 'Algowiki':https://wiki.algo.is/
* '1':http://www.csie.ntnu.edu.tw/~u91029/
** Probleme: 'alianta':problema/alianta, 'sipet':problema/sipet, 'overdrive':problema/overdrive, 'colectie':problema/colectie

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.