Difference between revisions of "Algorithms"

From Lost In Wonderlands
Jump to: navigation, search
(Algorithms)
(Trees, Arbres)
Line 39: Line 39:
 
* http://www.lix.polytechnique.fr/~bournez/ENSEIGNEMENTS/uploads/Main/parcours-arbre.pdf
 
* http://www.lix.polytechnique.fr/~bournez/ENSEIGNEMENTS/uploads/Main/parcours-arbre.pdf
 
* http://www.iro.umontreal.ca/~hamelsyl/parcoursArbres_Graphes.pdf
 
* http://www.iro.umontreal.ca/~hamelsyl/parcoursArbres_Graphes.pdf
 +
 +
* https://openclassrooms.com/courses/algorithmique-pour-l-apprenti-programmeur/arbres
  
 
=== maths problems ===
 
=== maths problems ===

Revision as of 14:37, 25 July 2017

Algorithms

by paul.plaquette, Experimented R&D Software Engineer, Trilda https://www.linkedin.com/in/pplaquette/

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on Algorithms... (But Were Afraid to Ask) a collection of links of interest

See also


Algorithms

Iterators, itérateurs

Sequencies, Sequences

Lists, Listes

Trees, Arbres

maths problems

having fun with trees

trees application

https://worldwide.espacenet.com/publicationDetails/originalDocument?CC=FR&NR=2850476A1&KC=A1&FT=D&ND=4&date=20040730&DB=EPODOC&locale=fr_EP# http://www.developpez.net/forums/showthread.php?p=3078887

Binary tries, Arbres Binaires

https://fr.wikipedia.org/wiki/Algorithme_du_peintre


ternary tries, arbres ternaires

Graph , Graphes