programming_concepts icon indicating copy to clipboard operation
programming_concepts copied to clipboard

new exercises

Open pschaus opened this issue 1 year ago • 0 comments

  • exercice BST: the student should collect all the int values in increasing order (use book implem). Answer: use preorder traversal and add it to a linked list
  • exercise hash map: implement the remove given a key

you can also regenerate all the exercices with the package names of the repo. warning: the links on inginious must be updated.

pschaus avatar Sep 05 '24 10:09 pschaus