Skip to content

Commit 08cea7e

Browse files
authored
Merge pull request #42 from csvistool/heapBigO
removed heap big o
2 parents 4213d53 + 1f1cfd1 commit 08cea7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/time_complexities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@
857857
}
858858
},
859859

860-
"Heap": {
860+
"Removed_Heap": {
861861
"Add": {
862862
"worst": {
863863
"big_o": "O(log n)*",

0 commit comments

Comments
 (0)