Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

Content added Content deleted
(Added a link to a C and C++ implementation of the longest common subsequence problem.)
No edit summary
Line 79: Line 79:


=== Data structures and algorithms ===
=== Data structures and algorithms ===
* canonical huffman code
* Include-in : test wether a list is a part of another one, ie if each element of the first list is an element of the second one
* Include-in : test wether a list is a part of another one, ie if each element of the first list is an element of the second one
: In Emacs Lisp: <lang lisp>
: In Emacs Lisp: <lang lisp>