Fix SinglyLinkedList test and add to ligma.config

This commit is contained in:
Max Zawisa 2022-09-17 21:04:41 -04:00
parent c04ba25515
commit c74ac60bfe
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@ module.exports = {
"BinarySearchList",
"TwoCrystalBalls",
"BubbleSort",
"SinglyLinkedList",
"DoublyLinkedList",
"Queue",
"Stack",