GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
go
map
golang
set
list
tree
data-structure
avl-tree
stack
iterator
sort
red-black-tree
enumerable
binary-heap
b-tree
-
Updated
Apr 6, 2022 - Go
Describe the bug

The exercise says that the 12 should be deleted, but when you scroll down to that step, it shows that the 11 should be deleted.
The 12 does actually get deleted and replaced with its predecessor, it's just saying that the 11 is the one that gets deleted. Everything