This commit is contained in:
krahets
2024-05-31 12:45:17 +08:00
parent 6bac0db1c4
commit 124c7ce24d
27 changed files with 1003 additions and 146 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ It's worth mentioning that **since leaf nodes have no children, they naturally f
=== "Ruby"
```ruby title="my_heap.rb"
[class]{MaxHeap}-[func]{__init__}
[class]{MaxHeap}-[func]{initialize}
```
=== "Zig"